fedora-infra / pagure-exporter

Simple exporter tool that helps migrate repository files, data assets and issue tickets from projects on Pagure to GitLab
GNU General Public License v3.0
6 stars 6 forks source link

Failed due to code '429' and reason 'Too Many Requests' #60

Closed jwflory closed 8 months ago

jwflory commented 11 months ago

Summary

Exporting pagure.io/fedora-commops to gitlab.com/fedora/commops/pagure-import-test failed due to too many API requests

Background

I tried exporting the Fedora Community Operations Pagure repo to GitLab, but the migration failed. Apparently, my API key was rate-limited or otherwise interrupted. It appears this happened on the GitLab end of things, but it is unclear which API limited me. The interruption terminated the migration, and running the migration again started from the beginning, instead of where the migration left off.

Details

[2023-11-17 05:53:50 -0500] [ BUSY ] Transferring comment (Entity 10 of 10)...
[2023-11-17 05:53:50 -0500]          Transferred to https://gitlab.com/fedora/commops/pagure-import-test/-/issues/16#note_1655335889 in 0.61 second(s)
[2023-11-17 05:53:51 -0500] [ BUSY ] Migrating issue ticket with labels #223 'Series for Community Blog around Mindshare Teams Infographics' by 'Marie Nordin (ID riecatnor)'...
[2023-11-17 05:53:51 -0500]          Migrated to https://gitlab.com/fedora/commops/pagure-import-test/-/issues/17 in 0.72 second(s)
[2023-11-17 05:53:51 -0500] [ BUSY ] Asserting issue ticket status...
[2023-11-17 05:53:51 -0500]          Assertion unnecessary due to the OPEN status of the ticket
[2023-11-17 05:53:51 -0500] [ BUSY ] Reading comment information...
[2023-11-17 05:53:51 -0500]          Found 0 entities in 0.00 second(s)
[2023-11-17 05:53:52 -0500] [ BUSY ] Migrating issue ticket with labels #220 'Document Responsibilities of Mindshare team in the Ambassdor Revamp' by 'Sumantro Mukherjee (ID sumantrom)'...
[2023-11-17 05:53:52 -0500]          Migrated to https://gitlab.com/fedora/commops/pagure-import-test/-/issues/18 in 0.86 second(s)
[2023-11-17 05:53:52 -0500] [ BUSY ] Asserting issue ticket status...
[2023-11-17 05:53:52 -0500]          Assertion unnecessary due to the OPEN status of the ticket
[2023-11-17 05:53:52 -0500] [ BUSY ] Reading comment information...
[2023-11-17 05:53:52 -0500]          Found 19 entities in 0.00 second(s)
[2023-11-17 05:53:52 -0500] [ BUSY ] Transferring comment (Entity 1 of 19)...
[2023-11-17 05:53:52 -0500]          Transferred to https://gitlab.com/fedora/commops/pagure-import-test/-/issues/18#note_1655335908 in 0.59 second(s)
[2023-11-17 05:53:53 -0500] [ BUSY ] Transferring comment (Entity 2 of 19)...
[2023-11-17 05:53:53 -0500]          Transferred to https://gitlab.com/fedora/commops/pagure-import-test/-/issues/18#note_1655335915 in 0.51 second(s)
[2023-11-17 05:53:53 -0500] [ BUSY ] Transferring comment (Entity 2 of 19)...
[2023-11-17 05:53:53 -0500] [ FAIL ] Comment transfer failed!
[2023-11-17 05:53:53 -0500]          Failed due to code '429' and reason 'Too Many Requests' in 0.28 second(s)

Subsequent attempts also ended up rate-limiting me and duplicating the issues further.

Outcome

On a repository with many issues and many comments, one of the APIs involved rate-limits the connection and foils the migration process.

gridhead commented 11 months ago

Hi @jwflory, thanks for reporting this issue. We are already aware of this issue as it has been reported before by @zlopez (with #33) and by myself (with #10).

Currently, this is one of the tool's limitations, which comes to the fore when too many issue tickets are moved over along with either their comments or states. One of the workarounds I can suggest while we develop a solution for the problem is moving issue tickets in smaller ranges to ensure that the rate limit is not reached during a movement resulting in a partially successful transfer.

gridhead commented 11 months ago

@jwflory, how many API requests towards GitLab do you reckon the tool must have made with the log that you have posted in your issue ticket?

I suspect that whatever the number might be, it would be way less than what GitLab mentions to be the allowed amount in their documentation i.e. 2000.

This is the documentation that I am talking about and here's the excerpt from it that I am referencing to when I am trying to find out to correct amount.

image

jwflory commented 11 months ago

@gridhead Good question. I'm not sure. I tried using pagure.io/fedora-commops. You could try out that repository on your end and see if you get similar results?

gridhead commented 11 months ago

Ok, here's a full log of me trying to import the fedora-commops tickets regardless of their states (meaning both OPEN and SHUT issues are involved) with their comments but not with their states (meaning that a SHUT issue ticket in the source namespace will be OPEN in the destination namespace).

(venv) [archdesk@archdesk pagure-exporter]$ pagure-exporter -s fedora-commops -d $TEST_DEST -p $TEST_PKEY -g $TEST_GKEY -f $TEST_FUSR -t $TEST_FUSR tkts -s FULL -cl
[2023-11-21 11:24:01 +0530] [ BUSY ] Requesting for source namespace metadata...
[2023-11-21 11:24:03 +0530] [ PASS ] Source namespace metadata acquisition succeeded!
[2023-11-21 11:24:03 +0530]          Name: fedora-commops
[2023-11-21 11:24:03 +0530]          Identifier: 1078
[2023-11-21 11:24:03 +0530]          Maintainer: Justin W. Flory (ID jflory7)
[2023-11-21 11:24:03 +0530]          Location: https://pagure.io/fedora-commops
[2023-11-21 11:24:03 +0530]          Address: https://t0xic0der:****************************************************************@pagure.io/fedora-commops.git
[2023-11-21 11:24:03 +0530]          Created on: Tue Aug 30 09:23:45 2016
[2023-11-21 11:24:03 +0530]          Last modified on: Thu Aug  4 19:39:38 2022
[2023-11-21 11:24:03 +0530]          Tags: ['commops', 'subproject', 'community']
[2023-11-21 11:24:03 +0530] [ BUSY ] Requesting for destination namespace metadata...
[2023-11-21 11:24:03 +0530] [ PASS ] Destination namespace metadata acquisition succeeded!
[2023-11-21 11:24:03 +0530]          Name: gridhead/protop2g-test
[2023-11-21 11:24:03 +0530]          Identifier: 42823949
[2023-11-21 11:24:03 +0530]          Maintainer: gridhead (ID Akashdeep Dhar)
[2023-11-21 11:24:03 +0530]          Location: https://gitlab.com/gridhead/protop2g-test
[2023-11-21 11:24:03 +0530]          Address: https://t0xic0der:**************************@gitlab.com/gridhead/protop2g-test.git
[2023-11-21 11:24:03 +0530]          Created on: 2023-01-23T16:18:30.217Z
[2023-11-21 11:24:03 +0530]          Last modified on: 2023-11-21T05:10:17.290Z
[2023-11-21 11:24:03 +0530]          Tags: []
[2023-11-21 11:24:03 +0530] [ BUSY ] Attempting source namespace issue ticket count...
[2023-11-21 11:24:03 +0530] [ WARN ] Extracting all issue tickets with labels, without states and with comments off the given selection
[2023-11-21 11:24:16 +0530]          Found 209 issue ticket(s) across 6 page(s) in 12.58 second(s)
[2023-11-21 11:24:16 +0530] [ BUSY ] Reading issue tickets information (Page 1 of 6)...
[2023-11-21 11:24:22 +0530]          Found 35 issue ticket(s) on this page in 5.87 second(s)
[2023-11-21 11:24:23 +0530] [ BUSY ] Migrating issue ticket with labels #308 '[main] Doc issue in file docs/modules/design-assets/pages/org-charts.adoc' by 'Kamil Páral (ID kparal)'...
[2023-11-21 11:24:23 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3263 in 1.08 second(s)
[2023-11-21 11:24:23 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:23 +0530]          Found 8 entities in 0.00 second(s)
[2023-11-21 11:24:24 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)...
[2023-11-21 11:24:24 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927917 in 0.73 second(s)
[2023-11-21 11:24:25 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)...
[2023-11-21 11:24:25 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927924 in 0.85 second(s)
[2023-11-21 11:24:25 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)...
[2023-11-21 11:24:25 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927934 in 0.84 second(s)
[2023-11-21 11:24:26 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)...
[2023-11-21 11:24:26 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927942 in 0.69 second(s)
[2023-11-21 11:24:27 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)...
[2023-11-21 11:24:27 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927960 in 1.23 second(s)
[2023-11-21 11:24:28 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)...
[2023-11-21 11:24:28 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927971 in 0.81 second(s)
[2023-11-21 11:24:29 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)...
[2023-11-21 11:24:29 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927978 in 0.67 second(s)
[2023-11-21 11:24:30 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)...
[2023-11-21 11:24:30 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3263#note_1659927982 in 1.11 second(s)
[2023-11-21 11:24:31 +0530] [ BUSY ] Migrating issue ticket with labels #307 'Role call! Rebuilding a CommOps team in 2023?' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:24:31 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3264 in 1.29 second(s)
[2023-11-21 11:24:31 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:31 +0530]          Found 0 entities in 0.00 second(s)
[2023-11-21 11:24:32 +0530] [ BUSY ] Migrating issue ticket with labels #305 ' Selecting new CommOps Mindshare representative for F37-F38 ' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'...
[2023-11-21 11:24:32 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3265 in 1.01 second(s)
[2023-11-21 11:24:32 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:32 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:24:33 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:24:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3265#note_1659928009 in 0.87 second(s)
[2023-11-21 11:24:34 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:24:34 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3265#note_1659928014 in 0.87 second(s)
[2023-11-21 11:24:35 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:24:35 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3265#note_1659928021 in 1.12 second(s)
[2023-11-21 11:24:36 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:24:36 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3265#note_1659928033 in 0.92 second(s)
[2023-11-21 11:24:37 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:24:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3265#note_1659928045 in 0.82 second(s)
[2023-11-21 11:24:39 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:24:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3265#note_1659928063 in 1.99 second(s)
[2023-11-21 11:24:40 +0530] [ BUSY ] Migrating issue ticket with labels #304 'fedora-hams FAS group membership' by 'Jaroslav Škarvada (ID jskarvad)'...
[2023-11-21 11:24:40 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3266 in 0.88 second(s)
[2023-11-21 11:24:40 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:40 +0530]          Found 4 entities in 0.00 second(s)
[2023-11-21 11:24:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)...
[2023-11-21 11:24:41 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3266#note_1659928075 in 0.86 second(s)
[2023-11-21 11:24:41 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)...
[2023-11-21 11:24:41 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3266#note_1659928086 in 0.93 second(s)
[2023-11-21 11:24:42 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)...
[2023-11-21 11:24:42 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3266#note_1659928099 in 0.86 second(s)
[2023-11-21 11:24:43 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)...
[2023-11-21 11:24:43 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3266#note_1659928107 in 0.69 second(s)
[2023-11-21 11:24:44 +0530] [ BUSY ] Migrating issue ticket with labels #302 'Page Not Found error in wiki page: How_to_be_a_successful_contributor' by 'Alan Formy-Duval (ID alanfed)'...
[2023-11-21 11:24:44 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3267 in 0.84 second(s)
[2023-11-21 11:24:44 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:44 +0530]          Found 2 entities in 0.00 second(s)
[2023-11-21 11:24:45 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)...
[2023-11-21 11:24:45 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3267#note_1659928123 in 0.71 second(s)
[2023-11-21 11:24:45 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)...
[2023-11-21 11:24:45 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3267#note_1659928128 in 0.67 second(s)
[2023-11-21 11:24:46 +0530] [ BUSY ] Migrating issue ticket with labels #301 './build.sh && ./preview.sh fails to build' by 'Sumantro Mukherjee (ID sumantrom)'...
[2023-11-21 11:24:46 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3268 in 0.97 second(s)
[2023-11-21 11:24:46 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:46 +0530]          Found 3 entities in 0.00 second(s)
[2023-11-21 11:24:47 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)...
[2023-11-21 11:24:47 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3268#note_1659928144 in 1.24 second(s)
[2023-11-21 11:24:48 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)...
[2023-11-21 11:24:48 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3268#note_1659928163 in 0.76 second(s)
[2023-11-21 11:24:49 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)...
[2023-11-21 11:24:49 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3268#note_1659928173 in 0.70 second(s)
[2023-11-21 11:24:50 +0530] [ BUSY ] Migrating issue ticket with labels #298 'Could we please stop directing people from the Fedora news telegram channel to the commops telegram channel for comments?' by 'Ankur Sinha (ID ankursinha)'...
[2023-11-21 11:24:50 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3269 in 1.00 second(s)
[2023-11-21 11:24:50 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:50 +0530]          Found 1 entities in 0.00 second(s)
[2023-11-21 11:24:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)...
[2023-11-21 11:24:51 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3269#note_1659928189 in 0.82 second(s)
[2023-11-21 11:24:52 +0530] [ BUSY ] Migrating issue ticket with labels #296 'Social Media - Linkedin - Needs Some Care like Twitter' by 'Sandipan Roy (ID bytehackr)'...
[2023-11-21 11:24:52 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3270 in 0.92 second(s)
[2023-11-21 11:24:52 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:52 +0530]          Found 2 entities in 0.00 second(s)
[2023-11-21 11:24:52 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)...
[2023-11-21 11:24:52 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3270#note_1659928204 in 0.82 second(s)
[2023-11-21 11:24:53 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)...
[2023-11-21 11:24:53 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3270#note_1659928208 in 0.81 second(s)
[2023-11-21 11:24:54 +0530] [ BUSY ] Migrating issue ticket with labels #246 'Welcome to Fedora: First Steps link not working' by 'Julia Bley (ID jbley)'...
[2023-11-21 11:24:54 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3271 in 1.02 second(s)
[2023-11-21 11:24:54 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:24:54 +0530]          Found 13 entities in 0.00 second(s)
[2023-11-21 11:24:55 +0530] [ BUSY ] Transferring comment (Entity 1 of 13)...
[2023-11-21 11:24:55 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928217 in 0.75 second(s)
[2023-11-21 11:24:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 13)...
[2023-11-21 11:24:56 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928224 in 1.09 second(s)
[2023-11-21 11:24:57 +0530] [ BUSY ] Transferring comment (Entity 3 of 13)...
[2023-11-21 11:24:57 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928233 in 0.81 second(s)
[2023-11-21 11:24:58 +0530] [ BUSY ] Transferring comment (Entity 4 of 13)...
[2023-11-21 11:24:58 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928242 in 1.14 second(s)
[2023-11-21 11:24:59 +0530] [ BUSY ] Transferring comment (Entity 5 of 13)...
[2023-11-21 11:24:59 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928252 in 1.11 second(s)
[2023-11-21 11:25:00 +0530] [ BUSY ] Transferring comment (Entity 6 of 13)...
[2023-11-21 11:25:00 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928262 in 0.92 second(s)
[2023-11-21 11:25:01 +0530] [ BUSY ] Transferring comment (Entity 7 of 13)...
[2023-11-21 11:25:01 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928272 in 0.71 second(s)
[2023-11-21 11:25:02 +0530] [ BUSY ] Transferring comment (Entity 8 of 13)...
[2023-11-21 11:25:02 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928281 in 0.92 second(s)
[2023-11-21 11:25:03 +0530] [ BUSY ] Transferring comment (Entity 9 of 13)...
[2023-11-21 11:25:03 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928286 in 0.82 second(s)
[2023-11-21 11:25:03 +0530] [ BUSY ] Transferring comment (Entity 10 of 13)...
[2023-11-21 11:25:03 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928291 in 0.70 second(s)
[2023-11-21 11:25:04 +0530] [ BUSY ] Transferring comment (Entity 11 of 13)...
[2023-11-21 11:25:04 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928296 in 0.83 second(s)
[2023-11-21 11:25:05 +0530] [ BUSY ] Transferring comment (Entity 12 of 13)...
[2023-11-21 11:25:05 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928310 in 0.81 second(s)
[2023-11-21 11:25:06 +0530] [ BUSY ] Transferring comment (Entity 13 of 13)...
[2023-11-21 11:25:06 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3271#note_1659928318 in 0.82 second(s)
[2023-11-21 11:25:07 +0530] [ BUSY ] Migrating issue ticket with labels #232 'CommOps Badges -  Related to Community Outreach Revamp' by 'Marie Nordin (ID riecatnor)'...
[2023-11-21 11:25:07 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3272 in 1.33 second(s)
[2023-11-21 11:25:07 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:25:07 +0530]          Found 1 entities in 0.00 second(s)
[2023-11-21 11:25:08 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)...
[2023-11-21 11:25:08 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3272#note_1659928349 in 0.98 second(s)
[2023-11-21 11:25:09 +0530] [ BUSY ] Migrating issue ticket with labels #230 'FreeNode to libera.chat move' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'...
[2023-11-21 11:25:09 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3273 in 0.87 second(s)
[2023-11-21 11:25:09 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:25:09 +0530]          Found 2 entities in 0.00 second(s)
[2023-11-21 11:25:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)...
[2023-11-21 11:25:11 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3273#note_1659928358 in 1.63 second(s)
[2023-11-21 11:25:13 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)...
[2023-11-21 11:25:13 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3273#note_1659928383 in 2.25 second(s)
[2023-11-21 11:25:14 +0530] [ BUSY ] Migrating issue ticket with labels #229 'Document bridging of IRC to Matrix' by 'Ben Cotton (ID bcotton)'...
[2023-11-21 11:25:14 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3274 in 1.31 second(s)
[2023-11-21 11:25:14 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:25:14 +0530]          Found 3 entities in 0.00 second(s)
[2023-11-21 11:25:15 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)...
[2023-11-21 11:25:15 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3274#note_1659928405 in 0.76 second(s)
[2023-11-21 11:25:16 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)...
[2023-11-21 11:25:16 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3274#note_1659928417 in 0.79 second(s)
[2023-11-21 11:25:17 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)...
[2023-11-21 11:25:17 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3274#note_1659928421 in 0.82 second(s)
[2023-11-21 11:25:17 +0530] [ BUSY ] Migrating issue ticket with labels #227 'Survey for Community Experience for Outreachy 2021 Applicants/Participants' by 'Akashdeep Dhar (ID t0xic0der)'...
[2023-11-21 11:25:17 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3275 in 0.92 second(s)
[2023-11-21 11:25:17 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:25:17 +0530]          Found 3 entities in 0.00 second(s)
[2023-11-21 11:25:18 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)...
[2023-11-21 11:25:18 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3275#note_1659928441 in 0.82 second(s)
[2023-11-21 11:25:19 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)...
[2023-11-21 11:25:19 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3275#note_1659928446 in 0.70 second(s)
[2023-11-21 11:25:20 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)...
[2023-11-21 11:25:20 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3275#note_1659928451 in 0.83 second(s)
[2023-11-21 11:25:21 +0530] [ BUSY ] Migrating issue ticket with labels #226 ''How to Join Fedora Session' at Fedora Linux 34 Release Party' by 'Marie Nordin (ID riecatnor)'...
[2023-11-21 11:25:21 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3276 in 1.05 second(s)
[2023-11-21 11:25:21 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:25:21 +0530]          Found 7 entities in 0.00 second(s)
[2023-11-21 11:25:22 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)...
[2023-11-21 11:25:22 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3276#note_1659928474 in 0.79 second(s)
[2023-11-21 11:25:23 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)...
[2023-11-21 11:25:23 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3276#note_1659928497 in 1.82 second(s)
[2023-11-21 11:25:24 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)...
[2023-11-21 11:25:24 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3276#note_1659928507 in 0.67 second(s)
[2023-11-21 11:25:25 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)...
[2023-11-21 11:25:25 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3276#note_1659928513 in 0.78 second(s)
[2023-11-21 11:25:26 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)...
[2023-11-21 11:25:26 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3276#note_1659928516 in 0.92 second(s)
[2023-11-21 11:25:27 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)...
[2023-11-21 11:25:27 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3276#note_1659928521 in 0.72 second(s)
[2023-11-21 11:25:27 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)...
[2023-11-21 11:25:27 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3276#note_1659928536 in 0.92 second(s)
[2023-11-21 11:25:29 +0530] [ BUSY ] Migrating issue ticket with labels #225 'Discussion on New SIG Proposal - Web Application Development' by 'Akashdeep Dhar (ID t0xic0der)'...
[2023-11-21 11:25:29 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3277 in 1.07 second(s)
[2023-11-21 11:25:29 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:25:29 +0530]          Found 24 entities in 0.00 second(s)
[2023-11-21 11:25:29 +0530] [ BUSY ] Transferring comment (Entity 1 of 24)...
[2023-11-21 11:25:29 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928557 in 0.87 second(s)
[2023-11-21 11:25:30 +0530] [ BUSY ] Transferring comment (Entity 2 of 24)...
[2023-11-21 11:25:30 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928562 in 0.78 second(s)
[2023-11-21 11:25:31 +0530] [ BUSY ] Transferring comment (Entity 3 of 24)...
[2023-11-21 11:25:31 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928566 in 0.77 second(s)
[2023-11-21 11:25:32 +0530] [ BUSY ] Transferring comment (Entity 4 of 24)...
[2023-11-21 11:25:32 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928572 in 1.00 second(s)
[2023-11-21 11:25:33 +0530] [ BUSY ] Transferring comment (Entity 5 of 24)...
[2023-11-21 11:25:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928586 in 1.33 second(s)
[2023-11-21 11:25:34 +0530] [ BUSY ] Transferring comment (Entity 6 of 24)...
[2023-11-21 11:25:34 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928595 in 0.67 second(s)
[2023-11-21 11:25:35 +0530] [ BUSY ] Transferring comment (Entity 7 of 24)...
[2023-11-21 11:25:35 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928601 in 1.27 second(s)
[2023-11-21 11:25:36 +0530] [ BUSY ] Transferring comment (Entity 8 of 24)...
[2023-11-21 11:25:36 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928613 in 0.81 second(s)
[2023-11-21 11:25:37 +0530] [ BUSY ] Transferring comment (Entity 9 of 24)...
[2023-11-21 11:25:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928622 in 0.69 second(s)
[2023-11-21 11:25:38 +0530] [ BUSY ] Transferring comment (Entity 10 of 24)...
[2023-11-21 11:25:38 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928633 in 0.94 second(s)
[2023-11-21 11:25:39 +0530] [ BUSY ] Transferring comment (Entity 11 of 24)...
[2023-11-21 11:25:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928646 in 0.92 second(s)
[2023-11-21 11:25:39 +0530] [ BUSY ] Transferring comment (Entity 12 of 24)...
[2023-11-21 11:25:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928656 in 0.72 second(s)
[2023-11-21 11:25:40 +0530] [ BUSY ] Transferring comment (Entity 13 of 24)...
[2023-11-21 11:25:40 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928667 in 0.91 second(s)
[2023-11-21 11:25:41 +0530] [ BUSY ] Transferring comment (Entity 14 of 24)...
[2023-11-21 11:25:41 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928674 in 0.92 second(s)
[2023-11-21 11:25:42 +0530] [ BUSY ] Transferring comment (Entity 15 of 24)...
[2023-11-21 11:25:42 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928681 in 0.87 second(s)
[2023-11-21 11:25:43 +0530] [ BUSY ] Transferring comment (Entity 16 of 24)...
[2023-11-21 11:25:43 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928693 in 0.96 second(s)
[2023-11-21 11:25:44 +0530] [ BUSY ] Transferring comment (Entity 17 of 24)...
[2023-11-21 11:25:44 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928695 in 0.90 second(s)
[2023-11-21 11:25:45 +0530] [ BUSY ] Transferring comment (Entity 18 of 24)...
[2023-11-21 11:25:45 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928701 in 0.77 second(s)
[2023-11-21 11:25:46 +0530] [ BUSY ] Transferring comment (Entity 19 of 24)...
[2023-11-21 11:25:46 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928711 in 0.88 second(s)
[2023-11-21 11:25:47 +0530] [ BUSY ] Transferring comment (Entity 20 of 24)...
[2023-11-21 11:25:47 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928728 in 0.91 second(s)
[2023-11-21 11:25:47 +0530] [ BUSY ] Transferring comment (Entity 21 of 24)...
[2023-11-21 11:25:47 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928736 in 0.92 second(s)
[2023-11-21 11:25:48 +0530] [ BUSY ] Transferring comment (Entity 22 of 24)...
[2023-11-21 11:25:48 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928744 in 1.02 second(s)
[2023-11-21 11:25:49 +0530] [ BUSY ] Transferring comment (Entity 23 of 24)...
[2023-11-21 11:25:49 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928751 in 0.74 second(s)
[2023-11-21 11:25:50 +0530] [ BUSY ] Transferring comment (Entity 24 of 24)...
[2023-11-21 11:25:50 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3277#note_1659928755 in 0.99 second(s)
[2023-11-21 11:25:51 +0530] [ BUSY ] Migrating issue ticket with labels #224 'Press review' by 'Alessio (ID alciregi)'...
[2023-11-21 11:25:51 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3278 in 1.11 second(s)
[2023-11-21 11:25:51 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:25:51 +0530]          Found 10 entities in 0.00 second(s)
[2023-11-21 11:25:52 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)...
[2023-11-21 11:25:52 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928779 in 0.82 second(s)
[2023-11-21 11:25:53 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)...
[2023-11-21 11:25:53 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928782 in 0.67 second(s)
[2023-11-21 11:25:54 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)...
[2023-11-21 11:25:54 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928796 in 1.47 second(s)
[2023-11-21 11:25:55 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)...
[2023-11-21 11:25:55 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928805 in 0.71 second(s)
[2023-11-21 11:25:56 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)...
[2023-11-21 11:25:56 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928820 in 1.13 second(s)
[2023-11-21 11:25:57 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)...
[2023-11-21 11:25:57 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928828 in 0.72 second(s)
[2023-11-21 11:25:58 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)...
[2023-11-21 11:25:58 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928835 in 0.70 second(s)
[2023-11-21 11:25:59 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)...
[2023-11-21 11:25:59 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928844 in 1.18 second(s)
[2023-11-21 11:26:00 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)...
[2023-11-21 11:26:00 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928856 in 0.77 second(s)
[2023-11-21 11:26:00 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)...
[2023-11-21 11:26:00 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3278#note_1659928862 in 0.72 second(s)
[2023-11-21 11:26:02 +0530] [ BUSY ] Migrating issue ticket with labels #223 'Series for Community Blog around Mindshare Teams Infographics' by 'Marie Nordin (ID riecatnor)'...
[2023-11-21 11:26:02 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3279 in 1.48 second(s)
[2023-11-21 11:26:02 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:02 +0530]          Found 0 entities in 0.00 second(s)
[2023-11-21 11:26:03 +0530] [ BUSY ] Migrating issue ticket with labels #220 'Document Responsibilities of Mindshare team in the Ambassdor Revamp' by 'Sumantro Mukherjee (ID sumantrom)'...
[2023-11-21 11:26:03 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3280 in 1.48 second(s)
[2023-11-21 11:26:03 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:03 +0530]          Found 19 entities in 0.00 second(s)
[2023-11-21 11:26:04 +0530] [ BUSY ] Transferring comment (Entity 1 of 19)...
[2023-11-21 11:26:04 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928908 in 0.70 second(s)
[2023-11-21 11:26:05 +0530] [ BUSY ] Transferring comment (Entity 2 of 19)...
[2023-11-21 11:26:05 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928917 in 0.84 second(s)
[2023-11-21 11:26:06 +0530] [ BUSY ] Transferring comment (Entity 3 of 19)...
[2023-11-21 11:26:06 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928931 in 1.43 second(s)
[2023-11-21 11:26:07 +0530] [ BUSY ] Transferring comment (Entity 4 of 19)...
[2023-11-21 11:26:07 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928938 in 0.92 second(s)
[2023-11-21 11:26:08 +0530] [ BUSY ] Transferring comment (Entity 5 of 19)...
[2023-11-21 11:26:08 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928946 in 0.92 second(s)
[2023-11-21 11:26:09 +0530] [ BUSY ] Transferring comment (Entity 6 of 19)...
[2023-11-21 11:26:09 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928955 in 1.12 second(s)
[2023-11-21 11:26:10 +0530] [ BUSY ] Transferring comment (Entity 7 of 19)...
[2023-11-21 11:26:10 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928967 in 0.82 second(s)
[2023-11-21 11:26:11 +0530] [ BUSY ] Transferring comment (Entity 8 of 19)...
[2023-11-21 11:26:11 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928978 in 0.76 second(s)
[2023-11-21 11:26:12 +0530] [ BUSY ] Transferring comment (Entity 9 of 19)...
[2023-11-21 11:26:12 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928986 in 0.84 second(s)
[2023-11-21 11:26:13 +0530] [ BUSY ] Transferring comment (Entity 10 of 19)...
[2023-11-21 11:26:13 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659928992 in 1.36 second(s)
[2023-11-21 11:26:14 +0530] [ BUSY ] Transferring comment (Entity 11 of 19)...
[2023-11-21 11:26:14 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929008 in 0.80 second(s)
[2023-11-21 11:26:15 +0530] [ BUSY ] Transferring comment (Entity 12 of 19)...
[2023-11-21 11:26:15 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929018 in 0.75 second(s)
[2023-11-21 11:26:15 +0530] [ BUSY ] Transferring comment (Entity 13 of 19)...
[2023-11-21 11:26:15 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929024 in 0.74 second(s)
[2023-11-21 11:26:16 +0530] [ BUSY ] Transferring comment (Entity 14 of 19)...
[2023-11-21 11:26:16 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929030 in 0.74 second(s)
[2023-11-21 11:26:17 +0530] [ BUSY ] Transferring comment (Entity 15 of 19)...
[2023-11-21 11:26:17 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929036 in 0.85 second(s)
[2023-11-21 11:26:18 +0530] [ BUSY ] Transferring comment (Entity 16 of 19)...
[2023-11-21 11:26:18 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929043 in 1.12 second(s)
[2023-11-21 11:26:19 +0530] [ BUSY ] Transferring comment (Entity 17 of 19)...
[2023-11-21 11:26:19 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929053 in 0.67 second(s)
[2023-11-21 11:26:20 +0530] [ BUSY ] Transferring comment (Entity 18 of 19)...
[2023-11-21 11:26:20 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929060 in 0.87 second(s)
[2023-11-21 11:26:21 +0530] [ BUSY ] Transferring comment (Entity 19 of 19)...
[2023-11-21 11:26:21 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3280#note_1659929070 in 1.32 second(s)
[2023-11-21 11:26:22 +0530] [ BUSY ] Migrating issue ticket with labels #219 'Collect Fedora Womens Day 2020 Data and pass to geofp' by 'Bhagyashree Padalkar (ID bee2502)'...
[2023-11-21 11:26:22 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3281 in 1.05 second(s)
[2023-11-21 11:26:22 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:22 +0530]          Found 1 entities in 0.00 second(s)
[2023-11-21 11:26:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)...
[2023-11-21 11:26:23 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3281#note_1659929091 in 0.83 second(s)
[2023-11-21 11:26:24 +0530] [ BUSY ] Migrating issue ticket with labels #218 'Collect usernames of FWD local organizers and pass to geofp' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:26:24 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3282 in 0.97 second(s)
[2023-11-21 11:26:24 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:24 +0530]          Found 11 entities in 0.00 second(s)
[2023-11-21 11:26:24 +0530] [ BUSY ] Transferring comment (Entity 1 of 11)...
[2023-11-21 11:26:24 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929112 in 0.69 second(s)
[2023-11-21 11:26:25 +0530] [ BUSY ] Transferring comment (Entity 2 of 11)...
[2023-11-21 11:26:25 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929119 in 0.76 second(s)
[2023-11-21 11:26:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 11)...
[2023-11-21 11:26:26 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929126 in 0.80 second(s)
[2023-11-21 11:26:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 11)...
[2023-11-21 11:26:27 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929134 in 1.43 second(s)
[2023-11-21 11:26:29 +0530] [ BUSY ] Transferring comment (Entity 5 of 11)...
[2023-11-21 11:26:29 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929139 in 1.12 second(s)
[2023-11-21 11:26:29 +0530] [ BUSY ] Transferring comment (Entity 6 of 11)...
[2023-11-21 11:26:29 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929156 in 0.72 second(s)
[2023-11-21 11:26:31 +0530] [ BUSY ] Transferring comment (Entity 7 of 11)...
[2023-11-21 11:26:31 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929167 in 1.55 second(s)
[2023-11-21 11:26:32 +0530] [ BUSY ] Transferring comment (Entity 8 of 11)...
[2023-11-21 11:26:32 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929181 in 0.81 second(s)
[2023-11-21 11:26:32 +0530] [ BUSY ] Transferring comment (Entity 9 of 11)...
[2023-11-21 11:26:32 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929200 in 0.71 second(s)
[2023-11-21 11:26:33 +0530] [ BUSY ] Transferring comment (Entity 10 of 11)...
[2023-11-21 11:26:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929211 in 0.82 second(s)
[2023-11-21 11:26:34 +0530] [ BUSY ] Transferring comment (Entity 11 of 11)...
[2023-11-21 11:26:34 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3282#note_1659929224 in 0.77 second(s)
[2023-11-21 11:26:35 +0530] [ BUSY ] Migrating issue ticket with labels #217 'NEST 2020 CommOps Loves Metrics Hack Session' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'...
[2023-11-21 11:26:35 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3283 in 1.27 second(s)
[2023-11-21 11:26:35 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:35 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:26:36 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:26:36 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3283#note_1659929243 in 0.71 second(s)
[2023-11-21 11:26:37 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:26:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3283#note_1659929249 in 0.70 second(s)
[2023-11-21 11:26:37 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:26:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3283#note_1659929257 in 0.84 second(s)
[2023-11-21 11:26:38 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:26:38 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3283#note_1659929273 in 0.82 second(s)
[2023-11-21 11:26:39 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:26:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3283#note_1659929282 in 0.69 second(s)
[2023-11-21 11:26:40 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:26:40 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3283#note_1659929290 in 0.72 second(s)
[2023-11-21 11:26:41 +0530] [ BUSY ] Migrating issue ticket with labels #216 'Start a exhaustive list of discussion platform used by the Fedora community ' by 'Michael S (ID misc)'...
[2023-11-21 11:26:41 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3284 in 0.94 second(s)
[2023-11-21 11:26:41 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:41 +0530]          Found 1 entities in 0.00 second(s)
[2023-11-21 11:26:42 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)...
[2023-11-21 11:26:42 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3284#note_1659929306 in 0.91 second(s)
[2023-11-21 11:26:43 +0530] [ BUSY ] Migrating issue ticket with labels #214 'Content for infographic to highlight accomplishments of Fedora CommOps!' by 'Smera Goel (ID smeragoel)'...
[2023-11-21 11:26:43 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3285 in 1.08 second(s)
[2023-11-21 11:26:43 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:43 +0530]          Found 13 entities in 0.00 second(s)
[2023-11-21 11:26:43 +0530] [ BUSY ] Transferring comment (Entity 1 of 13)...
[2023-11-21 11:26:43 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929324 in 0.76 second(s)
[2023-11-21 11:26:44 +0530] [ BUSY ] Transferring comment (Entity 2 of 13)...
[2023-11-21 11:26:44 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929332 in 0.71 second(s)
[2023-11-21 11:26:45 +0530] [ BUSY ] Transferring comment (Entity 3 of 13)...
[2023-11-21 11:26:45 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929337 in 0.81 second(s)
[2023-11-21 11:26:46 +0530] [ BUSY ] Transferring comment (Entity 4 of 13)...
[2023-11-21 11:26:46 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929343 in 0.92 second(s)
[2023-11-21 11:26:47 +0530] [ BUSY ] Transferring comment (Entity 5 of 13)...
[2023-11-21 11:26:47 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929352 in 0.83 second(s)
[2023-11-21 11:26:47 +0530] [ BUSY ] Transferring comment (Entity 6 of 13)...
[2023-11-21 11:26:47 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929358 in 0.71 second(s)
[2023-11-21 11:26:48 +0530] [ BUSY ] Transferring comment (Entity 7 of 13)...
[2023-11-21 11:26:48 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929365 in 0.82 second(s)
[2023-11-21 11:26:49 +0530] [ BUSY ] Transferring comment (Entity 8 of 13)...
[2023-11-21 11:26:49 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929372 in 0.93 second(s)
[2023-11-21 11:26:50 +0530] [ BUSY ] Transferring comment (Entity 9 of 13)...
[2023-11-21 11:26:50 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929386 in 1.02 second(s)
[2023-11-21 11:26:51 +0530] [ BUSY ] Transferring comment (Entity 10 of 13)...
[2023-11-21 11:26:51 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929396 in 0.80 second(s)
[2023-11-21 11:26:52 +0530] [ BUSY ] Transferring comment (Entity 11 of 13)...
[2023-11-21 11:26:52 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929408 in 0.77 second(s)
[2023-11-21 11:26:52 +0530] [ BUSY ] Transferring comment (Entity 12 of 13)...
[2023-11-21 11:26:52 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929416 in 0.79 second(s)
[2023-11-21 11:26:53 +0530] [ BUSY ] Transferring comment (Entity 13 of 13)...
[2023-11-21 11:26:53 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3285#note_1659929424 in 0.74 second(s)
[2023-11-21 11:26:54 +0530] [ BUSY ] Migrating issue ticket with labels #213 ' Select new meeting time for June to December' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'...
[2023-11-21 11:26:54 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3286 in 1.18 second(s)
[2023-11-21 11:26:54 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:26:54 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:26:55 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:26:55 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3286#note_1659929443 in 0.79 second(s)
[2023-11-21 11:26:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:26:56 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3286#note_1659929449 in 1.07 second(s)
[2023-11-21 11:26:57 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:26:57 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3286#note_1659929464 in 0.82 second(s)
[2023-11-21 11:26:58 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:26:58 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3286#note_1659929474 in 0.79 second(s)
[2023-11-21 11:26:59 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:26:59 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3286#note_1659929481 in 0.81 second(s)
[2023-11-21 11:26:59 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:26:59 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3286#note_1659929487 in 0.75 second(s)
[2023-11-21 11:27:00 +0530] [ BUSY ] Migrating issue ticket with labels #212 'Selecting new CommOps Mindshare representative for F34-F35 ' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'...
[2023-11-21 11:27:00 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3287 in 0.92 second(s)
[2023-11-21 11:27:00 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:00 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:27:01 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:27:01 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3287#note_1659929496 in 0.81 second(s)
[2023-11-21 11:27:02 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:27:02 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3287#note_1659929505 in 1.17 second(s)
[2023-11-21 11:27:03 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:27:03 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3287#note_1659929519 in 0.97 second(s)
[2023-11-21 11:27:04 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:27:04 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3287#note_1659929527 in 0.74 second(s)
[2023-11-21 11:27:05 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:27:05 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3287#note_1659929534 in 0.68 second(s)
[2023-11-21 11:27:06 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:27:06 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3287#note_1659929545 in 0.81 second(s)
[2023-11-21 11:27:07 +0530] [ BUSY ] Migrating issue ticket with labels #211 'LinkedIn Page for Fedora' by 'Tushar Kumar (ID tusharkumar2020)'...
[2023-11-21 11:27:07 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3288 in 1.35 second(s)
[2023-11-21 11:27:07 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:07 +0530]          Found 3 entities in 0.00 second(s)
[2023-11-21 11:27:08 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)...
[2023-11-21 11:27:08 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3288#note_1659929572 in 0.73 second(s)
[2023-11-21 11:27:09 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)...
[2023-11-21 11:27:09 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3288#note_1659929586 in 1.01 second(s)
[2023-11-21 11:27:09 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)...
[2023-11-21 11:27:09 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3288#note_1659929592 in 0.69 second(s)
[2023-11-21 11:27:10 +0530] [ BUSY ] Migrating issue ticket with labels #209 'Document "How Do you Fedora" Process' by 'Vipul Siddharth (ID siddharthvipul1)'...
[2023-11-21 11:27:10 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3289 in 1.05 second(s)
[2023-11-21 11:27:10 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:10 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:27:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:27:11 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3289#note_1659929615 in 0.72 second(s)
[2023-11-21 11:27:12 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:27:12 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3289#note_1659929621 in 0.72 second(s)
[2023-11-21 11:27:13 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:27:13 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3289#note_1659929626 in 0.73 second(s)
[2023-11-21 11:27:13 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:27:13 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3289#note_1659929629 in 0.71 second(s)
[2023-11-21 11:27:14 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:27:14 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3289#note_1659929633 in 1.11 second(s)
[2023-11-21 11:27:15 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:27:15 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3289#note_1659929647 in 0.91 second(s)
[2023-11-21 11:27:16 +0530] [ BUSY ] Migrating issue ticket with labels #208 'Email Outreachy 2020 interns and write a CommBlog interview' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:27:16 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3290 in 0.91 second(s)
[2023-11-21 11:27:16 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:16 +0530]          Found 10 entities in 0.00 second(s)
[2023-11-21 11:27:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)...
[2023-11-21 11:27:17 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929663 in 1.23 second(s)
[2023-11-21 11:27:18 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)...
[2023-11-21 11:27:18 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929674 in 0.71 second(s)
[2023-11-21 11:27:19 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)...
[2023-11-21 11:27:19 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929684 in 0.78 second(s)
[2023-11-21 11:27:20 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)...
[2023-11-21 11:27:20 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929687 in 0.86 second(s)
[2023-11-21 11:27:21 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)...
[2023-11-21 11:27:21 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929695 in 0.82 second(s)
[2023-11-21 11:27:22 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)...
[2023-11-21 11:27:22 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929703 in 1.12 second(s)
[2023-11-21 11:27:23 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)...
[2023-11-21 11:27:23 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929716 in 0.82 second(s)
[2023-11-21 11:27:24 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)...
[2023-11-21 11:27:24 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929720 in 1.02 second(s)
[2023-11-21 11:27:24 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)...
[2023-11-21 11:27:24 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929735 in 0.73 second(s)
[2023-11-21 11:27:25 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)...
[2023-11-21 11:27:25 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3290#note_1659929743 in 0.70 second(s)
[2023-11-21 11:27:26 +0530] [ BUSY ] Migrating issue ticket with labels #207 'New doc page: Fedora Community vocabulary' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:27:26 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3291 in 1.13 second(s)
[2023-11-21 11:27:26 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:26 +0530]          Found 10 entities in 0.00 second(s)
[2023-11-21 11:27:27 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)...
[2023-11-21 11:27:27 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929762 in 0.92 second(s)
[2023-11-21 11:27:28 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)...
[2023-11-21 11:27:28 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929772 in 0.75 second(s)
[2023-11-21 11:27:29 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)...
[2023-11-21 11:27:29 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929777 in 1.09 second(s)
[2023-11-21 11:27:30 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)...
[2023-11-21 11:27:30 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929785 in 0.73 second(s)
[2023-11-21 11:27:31 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)...
[2023-11-21 11:27:31 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929799 in 0.90 second(s)
[2023-11-21 11:27:31 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)...
[2023-11-21 11:27:31 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929809 in 0.83 second(s)
[2023-11-21 11:27:33 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)...
[2023-11-21 11:27:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929821 in 1.11 second(s)
[2023-11-21 11:27:33 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)...
[2023-11-21 11:27:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929832 in 0.82 second(s)
[2023-11-21 11:27:34 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)...
[2023-11-21 11:27:34 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929837 in 0.81 second(s)
[2023-11-21 11:27:35 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)...
[2023-11-21 11:27:35 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3291#note_1659929851 in 1.02 second(s)
[2023-11-21 11:27:36 +0530] [ BUSY ] Migrating issue ticket with labels #206 'Adding Fedora Join Workshops in Event Ideas' by 'Nasir Hussain (ID nasirhm)'...
[2023-11-21 11:27:36 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3292 in 0.87 second(s)
[2023-11-21 11:27:36 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:36 +0530]          Found 7 entities in 0.00 second(s)
[2023-11-21 11:27:37 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)...
[2023-11-21 11:27:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3292#note_1659929873 in 0.77 second(s)
[2023-11-21 11:27:38 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)...
[2023-11-21 11:27:38 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3292#note_1659929880 in 0.82 second(s)
[2023-11-21 11:27:39 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)...
[2023-11-21 11:27:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3292#note_1659929887 in 0.92 second(s)
[2023-11-21 11:27:39 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)...
[2023-11-21 11:27:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3292#note_1659929892 in 0.82 second(s)
[2023-11-21 11:27:40 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)...
[2023-11-21 11:27:40 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3292#note_1659929901 in 0.82 second(s)
[2023-11-21 11:27:41 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)...
[2023-11-21 11:27:41 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3292#note_1659929909 in 0.81 second(s)
[2023-11-21 11:27:42 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)...
[2023-11-21 11:27:42 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3292#note_1659929916 in 0.82 second(s)
[2023-11-21 11:27:43 +0530] [ BUSY ] Migrating issue ticket with labels #205 'Community change process to parallel the current engineering change process' by 'Ankur Sinha (ID ankursinha)'...
[2023-11-21 11:27:43 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3293 in 1.12 second(s)
[2023-11-21 11:27:43 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:43 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:27:44 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:27:44 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3293#note_1659929929 in 1.23 second(s)
[2023-11-21 11:27:45 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:27:45 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3293#note_1659929960 in 0.82 second(s)
[2023-11-21 11:27:46 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:27:46 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3293#note_1659929966 in 1.23 second(s)
[2023-11-21 11:27:47 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:27:47 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3293#note_1659929983 in 0.74 second(s)
[2023-11-21 11:27:48 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:27:48 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3293#note_1659929989 in 1.10 second(s)
[2023-11-21 11:27:49 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:27:49 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3293#note_1659929999 in 0.72 second(s)
[2023-11-21 11:27:50 +0530] [ BUSY ] Migrating issue ticket with labels #204 'Packagers group "health script"' by 'Ankur Sinha (ID ankursinha)'...
[2023-11-21 11:27:50 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3294 in 1.02 second(s)
[2023-11-21 11:27:50 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:27:50 +0530]          Found 10 entities in 0.00 second(s)
[2023-11-21 11:27:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)...
[2023-11-21 11:27:51 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930019 in 0.83 second(s)
[2023-11-21 11:27:52 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)...
[2023-11-21 11:27:52 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930027 in 0.88 second(s)
[2023-11-21 11:27:52 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)...
[2023-11-21 11:27:52 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930033 in 0.83 second(s)
[2023-11-21 11:27:53 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)...
[2023-11-21 11:27:53 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930041 in 0.72 second(s)
[2023-11-21 11:27:54 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)...
[2023-11-21 11:27:54 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930052 in 0.81 second(s)
[2023-11-21 11:27:55 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)...
[2023-11-21 11:27:55 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930062 in 0.77 second(s)
[2023-11-21 11:27:56 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)...
[2023-11-21 11:27:56 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930070 in 1.17 second(s)
[2023-11-21 11:27:57 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)...
[2023-11-21 11:27:57 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930082 in 0.91 second(s)
[2023-11-21 11:27:58 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)...
[2023-11-21 11:27:58 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930089 in 1.14 second(s)
[2023-11-21 11:27:59 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)...
[2023-11-21 11:27:59 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3294#note_1659930096 in 1.50 second(s)
[2023-11-21 11:28:00 +0530] [ BUSY ] Migrating issue ticket with labels #203 'Making a script to get useful data about groups' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'...
[2023-11-21 11:28:00 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3295 in 0.82 second(s)
[2023-11-21 11:28:00 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:28:00 +0530]          Found 9 entities in 0.00 second(s)
[2023-11-21 11:28:01 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)...
[2023-11-21 11:28:01 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930115 in 0.72 second(s)
[2023-11-21 11:28:02 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)...
[2023-11-21 11:28:02 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930122 in 0.94 second(s)
[2023-11-21 11:28:03 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)...
[2023-11-21 11:28:03 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930132 in 0.71 second(s)
[2023-11-21 11:28:04 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)...
[2023-11-21 11:28:04 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930137 in 0.92 second(s)
[2023-11-21 11:28:04 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)...
[2023-11-21 11:28:04 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930148 in 0.82 second(s)
[2023-11-21 11:28:05 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)...
[2023-11-21 11:28:05 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930153 in 0.84 second(s)
[2023-11-21 11:28:06 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)...
[2023-11-21 11:28:06 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930158 in 0.76 second(s)
[2023-11-21 11:28:07 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)...
[2023-11-21 11:28:07 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930163 in 0.81 second(s)
[2023-11-21 11:28:08 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)...
[2023-11-21 11:28:08 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3295#note_1659930167 in 1.17 second(s)
[2023-11-21 11:28:09 +0530] [ BUSY ] Migrating issue ticket with labels #202 'Upgrade PHP on communityblog' by 'Ben Cotton (ID bcotton)'...
[2023-11-21 11:28:09 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3296 in 0.94 second(s)
[2023-11-21 11:28:09 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:28:09 +0530]          Found 4 entities in 0.00 second(s)
[2023-11-21 11:28:10 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)...
[2023-11-21 11:28:10 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3296#note_1659930186 in 0.70 second(s)
[2023-11-21 11:28:10 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)...
[2023-11-21 11:28:10 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3296#note_1659930195 in 0.82 second(s)
[2023-11-21 11:28:12 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)...
[2023-11-21 11:28:12 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3296#note_1659930210 in 1.43 second(s)
[2023-11-21 11:28:13 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)...
[2023-11-21 11:28:13 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3296#note_1659930223 in 1.44 second(s)
[2023-11-21 11:28:15 +0530] [ BUSY ] Migrating issue ticket with labels #200 'Call for new CommOps team lead' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:28:15 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3297 in 1.47 second(s)
[2023-11-21 11:28:15 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:28:15 +0530]          Found 3 entities in 0.00 second(s)
[2023-11-21 11:28:16 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)...
[2023-11-21 11:28:16 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3297#note_1659930251 in 0.80 second(s)
[2023-11-21 11:28:16 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)...
[2023-11-21 11:28:16 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3297#note_1659930262 in 0.80 second(s)
[2023-11-21 11:28:17 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)...
[2023-11-21 11:28:17 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3297#note_1659930273 in 0.80 second(s)
[2023-11-21 11:28:17 +0530] [ BUSY ] Reading issue tickets information (Page 2 of 6)...
[2023-11-21 11:28:23 +0530]          Found 35 issue ticket(s) on this page in 6.15 second(s)
[2023-11-21 11:28:24 +0530] [ BUSY ] Migrating issue ticket with labels #199 'Create a native matrix fedora-telegram bridged room for matrix users' by 'Akarshan Biswas (ID akarshanbiswas)'...
[2023-11-21 11:28:24 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3298 in 0.91 second(s)
[2023-11-21 11:28:24 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:28:24 +0530]          Found 22 entities in 0.00 second(s)
[2023-11-21 11:28:25 +0530] [ BUSY ] Transferring comment (Entity 1 of 22)...
[2023-11-21 11:28:25 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930329 in 0.74 second(s)
[2023-11-21 11:28:26 +0530] [ BUSY ] Transferring comment (Entity 2 of 22)...
[2023-11-21 11:28:26 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930336 in 0.79 second(s)
[2023-11-21 11:28:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 22)...
[2023-11-21 11:28:26 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930348 in 0.71 second(s)
[2023-11-21 11:28:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 22)...
[2023-11-21 11:28:27 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930356 in 0.82 second(s)
[2023-11-21 11:28:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 22)...
[2023-11-21 11:28:28 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930364 in 0.92 second(s)
[2023-11-21 11:28:29 +0530] [ BUSY ] Transferring comment (Entity 6 of 22)...
[2023-11-21 11:28:29 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930376 in 0.77 second(s)
[2023-11-21 11:28:30 +0530] [ BUSY ] Transferring comment (Entity 7 of 22)...
[2023-11-21 11:28:30 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930384 in 0.77 second(s)
[2023-11-21 11:28:31 +0530] [ BUSY ] Transferring comment (Entity 8 of 22)...
[2023-11-21 11:28:31 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930391 in 0.81 second(s)
[2023-11-21 11:28:33 +0530] [ BUSY ] Transferring comment (Entity 9 of 22)...
[2023-11-21 11:28:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930407 in 1.94 second(s)
[2023-11-21 11:28:33 +0530] [ BUSY ] Transferring comment (Entity 10 of 22)...
[2023-11-21 11:28:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930416 in 0.83 second(s)
[2023-11-21 11:28:34 +0530] [ BUSY ] Transferring comment (Entity 11 of 22)...
[2023-11-21 11:28:34 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930424 in 0.80 second(s)
[2023-11-21 11:28:35 +0530] [ BUSY ] Transferring comment (Entity 12 of 22)...
[2023-11-21 11:28:35 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930430 in 0.82 second(s)
[2023-11-21 11:28:36 +0530] [ BUSY ] Transferring comment (Entity 13 of 22)...
[2023-11-21 11:28:36 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930437 in 0.82 second(s)
[2023-11-21 11:28:37 +0530] [ BUSY ] Transferring comment (Entity 14 of 22)...
[2023-11-21 11:28:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930446 in 0.72 second(s)
[2023-11-21 11:28:37 +0530] [ BUSY ] Transferring comment (Entity 15 of 22)...
[2023-11-21 11:28:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930451 in 0.79 second(s)
[2023-11-21 11:28:38 +0530] [ BUSY ] Transferring comment (Entity 16 of 22)...
[2023-11-21 11:28:38 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930459 in 1.04 second(s)
[2023-11-21 11:28:39 +0530] [ BUSY ] Transferring comment (Entity 17 of 22)...
[2023-11-21 11:28:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930468 in 0.68 second(s)
[2023-11-21 11:28:40 +0530] [ BUSY ] Transferring comment (Entity 18 of 22)...
[2023-11-21 11:28:40 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930473 in 0.85 second(s)
[2023-11-21 11:28:41 +0530] [ BUSY ] Transferring comment (Entity 19 of 22)...
[2023-11-21 11:28:41 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930484 in 0.92 second(s)
[2023-11-21 11:28:42 +0530] [ BUSY ] Transferring comment (Entity 20 of 22)...
[2023-11-21 11:28:42 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930494 in 0.81 second(s)
[2023-11-21 11:28:43 +0530] [ BUSY ] Transferring comment (Entity 21 of 22)...
[2023-11-21 11:28:43 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930502 in 0.92 second(s)
[2023-11-21 11:28:43 +0530] [ BUSY ] Transferring comment (Entity 22 of 22)...
[2023-11-21 11:28:43 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3298#note_1659930512 in 0.82 second(s)
[2023-11-21 11:28:45 +0530] [ BUSY ] Migrating issue ticket with labels #196 'Describe the appropriate use of Discourse' by 'Blaise R Pabon (ID blaise)'...
[2023-11-21 11:28:45 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3299 in 1.43 second(s)
[2023-11-21 11:28:45 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:28:45 +0530]          Found 3 entities in 0.00 second(s)
[2023-11-21 11:28:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)...
[2023-11-21 11:28:46 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3299#note_1659930625 in 0.81 second(s)
[2023-11-21 11:28:46 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)...
[2023-11-21 11:28:46 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3299#note_1659930636 in 0.82 second(s)
[2023-11-21 11:28:47 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)...
[2023-11-21 11:28:47 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3299#note_1659930645 in 0.81 second(s)
[2023-11-21 11:28:48 +0530] [ BUSY ] Migrating issue ticket with labels #195 'Launch a Teleirc volunteer sysadmin group / SIG' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:28:48 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3300 in 0.96 second(s)
[2023-11-21 11:28:48 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:28:48 +0530]          Found 13 entities in 0.00 second(s)
[2023-11-21 11:28:49 +0530] [ BUSY ] Transferring comment (Entity 1 of 13)...
[2023-11-21 11:28:49 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930655 in 0.75 second(s)
[2023-11-21 11:28:50 +0530] [ BUSY ] Transferring comment (Entity 2 of 13)...
[2023-11-21 11:28:50 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930663 in 0.75 second(s)
[2023-11-21 11:28:51 +0530] [ BUSY ] Transferring comment (Entity 3 of 13)...
[2023-11-21 11:28:51 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930668 in 0.82 second(s)
[2023-11-21 11:28:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 13)...
[2023-11-21 11:28:51 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930679 in 0.82 second(s)
[2023-11-21 11:28:52 +0530] [ BUSY ] Transferring comment (Entity 5 of 13)...
[2023-11-21 11:28:52 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930681 in 0.99 second(s)
[2023-11-21 11:28:53 +0530] [ BUSY ] Transferring comment (Entity 6 of 13)...
[2023-11-21 11:28:53 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930685 in 0.74 second(s)
[2023-11-21 11:28:54 +0530] [ BUSY ] Transferring comment (Entity 7 of 13)...
[2023-11-21 11:28:54 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930693 in 0.80 second(s)
[2023-11-21 11:28:55 +0530] [ BUSY ] Transferring comment (Entity 8 of 13)...
[2023-11-21 11:28:55 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930713 in 0.85 second(s)
[2023-11-21 11:28:56 +0530] [ BUSY ] Transferring comment (Entity 9 of 13)...
[2023-11-21 11:28:56 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930722 in 0.77 second(s)
[2023-11-21 11:28:56 +0530] [ BUSY ] Transferring comment (Entity 10 of 13)...
[2023-11-21 11:28:56 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930789 in 0.85 second(s)
[2023-11-21 11:28:57 +0530] [ BUSY ] Transferring comment (Entity 11 of 13)...
[2023-11-21 11:28:57 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930808 in 1.03 second(s)
[2023-11-21 11:28:59 +0530] [ BUSY ] Transferring comment (Entity 12 of 13)...
[2023-11-21 11:28:59 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930824 in 1.74 second(s)
[2023-11-21 11:29:00 +0530] [ BUSY ] Transferring comment (Entity 13 of 13)...
[2023-11-21 11:29:00 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3300#note_1659930833 in 0.72 second(s)
[2023-11-21 11:29:01 +0530] [ BUSY ] Migrating issue ticket with labels #190 'CommBlog idea: Fedora project on GitHub for Hacktoberfest' by 'Ben Cotton (ID bcotton)'...
[2023-11-21 11:29:01 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3301 in 1.15 second(s)
[2023-11-21 11:29:01 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:29:01 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:29:02 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:29:02 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3301#note_1659930855 in 0.92 second(s)
[2023-11-21 11:29:03 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:29:03 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3301#note_1659930864 in 0.77 second(s)
[2023-11-21 11:29:04 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:29:04 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3301#note_1659930875 in 1.02 second(s)
[2023-11-21 11:29:04 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:29:04 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3301#note_1659930884 in 0.72 second(s)
[2023-11-21 11:29:05 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:29:05 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3301#note_1659930891 in 0.68 second(s)
[2023-11-21 11:29:06 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:29:06 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3301#note_1659930975 in 1.04 second(s)
[2023-11-21 11:29:07 +0530] [ BUSY ] Migrating issue ticket with labels #189 'Automate Teleirc deployments with Ansible' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:29:07 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3302 in 0.93 second(s)
[2023-11-21 11:29:07 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:29:07 +0530]          Found 5 entities in 0.00 second(s)
[2023-11-21 11:29:08 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)...
[2023-11-21 11:29:08 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3302#note_1659931021 in 0.79 second(s)
[2023-11-21 11:29:09 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)...
[2023-11-21 11:29:09 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3302#note_1659931030 in 0.72 second(s)
[2023-11-21 11:29:10 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)...
[2023-11-21 11:29:10 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3302#note_1659931038 in 0.85 second(s)
[2023-11-21 11:29:10 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)...
[2023-11-21 11:29:10 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3302#note_1659931046 in 0.84 second(s)
[2023-11-21 11:29:11 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)...
[2023-11-21 11:29:11 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3302#note_1659931056 in 0.68 second(s)
[2023-11-21 11:29:12 +0530] [ BUSY ] Migrating issue ticket with labels #187 'New Telegram Bot for #fedora-docs' by 'Brian (bex) Exelbierd (ID bex)'...
[2023-11-21 11:29:12 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3303 in 1.00 second(s)
[2023-11-21 11:29:12 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:29:12 +0530]          Found 6 entities in 0.00 second(s)
[2023-11-21 11:29:13 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)...
[2023-11-21 11:29:13 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3303#note_1659931073 in 1.33 second(s)
[2023-11-21 11:29:14 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)...
[2023-11-21 11:29:14 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3303#note_1659931078 in 0.92 second(s)
[2023-11-21 11:29:16 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)...
[2023-11-21 11:29:16 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3303#note_1659931097 in 2.06 second(s)
[2023-11-21 11:29:17 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)...
[2023-11-21 11:29:17 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3303#note_1659931103 in 1.11 second(s)
[2023-11-21 11:29:19 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)...
[2023-11-21 11:29:19 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3303#note_1659931115 in 1.17 second(s)
[2023-11-21 11:29:19 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)...
[2023-11-21 11:29:19 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3303#note_1659931126 in 0.77 second(s)
[2023-11-21 11:29:20 +0530] [ BUSY ] Migrating issue ticket with labels #186 'Run worldcloudbot on @fedoracommunity Twitter account' by 'Justin W. Flory (ID jflory7)'...
[2023-11-21 11:29:20 +0530]          Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/3304 in 0.92 second(s)
[2023-11-21 11:29:20 +0530] [ BUSY ] Reading comment information...
[2023-11-21 11:29:20 +0530]          Found 36 entities in 0.00 second(s)
[2023-11-21 11:29:21 +0530] [ BUSY ] Transferring comment (Entity 1 of 36)...
[2023-11-21 11:29:21 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931136 in 0.82 second(s)
[2023-11-21 11:29:22 +0530] [ BUSY ] Transferring comment (Entity 2 of 36)...
[2023-11-21 11:29:22 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931138 in 0.82 second(s)
[2023-11-21 11:29:23 +0530] [ BUSY ] Transferring comment (Entity 3 of 36)...
[2023-11-21 11:29:23 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931141 in 0.79 second(s)
[2023-11-21 11:29:24 +0530] [ BUSY ] Transferring comment (Entity 4 of 36)...
[2023-11-21 11:29:24 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931169 in 0.74 second(s)
[2023-11-21 11:29:24 +0530] [ BUSY ] Transferring comment (Entity 5 of 36)...
[2023-11-21 11:29:24 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931261 in 0.92 second(s)
[2023-11-21 11:29:25 +0530] [ BUSY ] Transferring comment (Entity 6 of 36)...
[2023-11-21 11:29:25 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931270 in 0.75 second(s)
[2023-11-21 11:29:26 +0530] [ BUSY ] Transferring comment (Entity 7 of 36)...
[2023-11-21 11:29:26 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931285 in 0.75 second(s)
[2023-11-21 11:29:27 +0530] [ BUSY ] Transferring comment (Entity 8 of 36)...
[2023-11-21 11:29:27 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931291 in 0.80 second(s)
[2023-11-21 11:29:28 +0530] [ BUSY ] Transferring comment (Entity 9 of 36)...
[2023-11-21 11:29:28 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931300 in 0.83 second(s)
[2023-11-21 11:29:28 +0530] [ BUSY ] Transferring comment (Entity 10 of 36)...
[2023-11-21 11:29:28 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931308 in 0.84 second(s)
[2023-11-21 11:29:29 +0530] [ BUSY ] Transferring comment (Entity 11 of 36)...
[2023-11-21 11:29:29 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931317 in 0.73 second(s)
[2023-11-21 11:29:30 +0530] [ BUSY ] Transferring comment (Entity 12 of 36)...
[2023-11-21 11:29:30 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931324 in 0.82 second(s)
[2023-11-21 11:29:31 +0530] [ BUSY ] Transferring comment (Entity 13 of 36)...
[2023-11-21 11:29:31 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931332 in 0.76 second(s)
[2023-11-21 11:29:31 +0530] [ BUSY ] Transferring comment (Entity 14 of 36)...
[2023-11-21 11:29:31 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931337 in 0.71 second(s)
[2023-11-21 11:29:32 +0530] [ BUSY ] Transferring comment (Entity 15 of 36)...
[2023-11-21 11:29:32 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931425 in 0.88 second(s)
[2023-11-21 11:29:33 +0530] [ BUSY ] Transferring comment (Entity 16 of 36)...
[2023-11-21 11:29:33 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931433 in 0.82 second(s)
[2023-11-21 11:29:34 +0530] [ BUSY ] Transferring comment (Entity 17 of 36)...
[2023-11-21 11:29:34 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931446 in 0.92 second(s)
[2023-11-21 11:29:35 +0530] [ BUSY ] Transferring comment (Entity 18 of 36)...
[2023-11-21 11:29:35 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931455 in 1.23 second(s)
[2023-11-21 11:29:36 +0530] [ BUSY ] Transferring comment (Entity 19 of 36)...
[2023-11-21 11:29:36 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931469 in 0.67 second(s)
[2023-11-21 11:29:37 +0530] [ BUSY ] Transferring comment (Entity 20 of 36)...
[2023-11-21 11:29:37 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931476 in 0.76 second(s)
[2023-11-21 11:29:38 +0530] [ BUSY ] Transferring comment (Entity 21 of 36)...
[2023-11-21 11:29:38 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931488 in 0.92 second(s)
[2023-11-21 11:29:38 +0530] [ BUSY ] Transferring comment (Entity 22 of 36)...
[2023-11-21 11:29:38 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931496 in 0.82 second(s)
[2023-11-21 11:29:39 +0530] [ BUSY ] Transferring comment (Entity 23 of 36)...
[2023-11-21 11:29:39 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931505 in 0.82 second(s)
[2023-11-21 11:29:40 +0530] [ BUSY ] Transferring comment (Entity 24 of 36)...
[2023-11-21 11:29:40 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931517 in 0.96 second(s)
[2023-11-21 11:29:41 +0530] [ BUSY ] Transferring comment (Entity 25 of 36)...
[2023-11-21 11:29:41 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931524 in 0.81 second(s)
[2023-11-21 11:29:42 +0530] [ BUSY ] Transferring comment (Entity 26 of 36)...
[2023-11-21 11:29:42 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931532 in 0.79 second(s)
[2023-11-21 11:29:43 +0530] [ BUSY ] Transferring comment (Entity 27 of 36)...
[2023-11-21 11:29:43 +0530]          Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/3304#note_1659931630 in 0.89 second(s)
[2023-11-21 11:29:43 +0530] [ BUSY ] Transferring comment (Entity 27 of 36)...
[2023-11-21 11:29:43 +0530] [ FAIL ] Comment transfer failed!
[2023-11-21 11:29:43 +0530]          Failed due to code '429' and reason 'Too Many Requests' in 0.39 second(s)
(venv) [archdesk@archdesk pagure-exporter]$ 
gridhead commented 11 months ago

Here is what I did next. I stored this in a file and checked the occurrences of the string https://gitlab.com. I found 345 occurrences here and considering that some requests were made to retrieve the metadata of the destination namespace, the number should be under 350.

>>> loca = "/home/archdesk/Documents/log.txt"
>>> with open(loca, "r") as objc:
...     text = objc.read()
... 
>>> text.count("https://gitlab.com/")
345

This is a stark contrast from what we should have gotten for an authenticated API request made for a given user (i.e. 2000 requests per minute).

image

It is also important to note that there is altogether a separate limit associated with issue ticket creation (i.e. 200 requests per minute).

image

The one figure that it gets close to the amount that we have here is the one associated with the raw endpoint traffic (for a given project, commit and file path).

image

I recommend connecting with folks from GitLab who can help us understand what exactly the limits are for both normal HTTP POST and PUT requests.

For now, I am going to set the rate limit as the lowest of all these values (i.e. 200 requests per minute) to ensure that the requests are stalled but not failed.

EDIT: Here is the documentation where I am getting all these figures from.

jwflory commented 11 months ago

Unfortunately, I am still hitting this issue. 😕 The rate-limiting feature helped, but I still got my connection cut with the 429 Too Many Requests error:

Crash log from first API rate limit to 429 Too Many Requests ``` [2023-11-22 05:08:56 -0500] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-22 05:08:56 -0500] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-22 05:09:56 -0500] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-22 05:09:56 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/29#note_1663029989 in 0.61 second(s) [2023-11-22 05:09:57 -0500] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-22 05:09:57 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/29#note_1663029996 in 0.93 second(s) [2023-11-22 05:09:58 -0500] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-22 05:09:58 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/29#note_1663030004 in 1.12 second(s) [2023-11-22 05:09:59 -0500] [ BUSY ] Migrating issue ticket with labels #97 'Fedora QA Dashboard' by 'Lukas Brabec (ID lbrabec)'... [2023-11-22 05:09:59 -0500] Migrated to https://gitlab.com/fedora/mentoring/home/-/issues/30 in 0.92 second(s) [2023-11-22 05:09:59 -0500] [ BUSY ] Asserting issue ticket status... [2023-11-22 05:10:00 -0500] Asserted CLOSE status of the ticket in 0.49 second(s) [2023-11-22 05:10:00 -0500] [ BUSY ] Reading comment information... [2023-11-22 05:10:00 -0500] Found 20 entities in 0.00 second(s) [2023-11-22 05:10:00 -0500] [ BUSY ] Transferring comment (Entity 1 of 20)... [2023-11-22 05:10:00 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030024 in 0.53 second(s) [2023-11-22 05:10:01 -0500] [ BUSY ] Transferring comment (Entity 2 of 20)... [2023-11-22 05:10:01 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030029 in 0.53 second(s) [2023-11-22 05:10:01 -0500] [ BUSY ] Transferring comment (Entity 3 of 20)... [2023-11-22 05:10:01 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030036 in 0.55 second(s) [2023-11-22 05:10:02 -0500] [ BUSY ] Transferring comment (Entity 4 of 20)... [2023-11-22 05:10:02 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030055 in 0.87 second(s) [2023-11-22 05:10:03 -0500] [ BUSY ] Transferring comment (Entity 5 of 20)... [2023-11-22 05:10:03 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030067 in 0.51 second(s) [2023-11-22 05:10:03 -0500] [ BUSY ] Transferring comment (Entity 6 of 20)... [2023-11-22 05:10:03 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030071 in 0.66 second(s) [2023-11-22 05:10:04 -0500] [ BUSY ] Transferring comment (Entity 7 of 20)... [2023-11-22 05:10:04 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030076 in 0.55 second(s) [2023-11-22 05:10:04 -0500] [ BUSY ] Transferring comment (Entity 8 of 20)... [2023-11-22 05:10:04 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030084 in 0.61 second(s) [2023-11-22 05:10:05 -0500] [ BUSY ] Transferring comment (Entity 9 of 20)... [2023-11-22 05:10:05 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030086 in 0.58 second(s) [2023-11-22 05:10:06 -0500] [ BUSY ] Transferring comment (Entity 10 of 20)... [2023-11-22 05:10:06 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030092 in 0.60 second(s) [2023-11-22 05:10:06 -0500] [ BUSY ] Transferring comment (Entity 11 of 20)... [2023-11-22 05:10:06 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030101 in 0.77 second(s) [2023-11-22 05:10:07 -0500] [ BUSY ] Transferring comment (Entity 12 of 20)... [2023-11-22 05:10:07 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030107 in 0.62 second(s) [2023-11-22 05:10:08 -0500] [ BUSY ] Transferring comment (Entity 13 of 20)... [2023-11-22 05:10:08 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030116 in 0.66 second(s) [2023-11-22 05:10:08 -0500] [ BUSY ] Transferring comment (Entity 14 of 20)... [2023-11-22 05:10:08 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030119 in 0.61 second(s) [2023-11-22 05:10:09 -0500] [ BUSY ] Transferring comment (Entity 15 of 20)... [2023-11-22 05:10:09 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030125 in 0.53 second(s) [2023-11-22 05:10:10 -0500] [ BUSY ] Transferring comment (Entity 16 of 20)... [2023-11-22 05:10:10 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030133 in 0.71 second(s) [2023-11-22 05:10:10 -0500] [ BUSY ] Transferring comment (Entity 17 of 20)... [2023-11-22 05:10:10 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030143 in 0.64 second(s) [2023-11-22 05:10:11 -0500] [ BUSY ] Transferring comment (Entity 18 of 20)... [2023-11-22 05:10:11 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030150 in 0.64 second(s) [2023-11-22 05:10:11 -0500] [ BUSY ] Transferring comment (Entity 19 of 20)... [2023-11-22 05:10:11 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030156 in 0.61 second(s) [2023-11-22 05:10:12 -0500] [ BUSY ] Transferring comment (Entity 20 of 20)... [2023-11-22 05:10:12 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/30#note_1663030165 in 0.82 second(s) [2023-11-22 05:10:13 -0500] [ BUSY ] Migrating issue ticket with labels #96 'Outreachy proposal: Develop & Design Assets for the Fedora Community Outreach Revamp' by 'Marie Nordin (ID riecatnor)'... [2023-11-22 05:10:13 -0500] Migrated to https://gitlab.com/fedora/mentoring/home/-/issues/31 in 1.17 second(s) [2023-11-22 05:10:13 -0500] [ BUSY ] Asserting issue ticket status... [2023-11-22 05:10:15 -0500] Asserted CLOSE status of the ticket in 1.74 second(s) [2023-11-22 05:10:15 -0500] [ BUSY ] Reading comment information... [2023-11-22 05:10:15 -0500] Found 6 entities in 0.00 second(s) [2023-11-22 05:10:16 -0500] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-22 05:10:16 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/31#note_1663030201 in 0.67 second(s) [2023-11-22 05:10:17 -0500] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-22 05:10:17 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/31#note_1663030206 in 0.88 second(s) [2023-11-22 05:10:17 -0500] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-22 05:10:17 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/31#note_1663030216 in 0.66 second(s) [2023-11-22 05:10:18 -0500] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-22 05:10:18 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/31#note_1663030219 in 0.61 second(s) [2023-11-22 05:10:19 -0500] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-22 05:10:19 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/31#note_1663030229 in 0.76 second(s) [2023-11-22 05:10:20 -0500] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-22 05:10:20 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/31#note_1663030238 in 0.98 second(s) [2023-11-22 05:10:21 -0500] [ BUSY ] Migrating issue ticket with labels #95 'GSoC Project Proposal - Interactive Performance Monitoring for Podman' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-22 05:10:21 -0500] Migrated to https://gitlab.com/fedora/mentoring/home/-/issues/32 in 0.90 second(s) [2023-11-22 05:10:21 -0500] [ BUSY ] Asserting issue ticket status... [2023-11-22 05:10:22 -0500] Asserted CLOSE status of the ticket in 0.91 second(s) [2023-11-22 05:10:22 -0500] [ BUSY ] Reading comment information... [2023-11-22 05:10:22 -0500] Found 21 entities in 0.00 second(s) [2023-11-22 05:10:22 -0500] [ BUSY ] Transferring comment (Entity 1 of 21)... [2023-11-22 05:10:22 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030274 in 0.75 second(s) [2023-11-22 05:10:23 -0500] [ BUSY ] Transferring comment (Entity 2 of 21)... [2023-11-22 05:10:23 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030286 in 0.55 second(s) [2023-11-22 05:10:24 -0500] [ BUSY ] Transferring comment (Entity 3 of 21)... [2023-11-22 05:10:24 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030297 in 0.78 second(s) [2023-11-22 05:10:24 -0500] [ BUSY ] Transferring comment (Entity 4 of 21)... [2023-11-22 05:10:24 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030307 in 0.82 second(s) [2023-11-22 05:10:25 -0500] [ BUSY ] Transferring comment (Entity 5 of 21)... [2023-11-22 05:10:25 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030312 in 0.51 second(s) [2023-11-22 05:10:26 -0500] [ BUSY ] Transferring comment (Entity 6 of 21)... [2023-11-22 05:10:26 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030319 in 0.91 second(s) [2023-11-22 05:10:26 -0500] [ BUSY ] Transferring comment (Entity 7 of 21)... [2023-11-22 05:10:26 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030329 in 0.53 second(s) [2023-11-22 05:10:27 -0500] [ BUSY ] Transferring comment (Entity 8 of 21)... [2023-11-22 05:10:27 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030332 in 0.59 second(s) [2023-11-22 05:10:28 -0500] [ BUSY ] Transferring comment (Entity 9 of 21)... [2023-11-22 05:10:28 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030342 in 0.56 second(s) [2023-11-22 05:10:28 -0500] [ BUSY ] Transferring comment (Entity 10 of 21)... [2023-11-22 05:10:28 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030350 in 0.87 second(s) [2023-11-22 05:10:29 -0500] [ BUSY ] Transferring comment (Entity 11 of 21)... [2023-11-22 05:10:29 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030358 in 0.52 second(s) [2023-11-22 05:10:30 -0500] [ BUSY ] Transferring comment (Entity 12 of 21)... [2023-11-22 05:10:30 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030368 in 1.04 second(s) [2023-11-22 05:10:33 -0500] [ BUSY ] Transferring comment (Entity 13 of 21)... [2023-11-22 05:10:33 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030384 in 2.67 second(s) [2023-11-22 05:10:34 -0500] [ BUSY ] Transferring comment (Entity 14 of 21)... [2023-11-22 05:10:34 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030395 in 1.24 second(s) [2023-11-22 05:10:35 -0500] [ BUSY ] Transferring comment (Entity 15 of 21)... [2023-11-22 05:10:35 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030402 in 0.71 second(s) [2023-11-22 05:10:35 -0500] [ BUSY ] Transferring comment (Entity 16 of 21)... [2023-11-22 05:10:35 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030406 in 0.61 second(s) [2023-11-22 05:10:36 -0500] [ BUSY ] Transferring comment (Entity 17 of 21)... [2023-11-22 05:10:36 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030416 in 1.13 second(s) [2023-11-22 05:10:37 -0500] [ BUSY ] Transferring comment (Entity 18 of 21)... [2023-11-22 05:10:37 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030424 in 0.49 second(s) [2023-11-22 05:10:38 -0500] [ BUSY ] Transferring comment (Entity 19 of 21)... [2023-11-22 05:10:38 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030435 in 1.04 second(s) [2023-11-22 05:10:38 -0500] [ BUSY ] Transferring comment (Entity 20 of 21)... [2023-11-22 05:10:38 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030450 in 0.64 second(s) [2023-11-22 05:10:39 -0500] [ BUSY ] Transferring comment (Entity 21 of 21)... [2023-11-22 05:10:39 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/32#note_1663030466 in 0.69 second(s) [2023-11-22 05:10:46 -0500] [ BUSY ] Migrating issue ticket with labels #94 'Outreachy proposal: Improved automated community metrics' by 'Matthew Miller (ID mattdm)'... [2023-11-22 05:10:46 -0500] Migrated to https://gitlab.com/fedora/mentoring/home/-/issues/33 in 6.50 second(s) [2023-11-22 05:10:46 -0500] [ BUSY ] Asserting issue ticket status... [2023-11-22 05:10:46 -0500] Asserted CLOSE status of the ticket in 0.48 second(s) [2023-11-22 05:10:46 -0500] [ BUSY ] Reading comment information... [2023-11-22 05:10:46 -0500] Found 13 entities in 0.00 second(s) [2023-11-22 05:10:47 -0500] [ BUSY ] Transferring comment (Entity 1 of 13)... [2023-11-22 05:10:47 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030594 in 0.60 second(s) [2023-11-22 05:10:48 -0500] [ BUSY ] Transferring comment (Entity 2 of 13)... [2023-11-22 05:10:48 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030613 in 1.55 second(s) [2023-11-22 05:10:49 -0500] [ BUSY ] Transferring comment (Entity 3 of 13)... [2023-11-22 05:10:49 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030641 in 0.70 second(s) [2023-11-22 05:10:50 -0500] [ BUSY ] Transferring comment (Entity 4 of 13)... [2023-11-22 05:10:50 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030653 in 0.58 second(s) [2023-11-22 05:10:50 -0500] [ BUSY ] Transferring comment (Entity 5 of 13)... [2023-11-22 05:10:50 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030663 in 0.65 second(s) [2023-11-22 05:10:51 -0500] [ BUSY ] Transferring comment (Entity 6 of 13)... [2023-11-22 05:10:51 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030675 in 0.57 second(s) [2023-11-22 05:10:52 -0500] [ BUSY ] Transferring comment (Entity 7 of 13)... [2023-11-22 05:10:52 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030683 in 0.96 second(s) [2023-11-22 05:10:52 -0500] [ BUSY ] Transferring comment (Entity 8 of 13)... [2023-11-22 05:10:52 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030696 in 0.55 second(s) [2023-11-22 05:10:53 -0500] [ BUSY ] Transferring comment (Entity 9 of 13)... [2023-11-22 05:10:53 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030700 in 0.53 second(s) [2023-11-22 05:10:53 -0500] [ BUSY ] Transferring comment (Entity 10 of 13)... [2023-11-22 05:10:53 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030710 in 0.53 second(s) [2023-11-22 05:10:54 -0500] [ BUSY ] Transferring comment (Entity 11 of 13)... [2023-11-22 05:10:54 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030719 in 1.05 second(s) [2023-11-22 05:10:55 -0500] [ BUSY ] Transferring comment (Entity 12 of 13)... [2023-11-22 05:10:55 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030737 in 0.71 second(s) [2023-11-22 05:10:56 -0500] [ BUSY ] Transferring comment (Entity 13 of 13)... [2023-11-22 05:10:56 -0500] Transferred to https://gitlab.com/fedora/mentoring/home/-/issues/33#note_1663030754 in 0.51 second(s) [2023-11-22 05:10:56 -0500] [ BUSY ] Migrating issue ticket with labels #93 '[GSoC] Update all artifacts for upcoming GSoC 2021' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-22 05:10:56 -0500] Migrated to https://gitlab.com/fedora/mentoring/home/-/issues/34 in 0.75 second(s) [2023-11-22 05:10:56 -0500] [ BUSY ] Asserting issue ticket status... [2023-11-22 05:10:57 -0500] Asserted CLOSE status of the ticket in 0.57 second(s) [2023-11-22 05:10:57 -0500] [ BUSY ] Reading comment information... [2023-11-22 05:10:57 -0500] Found 6 entities in 0.00 second(s) [2023-11-22 05:10:57 -0500] [ BUSY ] Transferring comment (Entity 0 of 6)... [2023-11-22 05:10:57 -0500] [ FAIL ] Comment transfer failed! [2023-11-22 05:10:57 -0500] Failed due to code '429' and reason 'Too Many Requests' in 0.19 second(s) ```
gridhead commented 11 months ago

@jwflory, I have reopened the issue ticket temporarily to see what we can do about the said issue.

Could you please let me know if you are making "authenticated" requests to GitLab (as in you are using an access token that has access to the said repository)? Many times, the tool proceeds with making tickets even after the fact that people had made typos in their GitLab access token as now the requests would be considered "unauthenticated" and hence, the rate limit would be significantly lower than usual.

If not, then with reference to https://github.com/fedora-infra/pagure-exporter/issues/60#issuecomment-1820304156, something here is clearly amiss. I have used the limit here to be 5 less the least of these numbers and that should lead to no problems at all but maybe the free GitLab namespace that we are provided with has its own set of rate limits that we need to look into. For instance, my personal GitLab account has credit card details associated so it might have different rate limits.

gridhead commented 11 months ago

@jwflory, also -- have you been trying to use the same access token parallelly with another instance of the tool? You can confide that to me, and I promise I won't tell that to anyone because if you are doing that, you are not supposed to do that.

jwflory commented 11 months ago

@gridhead I generate a new GitLab access token for each repository that I work with. So, each repository that I work with gets its own unique access token. This was the case with the Mentored Projects repository that I attempted. To the best of my knowledge, the requests should all be authenticated, as the issue importer shows the username of the token name that I used.

After the US holiday this week, perhaps @semioticrobotic could help us figure out the GitLab API rate limits or if there is anything that can be done for the Fedora namespace on GitLab.

gridhead commented 11 months ago

@jwflory, I am not sure about this but maybe the rate limits imposed by GitLab might also be associated with the number of authenticated requests made from one source IP address at any given point in time.

As such, if you are transferring multiple repositories albeit with different access tokens but at the same time, such an issue is very likely to take place where GitLab says that the rate limit has been reached.

As the error is not as verbose as we would like it to be, it might mean two things (a) that the rate limit has exceeded for the said access token or (b) that the rate limit has exceeded for the source IP address.

gridhead commented 11 months ago

So here is my attempt at moving the mentored-projects repo tickets from the source namespace on Pagure to the destination namespace on GitLab and I cannot say that I am facing the same problem as you are.

Here are the logs from the import ``` (venv) [t0xic0der@fedorable pagure-exporter]$ pagure-exporter -s mentored-projects -d $TEST_DEST -p $TEST_PKEY -g $TEST_GKEY -f $TEST_FUSR -t $TEST_TUSR tkts -s FULL -clat [2023-11-23 07:01:50 +0530] [ BUSY ] Requesting for source namespace metadata... [2023-11-23 07:01:51 +0530] [ PASS ] Source namespace metadata acquisition succeeded! [2023-11-23 07:01:51 +0530] Name: mentored-projects [2023-11-23 07:01:51 +0530] Identifier: 3583 [2023-11-23 07:01:51 +0530] Maintainer: Justin W. Flory (ID jflory7) [2023-11-23 07:01:51 +0530] Location: https://pagure.io/mentored-projects [2023-11-23 07:01:51 +0530] Address: https://t0xic0der:****************************************************************@pagure.io/mentored-projects.git [2023-11-23 07:01:51 +0530] Created on: Thu Jan 11 19:02:10 2018 [2023-11-23 07:01:51 +0530] Last modified on: Thu Oct 12 17:59:48 2023 [2023-11-23 07:01:51 +0530] Tags: [''] [2023-11-23 07:01:53 +0530] [ BUSY ] Requesting for destination namespace metadata... [2023-11-23 07:01:53 +0530] [ PASS ] Destination namespace metadata acquisition succeeded! [2023-11-23 07:01:53 +0530] Name: gridhead/protop2g-test [2023-11-23 07:01:53 +0530] Identifier: 42823949 [2023-11-23 07:01:53 +0530] Maintainer: gridhead (ID Akashdeep Dhar) [2023-11-23 07:01:53 +0530] Location: https://gitlab.com/gridhead/protop2g-test [2023-11-23 07:01:53 +0530] Address: https://gridhead:**************************@gitlab.com/gridhead/protop2g-test.git [2023-11-23 07:01:53 +0530] Created on: 2023-01-23T16:18:30.217Z [2023-11-23 07:01:53 +0530] Last modified on: 2023-11-21T17:21:25.582Z [2023-11-23 07:01:53 +0530] Tags: [] [2023-11-23 07:01:53 +0530] [ BUSY ] Attempting source namespace issue ticket count... [2023-11-23 07:01:53 +0530] [ WARN ] Extracting all issue tickets with labels, with states, with privacy and with comments off the given selection [2023-11-23 07:01:58 +0530] Found 86 issue ticket(s) across 3 page(s) in 5.84 second(s) [2023-11-23 07:01:58 +0530] [ BUSY ] Reading issue tickets information (Page 1 of 3)... [2023-11-23 07:02:02 +0530] Found 35 issue ticket(s) on this page in 3.79 second(s) [2023-11-23 07:02:03 +0530] [ BUSY ] Migrating issue ticket with labels #135 'Request to become a General Mentor' by 'Nikita Tripathi (ID nekonya3)'... [2023-11-23 07:02:03 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5714 in 1.02 second(s) [2023-11-23 07:02:03 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:03 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:02:03 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:03 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 07:02:05 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 07:02:05 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5714#note_1664006057 in 1.84 second(s) [2023-11-23 07:02:06 +0530] [ BUSY ] Migrating issue ticket with labels #134 '[May-Aug 2023 Outreachy Cohort Proposal] Fedora Badges Design' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 07:02:06 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5715 in 1.23 second(s) [2023-11-23 07:02:06 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:06 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:02:06 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:06 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 07:02:08 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 07:02:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5715#note_1664006127 in 1.74 second(s) [2023-11-23 07:02:11 +0530] [ BUSY ] Migrating issue ticket with labels #133 'Create and Design Icons for a Chat System' by 'Madeline Peck (ID madelinepeck)'... [2023-11-23 07:02:11 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5716 in 2.45 second(s) [2023-11-23 07:02:11 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:11 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:02:11 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:11 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:02:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:02:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5716#note_1664006201 in 0.82 second(s) [2023-11-23 07:02:12 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:02:12 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5716#note_1664006226 in 0.92 second(s) [2023-11-23 07:02:14 +0530] [ BUSY ] Migrating issue ticket with labels #132 'Fedora's participation in Hacktoberfest 2022' by 'Smera Goel (ID smeragoel)'... [2023-11-23 07:02:14 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5717 in 1.43 second(s) [2023-11-23 07:02:14 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:14 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:02:14 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:14 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 07:02:15 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 07:02:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5717#note_1664006300 in 0.82 second(s) [2023-11-23 07:02:15 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 07:02:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5717#note_1664006315 in 0.82 second(s) [2023-11-23 07:02:16 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 07:02:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5717#note_1664006339 in 0.92 second(s) [2023-11-23 07:02:19 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 07:02:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5717#note_1664006360 in 2.35 second(s) [2023-11-23 07:02:19 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 07:02:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5717#note_1664006406 in 0.82 second(s) [2023-11-23 07:02:20 +0530] [ BUSY ] Migrating issue ticket with labels #131 'Onboard @smeragoel as the new Mentored Project Representative to Mindshare' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 07:02:20 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5718 in 0.92 second(s) [2023-11-23 07:02:20 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:20 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:02:20 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:20 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:02:21 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:02:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5718#note_1664006452 in 0.82 second(s) [2023-11-23 07:02:22 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:02:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5718#note_1664006484 in 0.92 second(s) [2023-11-23 07:02:24 +0530] [ BUSY ] Migrating issue ticket with labels #130 'New Mentored Project rep to Mindshare' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 07:02:24 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5719 in 1.74 second(s) [2023-11-23 07:02:24 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:25 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:02:25 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:25 +0530] Found 12 entities in 0.00 second(s) [2023-11-23 07:02:27 +0530] [ BUSY ] Transferring comment (Entity 1 of 12)... [2023-11-23 07:02:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006619 in 2.15 second(s) [2023-11-23 07:02:29 +0530] [ BUSY ] Transferring comment (Entity 2 of 12)... [2023-11-23 07:02:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006634 in 1.23 second(s) [2023-11-23 07:02:30 +0530] [ BUSY ] Transferring comment (Entity 3 of 12)... [2023-11-23 07:02:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006664 in 1.12 second(s) [2023-11-23 07:02:31 +0530] [ BUSY ] Transferring comment (Entity 4 of 12)... [2023-11-23 07:02:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006687 in 0.82 second(s) [2023-11-23 07:02:32 +0530] [ BUSY ] Transferring comment (Entity 5 of 12)... [2023-11-23 07:02:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006708 in 0.92 second(s) [2023-11-23 07:02:32 +0530] [ BUSY ] Transferring comment (Entity 6 of 12)... [2023-11-23 07:02:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006721 in 0.82 second(s) [2023-11-23 07:02:34 +0530] [ BUSY ] Transferring comment (Entity 7 of 12)... [2023-11-23 07:02:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006743 in 1.12 second(s) [2023-11-23 07:02:34 +0530] [ BUSY ] Transferring comment (Entity 8 of 12)... [2023-11-23 07:02:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006780 in 0.92 second(s) [2023-11-23 07:02:35 +0530] [ BUSY ] Transferring comment (Entity 9 of 12)... [2023-11-23 07:02:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006818 in 0.92 second(s) [2023-11-23 07:02:36 +0530] [ BUSY ] Transferring comment (Entity 10 of 12)... [2023-11-23 07:02:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006839 in 0.92 second(s) [2023-11-23 07:02:37 +0530] [ BUSY ] Transferring comment (Entity 11 of 12)... [2023-11-23 07:02:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006867 in 0.82 second(s) [2023-11-23 07:02:38 +0530] [ BUSY ] Transferring comment (Entity 12 of 12)... [2023-11-23 07:02:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5719#note_1664006887 in 0.92 second(s) [2023-11-23 07:02:39 +0530] [ BUSY ] Migrating issue ticket with labels #129 'Interns introduction blog for May 2022 to August 2022 Outreachy internship round!' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 07:02:39 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5720 in 1.12 second(s) [2023-11-23 07:02:39 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:40 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 07:02:40 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:40 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:02:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:02:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5720#note_1664006980 in 0.92 second(s) [2023-11-23 07:02:42 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:02:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5720#note_1664007003 in 0.82 second(s) [2023-11-23 07:02:43 +0530] [ BUSY ] Migrating issue ticket with labels #128 'Outreachy proposal: Improve Docs Experience' by 'Ben Cotton (ID bcotton)'... [2023-11-23 07:02:43 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5721 in 1.12 second(s) [2023-11-23 07:02:43 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:45 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:02:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:45 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 07:02:45 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 07:02:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5721#note_1664007164 in 0.82 second(s) [2023-11-23 07:02:46 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 07:02:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5721#note_1664007190 in 0.92 second(s) [2023-11-23 07:02:47 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 07:02:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5721#note_1664007220 in 0.82 second(s) [2023-11-23 07:02:48 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 07:02:48 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5721#note_1664007248 in 1.02 second(s) [2023-11-23 07:02:49 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 07:02:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5721#note_1664007280 in 0.82 second(s) [2023-11-23 07:02:50 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 07:02:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5721#note_1664007313 in 1.02 second(s) [2023-11-23 07:02:51 +0530] [ BUSY ] Migrating issue ticket with labels #127 'Outreachy proposal: MIgrate zezere, the Fedora IoT device onboarding webapp, to use FDO ' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 07:02:51 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5722 in 1.22 second(s) [2023-11-23 07:02:51 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:52 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 07:02:52 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:52 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:02:53 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:02:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5722#note_1664007397 in 0.82 second(s) [2023-11-23 07:02:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:02:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5722#note_1664007430 in 1.33 second(s) [2023-11-23 07:02:55 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:02:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5722#note_1664007453 in 1.02 second(s) [2023-11-23 07:02:57 +0530] [ BUSY ] Migrating issue ticket with labels #126 'Project proposal: KDE Apps as Flatpaks in Fedora' by 'Timothée Ravier (ID siosm)'... [2023-11-23 07:02:57 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5723 in 1.33 second(s) [2023-11-23 07:02:57 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:02:58 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:02:58 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:02:58 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:02:59 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:02:59 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5723#note_1664007553 in 1.53 second(s) [2023-11-23 07:03:00 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:03:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5723#note_1664007607 in 0.92 second(s) [2023-11-23 07:03:01 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:03:01 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5723#note_1664007636 in 1.13 second(s) [2023-11-23 07:03:03 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:03:03 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5723#note_1664007674 in 1.12 second(s) [2023-11-23 07:03:04 +0530] [ BUSY ] Migrating issue ticket with labels #125 'Volunteer to be a General Mentor' by 'Amy Marrich (ID spotz)'... [2023-11-23 07:03:04 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5724 in 1.12 second(s) [2023-11-23 07:03:04 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:04 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:03:04 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:04 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:03:05 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:03:05 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5724#note_1664007743 in 0.92 second(s) [2023-11-23 07:03:06 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:03:06 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5724#note_1664007766 in 1.12 second(s) [2023-11-23 07:03:07 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:03:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5724#note_1664007804 in 0.82 second(s) [2023-11-23 07:03:08 +0530] [ BUSY ] Migrating issue ticket with labels #124 'Improve ethtool information querying in NetworkManager using Netlink' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 07:03:08 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5725 in 1.23 second(s) [2023-11-23 07:03:08 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:08 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:03:08 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:08 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 07:03:09 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 07:03:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5725#note_1664007858 in 0.92 second(s) [2023-11-23 07:03:10 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 07:03:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5725#note_1664007885 in 0.81 second(s) [2023-11-23 07:03:10 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 07:03:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5725#note_1664007905 in 0.82 second(s) [2023-11-23 07:03:11 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 07:03:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5725#note_1664007923 in 1.02 second(s) [2023-11-23 07:03:13 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 07:03:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5725#note_1664007948 in 1.23 second(s) [2023-11-23 07:03:14 +0530] [ BUSY ] Migrating issue ticket with labels #123 'Upgrade Fedimg - AMI creation for Fedora' by 'Mark O'Brien (ID mobrien)'... [2023-11-23 07:03:14 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5726 in 1.43 second(s) [2023-11-23 07:03:14 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:16 +0530] Asserted CLOSE status of the ticket in 1.53 second(s) [2023-11-23 07:03:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:16 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:03:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:03:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5726#note_1664008084 in 1.84 second(s) [2023-11-23 07:03:19 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:03:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5726#note_1664008105 in 1.12 second(s) [2023-11-23 07:03:19 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:03:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5726#note_1664008143 in 0.92 second(s) [2023-11-23 07:03:21 +0530] [ BUSY ] Migrating issue ticket with labels #122 'New Packager Guide Tool' by 'Stephen Snow (ID jakfrost)'... [2023-11-23 07:03:21 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5727 in 1.38 second(s) [2023-11-23 07:03:21 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:21 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:03:21 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:21 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:03:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:03:23 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5727#note_1664008253 in 2.30 second(s) [2023-11-23 07:03:24 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:03:24 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5727#note_1664008297 in 0.82 second(s) [2023-11-23 07:03:25 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:03:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5727#note_1664008327 in 0.92 second(s) [2023-11-23 07:03:26 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:03:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5727#note_1664008358 in 1.33 second(s) [2023-11-23 07:03:27 +0530] [ BUSY ] Migrating issue ticket with labels #121 'Become a general mentor' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 07:03:27 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5728 in 1.02 second(s) [2023-11-23 07:03:27 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:27 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:03:27 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:27 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 07:03:28 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 07:03:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5728#note_1664008424 in 0.82 second(s) [2023-11-23 07:03:29 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 07:03:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5728#note_1664008447 in 0.82 second(s) [2023-11-23 07:03:30 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 07:03:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5728#note_1664008465 in 0.92 second(s) [2023-11-23 07:03:31 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 07:03:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5728#note_1664008496 in 0.82 second(s) [2023-11-23 07:03:31 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 07:03:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5728#note_1664008515 in 0.82 second(s) [2023-11-23 07:03:32 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 07:03:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5728#note_1664008541 in 0.82 second(s) [2023-11-23 07:03:33 +0530] [ BUSY ] Migrating issue ticket with labels #119 'GSoC Organization Questionnaire' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 07:03:33 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5729 in 1.12 second(s) [2023-11-23 07:03:33 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:35 +0530] Asserted CLOSE status of the ticket in 2.05 second(s) [2023-11-23 07:03:35 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:35 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:03:36 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:03:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5729#note_1664008645 in 0.92 second(s) [2023-11-23 07:03:37 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:03:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5729#note_1664008669 in 1.02 second(s) [2023-11-23 07:03:38 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:03:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5729#note_1664008688 in 0.82 second(s) [2023-11-23 07:03:39 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:03:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5729#note_1664008725 in 1.02 second(s) [2023-11-23 07:03:40 +0530] [ BUSY ] Migrating issue ticket with labels #118 'GSoC 2022: Request for joining as a general mentor' by 'Aditya R Rudra (ID adityaofficial)'... [2023-11-23 07:03:40 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5730 in 1.23 second(s) [2023-11-23 07:03:40 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:42 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 07:03:42 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:42 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:03:43 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:03:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5730#note_1664008830 in 0.92 second(s) [2023-11-23 07:03:44 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:03:44 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5730#note_1664008856 in 0.92 second(s) [2023-11-23 07:03:45 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:03:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5730#note_1664008877 in 0.92 second(s) [2023-11-23 07:03:46 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:03:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5730#note_1664008915 in 1.12 second(s) [2023-11-23 07:03:47 +0530] [ BUSY ] Migrating issue ticket with labels #117 'Outreachy Proposal: Fedora Badges Design' by 'Smera Goel (ID smeragoel)'... [2023-11-23 07:03:47 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5731 in 1.23 second(s) [2023-11-23 07:03:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:03:49 +0530] Asserted CLOSE status of the ticket in 1.63 second(s) [2023-11-23 07:03:49 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:03:49 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 07:03:50 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 07:03:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009031 in 1.33 second(s) [2023-11-23 07:03:51 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 07:03:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009065 in 1.02 second(s) [2023-11-23 07:03:52 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 07:03:52 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009097 in 0.92 second(s) [2023-11-23 07:03:54 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 07:03:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009124 in 1.54 second(s) [2023-11-23 07:03:55 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 07:03:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009150 in 0.82 second(s) [2023-11-23 07:03:55 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 07:03:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009179 in 0.92 second(s) [2023-11-23 07:03:56 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 07:03:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009209 in 0.82 second(s) [2023-11-23 07:03:57 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 07:03:57 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009232 in 0.92 second(s) [2023-11-23 07:03:58 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 07:03:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009262 in 0.92 second(s) [2023-11-23 07:03:59 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 07:03:59 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009288 in 0.81 second(s) [2023-11-23 07:04:00 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 07:04:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009323 in 1.02 second(s) [2023-11-23 07:04:01 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 07:04:01 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009343 in 0.82 second(s) [2023-11-23 07:04:02 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 07:04:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009369 in 0.92 second(s) [2023-11-23 07:04:03 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 07:04:03 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009393 in 1.02 second(s) [2023-11-23 07:04:04 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 07:04:04 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5731#note_1664009420 in 1.23 second(s) [2023-11-23 07:04:05 +0530] [ BUSY ] Migrating issue ticket with labels #114 'Outreachy proposal: helping the NeuroFedora SIG' by 'Ankur Sinha (ID ankursinha)'... [2023-11-23 07:04:05 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5732 in 1.02 second(s) [2023-11-23 07:04:05 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:06 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 07:04:06 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:06 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 07:04:07 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 07:04:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5732#note_1664009504 in 0.82 second(s) [2023-11-23 07:04:08 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 07:04:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5732#note_1664009524 in 0.81 second(s) [2023-11-23 07:04:09 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 07:04:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5732#note_1664009545 in 0.92 second(s) [2023-11-23 07:04:10 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 07:04:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5732#note_1664009575 in 0.92 second(s) [2023-11-23 07:04:11 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 07:04:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5732#note_1664009601 in 1.12 second(s) [2023-11-23 07:04:12 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 07:04:12 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5732#note_1664009619 in 0.92 second(s) [2023-11-23 07:04:13 +0530] [ BUSY ] Migrating issue ticket with labels #113 'Outreachy Proposal: Fragment - Conversation Caretaker' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 07:04:13 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5733 in 1.13 second(s) [2023-11-23 07:04:13 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:14 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:04:14 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:14 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 07:04:16 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 07:04:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5733#note_1664009715 in 1.64 second(s) [2023-11-23 07:04:17 +0530] [ BUSY ] Migrating issue ticket with labels #107 'Outreachy FAQ Page on Docs site' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 07:04:17 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5734 in 1.22 second(s) [2023-11-23 07:04:17 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:18 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 07:04:18 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:18 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 07:04:19 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 07:04:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664009809 in 0.92 second(s) [2023-11-23 07:04:20 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 07:04:20 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664009835 in 0.82 second(s) [2023-11-23 07:04:21 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 07:04:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664009865 in 1.02 second(s) [2023-11-23 07:04:22 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 07:04:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664009892 in 1.12 second(s) [2023-11-23 07:04:23 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 07:04:23 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664009931 in 1.33 second(s) [2023-11-23 07:04:24 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 07:04:24 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664009970 in 0.82 second(s) [2023-11-23 07:04:25 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 07:04:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664009994 in 0.92 second(s) [2023-11-23 07:04:26 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 07:04:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5734#note_1664010016 in 1.22 second(s) [2023-11-23 07:04:28 +0530] [ BUSY ] Migrating issue ticket with labels #105 'Fedora Magazing or community Blog Post with all upcoming projects' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 07:04:28 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5735 in 1.64 second(s) [2023-11-23 07:04:28 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:29 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:04:29 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:29 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:04:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:04:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5735#note_1664010144 in 0.82 second(s) [2023-11-23 07:04:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:04:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5735#note_1664010189 in 0.92 second(s) [2023-11-23 07:04:32 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:04:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5735#note_1664010226 in 0.92 second(s) [2023-11-23 07:04:33 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:04:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5735#note_1664010262 in 0.71 second(s) [2023-11-23 07:04:34 +0530] [ BUSY ] Migrating issue ticket with labels #104 'Reflect the most recent selection outcome for GSoC 2021 in Docs' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 07:04:34 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5736 in 1.13 second(s) [2023-11-23 07:04:34 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:36 +0530] Asserted CLOSE status of the ticket in 2.15 second(s) [2023-11-23 07:04:36 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:36 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:04:37 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:04:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5736#note_1664010382 in 1.02 second(s) [2023-11-23 07:04:38 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:04:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5736#note_1664010416 in 0.92 second(s) [2023-11-23 07:04:39 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:04:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5736#note_1664010435 in 1.12 second(s) [2023-11-23 07:04:40 +0530] [ BUSY ] Migrating issue ticket with labels #103 'Update Summer Coding Documentation with Recent Selected Projects' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 07:04:40 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5737 in 1.13 second(s) [2023-11-23 07:04:40 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:41 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:04:41 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:41 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 07:04:42 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 07:04:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5737#note_1664010521 in 0.82 second(s) [2023-11-23 07:04:43 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 07:04:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5737#note_1664010544 in 0.82 second(s) [2023-11-23 07:04:43 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 07:04:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5737#note_1664010558 in 0.82 second(s) [2023-11-23 07:04:45 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 07:04:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5737#note_1664010594 in 1.12 second(s) [2023-11-23 07:04:45 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 07:04:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5737#note_1664010621 in 0.82 second(s) [2023-11-23 07:04:47 +0530] [ BUSY ] Migrating issue ticket with labels #102 'Award badge to all Outreachy (southern hemisphere) participants' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 07:04:47 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5738 in 1.33 second(s) [2023-11-23 07:04:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:48 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:04:48 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:48 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:04:49 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:04:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5738#note_1664010701 in 0.82 second(s) [2023-11-23 07:04:50 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:04:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5738#note_1664010721 in 0.92 second(s) [2023-11-23 07:04:51 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:04:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5738#note_1664010748 in 0.82 second(s) [2023-11-23 07:04:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:04:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5738#note_1664010773 in 0.82 second(s) [2023-11-23 07:04:52 +0530] [ BUSY ] Migrating issue ticket with labels #101 'Putting myself forward to be a General Mentor for GSOC' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 07:04:52 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5739 in 1.02 second(s) [2023-11-23 07:04:52 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:04:54 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:04:54 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:04:54 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 07:04:55 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 07:04:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664010880 in 1.02 second(s) [2023-11-23 07:04:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 07:04:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664010924 in 0.92 second(s) [2023-11-23 07:04:57 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 07:04:57 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664010952 in 0.92 second(s) [2023-11-23 07:04:58 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 07:04:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664010970 in 0.82 second(s) [2023-11-23 07:04:58 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 07:04:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664010990 in 0.82 second(s) [2023-11-23 07:04:59 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 07:04:59 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664011015 in 1.02 second(s) [2023-11-23 07:05:00 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 07:05:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664011033 in 0.82 second(s) [2023-11-23 07:05:01 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 07:05:01 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664011048 in 0.81 second(s) [2023-11-23 07:05:02 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 07:05:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664011064 in 1.02 second(s) [2023-11-23 07:05:03 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 07:05:03 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5739#note_1664011088 in 0.92 second(s) [2023-11-23 07:05:04 +0530] [ BUSY ] Migrating issue ticket with labels #100 'KiwiTCMS integration with Fedora QA workflow' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 07:05:04 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5740 in 1.23 second(s) [2023-11-23 07:05:04 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:05:06 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:05:06 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:05:06 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:05:06 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:05:06 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5740#note_1664011185 in 0.92 second(s) [2023-11-23 07:05:07 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:05:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5740#note_1664011211 in 0.82 second(s) [2023-11-23 07:05:08 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:05:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5740#note_1664011252 in 1.02 second(s) [2023-11-23 07:05:09 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:05:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5740#note_1664011294 in 1.02 second(s) [2023-11-23 07:05:11 +0530] [ BUSY ] Migrating issue ticket with labels #99 ' Outreachy proposal: Support repo overrides in rpm-ostree' by 'Jonathan Lebon (ID jlebon)'... [2023-11-23 07:05:11 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5741 in 1.22 second(s) [2023-11-23 07:05:11 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:05:12 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:05:12 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:05:12 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 07:05:13 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 07:05:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011384 in 0.92 second(s) [2023-11-23 07:05:14 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 07:05:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011414 in 1.22 second(s) [2023-11-23 07:05:15 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 07:05:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011452 in 0.82 second(s) [2023-11-23 07:05:16 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 07:05:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011475 in 0.92 second(s) [2023-11-23 07:05:17 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 07:05:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011499 in 1.23 second(s) [2023-11-23 07:05:18 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 07:05:18 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011584 in 1.12 second(s) [2023-11-23 07:05:19 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 07:05:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011639 in 0.92 second(s) [2023-11-23 07:05:20 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 07:05:20 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011669 in 0.82 second(s) [2023-11-23 07:05:21 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 07:05:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5741#note_1664011707 in 0.82 second(s) [2023-11-23 07:05:22 +0530] [ BUSY ] Migrating issue ticket with labels #98 'Become Outreachy Mentor' by 'Mark O'Brien (ID mobrien)'... [2023-11-23 07:05:22 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5742 in 1.64 second(s) [2023-11-23 07:05:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:05:24 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 07:05:24 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:05:24 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:05:25 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:05:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5742#note_1664011854 in 1.12 second(s) [2023-11-23 07:05:25 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 07:05:25 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 07:06:26 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:06:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5742#note_1664014072 in 1.03 second(s) [2023-11-23 07:06:27 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:06:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5742#note_1664014104 in 1.02 second(s) [2023-11-23 07:06:28 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:06:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5742#note_1664014144 in 1.12 second(s) [2023-11-23 07:06:30 +0530] [ BUSY ] Migrating issue ticket with labels #97 'Fedora QA Dashboard' by 'Lukas Brabec (ID lbrabec)'... [2023-11-23 07:06:30 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5743 in 1.12 second(s) [2023-11-23 07:06:30 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:06:30 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 07:06:30 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:06:30 +0530] Found 20 entities in 0.00 second(s) [2023-11-23 07:06:32 +0530] [ BUSY ] Transferring comment (Entity 1 of 20)... [2023-11-23 07:06:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014246 in 1.23 second(s) [2023-11-23 07:06:33 +0530] [ BUSY ] Transferring comment (Entity 2 of 20)... [2023-11-23 07:06:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014284 in 0.92 second(s) [2023-11-23 07:06:33 +0530] [ BUSY ] Transferring comment (Entity 3 of 20)... [2023-11-23 07:06:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014324 in 0.92 second(s) [2023-11-23 07:06:35 +0530] [ BUSY ] Transferring comment (Entity 4 of 20)... [2023-11-23 07:06:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014355 in 1.33 second(s) [2023-11-23 07:06:36 +0530] [ BUSY ] Transferring comment (Entity 5 of 20)... [2023-11-23 07:06:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014409 in 0.92 second(s) [2023-11-23 07:06:37 +0530] [ BUSY ] Transferring comment (Entity 6 of 20)... [2023-11-23 07:06:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014438 in 1.02 second(s) [2023-11-23 07:06:38 +0530] [ BUSY ] Transferring comment (Entity 7 of 20)... [2023-11-23 07:06:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014470 in 1.12 second(s) [2023-11-23 07:06:39 +0530] [ BUSY ] Transferring comment (Entity 8 of 20)... [2023-11-23 07:06:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014515 in 1.53 second(s) [2023-11-23 07:06:40 +0530] [ BUSY ] Transferring comment (Entity 9 of 20)... [2023-11-23 07:06:40 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014550 in 0.82 second(s) [2023-11-23 07:06:41 +0530] [ BUSY ] Transferring comment (Entity 10 of 20)... [2023-11-23 07:06:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014589 in 0.82 second(s) [2023-11-23 07:06:42 +0530] [ BUSY ] Transferring comment (Entity 11 of 20)... [2023-11-23 07:06:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014620 in 0.82 second(s) [2023-11-23 07:06:43 +0530] [ BUSY ] Transferring comment (Entity 12 of 20)... [2023-11-23 07:06:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014643 in 1.23 second(s) [2023-11-23 07:06:44 +0530] [ BUSY ] Transferring comment (Entity 13 of 20)... [2023-11-23 07:06:44 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014698 in 0.92 second(s) [2023-11-23 07:06:45 +0530] [ BUSY ] Transferring comment (Entity 14 of 20)... [2023-11-23 07:06:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014725 in 0.82 second(s) [2023-11-23 07:06:46 +0530] [ BUSY ] Transferring comment (Entity 15 of 20)... [2023-11-23 07:06:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014749 in 0.82 second(s) [2023-11-23 07:06:46 +0530] [ BUSY ] Transferring comment (Entity 16 of 20)... [2023-11-23 07:06:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014772 in 0.82 second(s) [2023-11-23 07:06:47 +0530] [ BUSY ] Transferring comment (Entity 17 of 20)... [2023-11-23 07:06:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014787 in 0.82 second(s) [2023-11-23 07:06:48 +0530] [ BUSY ] Transferring comment (Entity 18 of 20)... [2023-11-23 07:06:48 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014826 in 0.92 second(s) [2023-11-23 07:06:49 +0530] [ BUSY ] Transferring comment (Entity 19 of 20)... [2023-11-23 07:06:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014863 in 1.12 second(s) [2023-11-23 07:06:50 +0530] [ BUSY ] Transferring comment (Entity 20 of 20)... [2023-11-23 07:06:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5743#note_1664014894 in 0.81 second(s) [2023-11-23 07:06:51 +0530] [ BUSY ] Migrating issue ticket with labels #96 'Outreachy proposal: Develop & Design Assets for the Fedora Community Outreach Revamp' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 07:06:51 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5744 in 1.23 second(s) [2023-11-23 07:06:51 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:06:53 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:06:53 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:06:53 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 07:06:54 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 07:06:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5744#note_1664015017 in 0.82 second(s) [2023-11-23 07:06:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 07:06:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5744#note_1664015048 in 0.82 second(s) [2023-11-23 07:06:55 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 07:06:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5744#note_1664015085 in 0.92 second(s) [2023-11-23 07:06:57 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 07:06:57 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5744#note_1664015141 in 1.43 second(s) [2023-11-23 07:06:58 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 07:06:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5744#note_1664015177 in 1.33 second(s) [2023-11-23 07:06:59 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 07:06:59 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5744#note_1664015195 in 0.81 second(s) [2023-11-23 07:07:01 +0530] [ BUSY ] Migrating issue ticket with labels #95 'GSoC Project Proposal - Interactive Performance Monitoring for Podman' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 07:07:01 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5745 in 2.04 second(s) [2023-11-23 07:07:01 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:07:02 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:07:02 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:07:02 +0530] Found 21 entities in 0.00 second(s) [2023-11-23 07:07:02 +0530] [ BUSY ] Transferring comment (Entity 1 of 21)... [2023-11-23 07:07:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015278 in 0.83 second(s) [2023-11-23 07:07:03 +0530] [ BUSY ] Transferring comment (Entity 2 of 21)... [2023-11-23 07:07:03 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015298 in 1.01 second(s) [2023-11-23 07:07:05 +0530] [ BUSY ] Transferring comment (Entity 3 of 21)... [2023-11-23 07:07:05 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015323 in 1.33 second(s) [2023-11-23 07:07:06 +0530] [ BUSY ] Transferring comment (Entity 4 of 21)... [2023-11-23 07:07:06 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015355 in 0.82 second(s) [2023-11-23 07:07:07 +0530] [ BUSY ] Transferring comment (Entity 5 of 21)... [2023-11-23 07:07:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015371 in 0.92 second(s) [2023-11-23 07:07:07 +0530] [ BUSY ] Transferring comment (Entity 6 of 21)... [2023-11-23 07:07:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015391 in 0.82 second(s) [2023-11-23 07:07:08 +0530] [ BUSY ] Transferring comment (Entity 7 of 21)... [2023-11-23 07:07:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015408 in 0.82 second(s) [2023-11-23 07:07:09 +0530] [ BUSY ] Transferring comment (Entity 8 of 21)... [2023-11-23 07:07:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015428 in 0.82 second(s) [2023-11-23 07:07:10 +0530] [ BUSY ] Transferring comment (Entity 9 of 21)... [2023-11-23 07:07:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015455 in 0.92 second(s) [2023-11-23 07:07:11 +0530] [ BUSY ] Transferring comment (Entity 10 of 21)... [2023-11-23 07:07:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015499 in 0.82 second(s) [2023-11-23 07:07:12 +0530] [ BUSY ] Transferring comment (Entity 11 of 21)... [2023-11-23 07:07:12 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015525 in 0.92 second(s) [2023-11-23 07:07:13 +0530] [ BUSY ] Transferring comment (Entity 12 of 21)... [2023-11-23 07:07:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015551 in 0.92 second(s) [2023-11-23 07:07:13 +0530] [ BUSY ] Transferring comment (Entity 13 of 21)... [2023-11-23 07:07:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015574 in 0.92 second(s) [2023-11-23 07:07:14 +0530] [ BUSY ] Transferring comment (Entity 14 of 21)... [2023-11-23 07:07:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015591 in 0.92 second(s) [2023-11-23 07:07:15 +0530] [ BUSY ] Transferring comment (Entity 15 of 21)... [2023-11-23 07:07:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015627 in 0.92 second(s) [2023-11-23 07:07:16 +0530] [ BUSY ] Transferring comment (Entity 16 of 21)... [2023-11-23 07:07:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015658 in 0.82 second(s) [2023-11-23 07:07:17 +0530] [ BUSY ] Transferring comment (Entity 17 of 21)... [2023-11-23 07:07:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015683 in 0.92 second(s) [2023-11-23 07:07:18 +0530] [ BUSY ] Transferring comment (Entity 18 of 21)... [2023-11-23 07:07:18 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015711 in 0.92 second(s) [2023-11-23 07:07:19 +0530] [ BUSY ] Transferring comment (Entity 19 of 21)... [2023-11-23 07:07:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015727 in 0.82 second(s) [2023-11-23 07:07:20 +0530] [ BUSY ] Transferring comment (Entity 20 of 21)... [2023-11-23 07:07:20 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015754 in 0.92 second(s) [2023-11-23 07:07:21 +0530] [ BUSY ] Transferring comment (Entity 21 of 21)... [2023-11-23 07:07:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5745#note_1664015792 in 1.12 second(s) [2023-11-23 07:07:22 +0530] [ BUSY ] Migrating issue ticket with labels #94 'Outreachy proposal: Improved automated community metrics' by 'Matthew Miller (ID mattdm)'... [2023-11-23 07:07:22 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5746 in 1.43 second(s) [2023-11-23 07:07:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:07:24 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:07:24 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:07:24 +0530] Found 13 entities in 0.00 second(s) [2023-11-23 07:07:24 +0530] [ BUSY ] Transferring comment (Entity 1 of 13)... [2023-11-23 07:07:24 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664015891 in 0.72 second(s) [2023-11-23 07:07:25 +0530] [ BUSY ] Transferring comment (Entity 2 of 13)... [2023-11-23 07:07:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664015915 in 1.02 second(s) [2023-11-23 07:07:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 13)... [2023-11-23 07:07:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664015939 in 0.82 second(s) [2023-11-23 07:07:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 13)... [2023-11-23 07:07:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664015965 in 0.82 second(s) [2023-11-23 07:07:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 13)... [2023-11-23 07:07:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664015987 in 0.92 second(s) [2023-11-23 07:07:30 +0530] [ BUSY ] Transferring comment (Entity 6 of 13)... [2023-11-23 07:07:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016024 in 1.84 second(s) [2023-11-23 07:07:31 +0530] [ BUSY ] Transferring comment (Entity 7 of 13)... [2023-11-23 07:07:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016049 in 1.23 second(s) [2023-11-23 07:07:32 +0530] [ BUSY ] Transferring comment (Entity 8 of 13)... [2023-11-23 07:07:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016075 in 1.22 second(s) [2023-11-23 07:07:33 +0530] [ BUSY ] Transferring comment (Entity 9 of 13)... [2023-11-23 07:07:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016113 in 0.82 second(s) [2023-11-23 07:07:34 +0530] [ BUSY ] Transferring comment (Entity 10 of 13)... [2023-11-23 07:07:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016144 in 0.82 second(s) [2023-11-23 07:07:35 +0530] [ BUSY ] Transferring comment (Entity 11 of 13)... [2023-11-23 07:07:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016159 in 1.12 second(s) [2023-11-23 07:07:36 +0530] [ BUSY ] Transferring comment (Entity 12 of 13)... [2023-11-23 07:07:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016185 in 0.82 second(s) [2023-11-23 07:07:37 +0530] [ BUSY ] Transferring comment (Entity 13 of 13)... [2023-11-23 07:07:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5746#note_1664016198 in 0.92 second(s) [2023-11-23 07:07:38 +0530] [ BUSY ] Migrating issue ticket with labels #93 '[GSoC] Update all artifacts for upcoming GSoC 2021' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 07:07:38 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5747 in 1.02 second(s) [2023-11-23 07:07:38 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:07:39 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 07:07:39 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:07:39 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 07:07:39 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 07:07:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5747#note_1664016286 in 0.81 second(s) [2023-11-23 07:07:40 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 07:07:40 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5747#note_1664016305 in 0.82 second(s) [2023-11-23 07:07:41 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 07:07:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5747#note_1664016319 in 0.92 second(s) [2023-11-23 07:07:42 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 07:07:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5747#note_1664016344 in 0.92 second(s) [2023-11-23 07:07:43 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 07:07:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5747#note_1664016356 in 0.92 second(s) [2023-11-23 07:07:44 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 07:07:44 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5747#note_1664016391 in 1.43 second(s) [2023-11-23 07:07:46 +0530] [ BUSY ] Migrating issue ticket with labels #92 'Admin/moderator of outreachy mailing list' by 'Laura Abbott (ID labbott)'... [2023-11-23 07:07:46 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5748 in 1.23 second(s) [2023-11-23 07:07:46 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:07:46 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:07:46 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:07:46 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 07:07:47 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 07:07:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016484 in 1.13 second(s) [2023-11-23 07:07:49 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 07:07:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016511 in 1.33 second(s) [2023-11-23 07:07:50 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 07:07:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016569 in 1.64 second(s) [2023-11-23 07:07:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 07:07:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016601 in 0.82 second(s) [2023-11-23 07:07:52 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 07:07:52 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016630 in 0.82 second(s) [2023-11-23 07:07:53 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 07:07:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016655 in 1.33 second(s) [2023-11-23 07:07:54 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 07:07:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016681 in 0.92 second(s) [2023-11-23 07:07:55 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 07:07:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016705 in 0.92 second(s) [2023-11-23 07:07:56 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 07:07:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016727 in 0.92 second(s) [2023-11-23 07:07:58 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 07:07:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5748#note_1664016748 in 2.25 second(s) [2023-11-23 07:07:58 +0530] [ BUSY ] Reading issue tickets information (Page 2 of 3)... [2023-11-23 07:08:03 +0530] Found 35 issue ticket(s) on this page in 4.81 second(s) [2023-11-23 07:08:05 +0530] [ BUSY ] Migrating issue ticket with labels #91 'Application for becoming an Outreachy Coordinator' by 'Nasir Hussain (ID nasirhm)'... [2023-11-23 07:08:05 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5749 in 1.53 second(s) [2023-11-23 07:08:05 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:08:06 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 07:08:06 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:08:06 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:08:07 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:08:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5749#note_1664016985 in 0.82 second(s) [2023-11-23 07:08:08 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:08:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5749#note_1664017014 in 0.92 second(s) [2023-11-23 07:08:09 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:08:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5749#note_1664017045 in 1.02 second(s) [2023-11-23 07:08:10 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:08:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5749#note_1664017068 in 1.12 second(s) [2023-11-23 07:08:11 +0530] [ BUSY ] Migrating issue ticket with labels #90 'Outreachy: Implement new features on Nmstate and Nispor' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 07:08:11 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5750 in 1.23 second(s) [2023-11-23 07:08:11 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:08:12 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 07:08:12 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:08:12 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 07:08:13 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 07:08:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5750#note_1664017182 in 0.71 second(s) [2023-11-23 07:08:14 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 07:08:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5750#note_1664017209 in 1.02 second(s) [2023-11-23 07:08:15 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 07:08:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5750#note_1664017233 in 1.02 second(s) [2023-11-23 07:08:16 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 07:08:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5750#note_1664017263 in 0.82 second(s) [2023-11-23 07:08:17 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 07:08:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5750#note_1664017285 in 0.81 second(s) [2023-11-23 07:08:18 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 07:08:18 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5750#note_1664017306 in 1.12 second(s) [2023-11-23 07:08:19 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 07:08:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5750#note_1664017338 in 0.92 second(s) [2023-11-23 07:08:20 +0530] [ BUSY ] Migrating issue ticket with labels #89 'Outreachy proposal: Enable CI/CD of content to Fedora docs site' by 'Sarah Finn (ID sfinn)'... [2023-11-23 07:08:20 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5751 in 1.12 second(s) [2023-11-23 07:08:20 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:08:21 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 07:08:21 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:08:21 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 07:08:22 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 07:08:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017448 in 1.12 second(s) [2023-11-23 07:08:23 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 07:08:23 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017476 in 0.92 second(s) [2023-11-23 07:08:24 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 07:08:24 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017498 in 1.02 second(s) [2023-11-23 07:08:25 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 07:08:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017524 in 0.82 second(s) [2023-11-23 07:08:26 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 07:08:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017541 in 0.92 second(s) [2023-11-23 07:08:27 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 07:08:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017569 in 0.82 second(s) [2023-11-23 07:08:28 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 07:08:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017585 in 0.82 second(s) [2023-11-23 07:08:29 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 07:08:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017613 in 1.02 second(s) [2023-11-23 07:08:30 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 07:08:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017633 in 1.23 second(s) [2023-11-23 07:08:31 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 07:08:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017659 in 0.82 second(s) [2023-11-23 07:08:32 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 07:08:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017684 in 0.82 second(s) [2023-11-23 07:08:33 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 07:08:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017702 in 0.92 second(s) [2023-11-23 07:08:33 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 07:08:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017717 in 0.81 second(s) [2023-11-23 07:08:35 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 07:08:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017737 in 1.12 second(s) [2023-11-23 07:08:35 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 07:08:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5751#note_1664017772 in 0.92 second(s) [2023-11-23 07:08:37 +0530] [ BUSY ] Migrating issue ticket with labels #88 'Outreachy: Improve NetworkManager documentation' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 07:08:37 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5752 in 1.12 second(s) [2023-11-23 07:08:37 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:08:38 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:08:38 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:08:38 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 07:08:39 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 07:08:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5752#note_1664017851 in 0.92 second(s) [2023-11-23 07:08:40 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 07:08:40 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5752#note_1664017876 in 0.82 second(s) [2023-11-23 07:08:41 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 07:08:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5752#note_1664017899 in 0.92 second(s) [2023-11-23 07:08:41 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 07:08:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5752#note_1664017932 in 0.82 second(s) [2023-11-23 07:08:42 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 07:08:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5752#note_1664017961 in 0.82 second(s) [2023-11-23 07:08:43 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 07:08:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5752#note_1664017989 in 0.82 second(s) [2023-11-23 07:08:47 +0530] [ BUSY ] Migrating issue ticket with labels #87 'Outreachy: Implementing Wireguard interface support on Nmstate' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 07:08:47 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5753 in 3.48 second(s) [2023-11-23 07:08:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:08:48 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 07:08:48 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:08:48 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 07:08:48 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 07:08:48 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5753#note_1664018136 in 0.81 second(s) [2023-11-23 07:08:49 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 07:08:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5753#note_1664018163 in 0.92 second(s) [2023-11-23 07:08:50 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 07:08:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5753#note_1664018186 in 0.82 second(s) [2023-11-23 07:08:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 07:08:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5753#note_1664018214 in 0.92 second(s) [2023-11-23 07:08:52 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 07:08:52 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5753#note_1664018243 in 1.11 second(s) [2023-11-23 07:08:53 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 07:08:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5753#note_1664018268 in 0.93 second(s) [2023-11-23 07:08:54 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 07:08:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5753#note_1664018305 in 0.82 second(s) [2023-11-23 07:08:55 +0530] [ BUSY ] Migrating issue ticket with labels #86 '[Outreachy] Fedora Design Internship: Fedora Zine - Dec-March 2020-2021 ' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 07:08:55 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5754 in 1.02 second(s) [2023-11-23 07:08:55 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:09:11 +0530] [ FAIL ] Issue ticket status assertion failed! [2023-11-23 07:09:11 +0530] Failed due to code '500' and reason 'Internal Server Error' in 16.28 second(s) [2023-11-23 07:09:11 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:09:11 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:09:13 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:09:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5754#note_1664018864 in 1.53 second(s) [2023-11-23 07:09:14 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:09:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5754#note_1664018893 in 0.82 second(s) [2023-11-23 07:09:15 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:09:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5754#note_1664018922 in 0.92 second(s) [2023-11-23 07:09:16 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:09:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5754#note_1664018947 in 0.92 second(s) [2023-11-23 07:09:17 +0530] [ BUSY ] Migrating issue ticket with labels #85 'Proposed Project for GSoC - Unintrusive Synchronized Authorship Web Application' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 07:09:17 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5755 in 1.43 second(s) [2023-11-23 07:09:17 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:09:18 +0530] Asserted CLOSE status of the ticket in 1.13 second(s) [2023-11-23 07:09:18 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:09:18 +0530] Found 41 entities in 0.00 second(s) [2023-11-23 07:09:19 +0530] [ BUSY ] Transferring comment (Entity 1 of 41)... [2023-11-23 07:09:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019051 in 0.81 second(s) [2023-11-23 07:09:20 +0530] [ BUSY ] Transferring comment (Entity 2 of 41)... [2023-11-23 07:09:20 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019069 in 1.02 second(s) [2023-11-23 07:09:21 +0530] [ BUSY ] Transferring comment (Entity 3 of 41)... [2023-11-23 07:09:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019090 in 1.23 second(s) [2023-11-23 07:09:22 +0530] [ BUSY ] Transferring comment (Entity 4 of 41)... [2023-11-23 07:09:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019121 in 1.02 second(s) [2023-11-23 07:09:23 +0530] [ BUSY ] Transferring comment (Entity 5 of 41)... [2023-11-23 07:09:23 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019155 in 1.12 second(s) [2023-11-23 07:09:24 +0530] [ BUSY ] Transferring comment (Entity 6 of 41)... [2023-11-23 07:09:24 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019173 in 0.82 second(s) [2023-11-23 07:09:25 +0530] [ BUSY ] Transferring comment (Entity 7 of 41)... [2023-11-23 07:09:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019195 in 1.02 second(s) [2023-11-23 07:09:26 +0530] [ BUSY ] Transferring comment (Entity 8 of 41)... [2023-11-23 07:09:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019213 in 0.82 second(s) [2023-11-23 07:09:27 +0530] [ BUSY ] Transferring comment (Entity 9 of 41)... [2023-11-23 07:09:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019237 in 0.92 second(s) [2023-11-23 07:09:28 +0530] [ BUSY ] Transferring comment (Entity 10 of 41)... [2023-11-23 07:09:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019257 in 0.92 second(s) [2023-11-23 07:09:29 +0530] [ BUSY ] Transferring comment (Entity 11 of 41)... [2023-11-23 07:09:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019286 in 0.92 second(s) [2023-11-23 07:09:30 +0530] [ BUSY ] Transferring comment (Entity 12 of 41)... [2023-11-23 07:09:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019325 in 1.33 second(s) [2023-11-23 07:09:31 +0530] [ BUSY ] Transferring comment (Entity 13 of 41)... [2023-11-23 07:09:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019366 in 0.82 second(s) [2023-11-23 07:09:32 +0530] [ BUSY ] Transferring comment (Entity 14 of 41)... [2023-11-23 07:09:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019381 in 0.92 second(s) [2023-11-23 07:09:33 +0530] [ BUSY ] Transferring comment (Entity 15 of 41)... [2023-11-23 07:09:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019399 in 0.82 second(s) [2023-11-23 07:09:34 +0530] [ BUSY ] Transferring comment (Entity 16 of 41)... [2023-11-23 07:09:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019433 in 1.22 second(s) [2023-11-23 07:09:35 +0530] [ BUSY ] Transferring comment (Entity 17 of 41)... [2023-11-23 07:09:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019453 in 0.82 second(s) [2023-11-23 07:09:36 +0530] [ BUSY ] Transferring comment (Entity 18 of 41)... [2023-11-23 07:09:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019481 in 0.92 second(s) [2023-11-23 07:09:37 +0530] [ BUSY ] Transferring comment (Entity 19 of 41)... [2023-11-23 07:09:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019513 in 0.92 second(s) [2023-11-23 07:09:37 +0530] [ BUSY ] Transferring comment (Entity 20 of 41)... [2023-11-23 07:09:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019548 in 0.92 second(s) [2023-11-23 07:09:38 +0530] [ BUSY ] Transferring comment (Entity 21 of 41)... [2023-11-23 07:09:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019597 in 1.02 second(s) [2023-11-23 07:09:39 +0530] [ BUSY ] Transferring comment (Entity 22 of 41)... [2023-11-23 07:09:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019629 in 1.02 second(s) [2023-11-23 07:09:41 +0530] [ BUSY ] Transferring comment (Entity 23 of 41)... [2023-11-23 07:09:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019680 in 1.84 second(s) [2023-11-23 07:09:42 +0530] [ BUSY ] Transferring comment (Entity 24 of 41)... [2023-11-23 07:09:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019723 in 0.92 second(s) [2023-11-23 07:09:43 +0530] [ BUSY ] Transferring comment (Entity 25 of 41)... [2023-11-23 07:09:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019746 in 0.82 second(s) [2023-11-23 07:09:44 +0530] [ BUSY ] Transferring comment (Entity 26 of 41)... [2023-11-23 07:09:44 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019763 in 0.82 second(s) [2023-11-23 07:09:45 +0530] [ BUSY ] Transferring comment (Entity 27 of 41)... [2023-11-23 07:09:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019797 in 1.33 second(s) [2023-11-23 07:09:46 +0530] [ BUSY ] Transferring comment (Entity 28 of 41)... [2023-11-23 07:09:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019842 in 1.23 second(s) [2023-11-23 07:09:48 +0530] [ BUSY ] Transferring comment (Entity 29 of 41)... [2023-11-23 07:09:48 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019883 in 1.12 second(s) [2023-11-23 07:09:49 +0530] [ BUSY ] Transferring comment (Entity 30 of 41)... [2023-11-23 07:09:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019927 in 1.02 second(s) [2023-11-23 07:09:50 +0530] [ BUSY ] Transferring comment (Entity 31 of 41)... [2023-11-23 07:09:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664019961 in 1.02 second(s) [2023-11-23 07:09:52 +0530] [ BUSY ] Transferring comment (Entity 32 of 41)... [2023-11-23 07:09:52 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020009 in 2.15 second(s) [2023-11-23 07:09:53 +0530] [ BUSY ] Transferring comment (Entity 33 of 41)... [2023-11-23 07:09:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020049 in 1.12 second(s) [2023-11-23 07:09:54 +0530] [ BUSY ] Transferring comment (Entity 34 of 41)... [2023-11-23 07:09:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020075 in 1.33 second(s) [2023-11-23 07:09:55 +0530] [ BUSY ] Transferring comment (Entity 35 of 41)... [2023-11-23 07:09:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020105 in 1.12 second(s) [2023-11-23 07:09:56 +0530] [ BUSY ] Transferring comment (Entity 36 of 41)... [2023-11-23 07:09:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020134 in 0.92 second(s) [2023-11-23 07:09:57 +0530] [ BUSY ] Transferring comment (Entity 37 of 41)... [2023-11-23 07:09:57 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020168 in 0.92 second(s) [2023-11-23 07:09:58 +0530] [ BUSY ] Transferring comment (Entity 38 of 41)... [2023-11-23 07:09:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020198 in 0.92 second(s) [2023-11-23 07:10:00 +0530] [ BUSY ] Transferring comment (Entity 39 of 41)... [2023-11-23 07:10:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020249 in 1.53 second(s) [2023-11-23 07:10:01 +0530] [ BUSY ] Transferring comment (Entity 40 of 41)... [2023-11-23 07:10:01 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020274 in 1.23 second(s) [2023-11-23 07:10:02 +0530] [ BUSY ] Transferring comment (Entity 41 of 41)... [2023-11-23 07:10:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5755#note_1664020298 in 0.82 second(s) [2023-11-23 07:10:03 +0530] [ BUSY ] Migrating issue ticket with labels #78 'GSoD 2020 ideas' by 'Petr Bokoc (ID pbokoc)'... [2023-11-23 07:10:03 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5756 in 1.43 second(s) [2023-11-23 07:10:03 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:10:05 +0530] Asserted CLOSE status of the ticket in 2.04 second(s) [2023-11-23 07:10:05 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:10:05 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 07:10:07 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 07:10:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664020417 in 1.33 second(s) [2023-11-23 07:10:07 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 07:10:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664020445 in 0.92 second(s) [2023-11-23 07:10:09 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 07:10:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664020459 in 1.23 second(s) [2023-11-23 07:10:10 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 07:10:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664020485 in 0.92 second(s) [2023-11-23 07:10:10 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 07:10:10 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 07:11:11 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 07:11:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664022284 in 1.03 second(s) [2023-11-23 07:11:13 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 07:11:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664022367 in 2.35 second(s) [2023-11-23 07:11:14 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 07:11:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664022405 in 1.13 second(s) [2023-11-23 07:11:15 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 07:11:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664022434 in 1.12 second(s) [2023-11-23 07:11:16 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 07:11:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5756#note_1664022457 in 0.92 second(s) [2023-11-23 07:11:18 +0530] [ BUSY ] Migrating issue ticket with labels #76 'Including more tools and demonstrating the usability of NeuroFedora' by 'Ankur Sinha (ID ankursinha)'... [2023-11-23 07:11:18 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5757 in 1.74 second(s) [2023-11-23 07:11:18 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:11:19 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:11:19 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:11:19 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 07:11:20 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 07:11:20 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022569 in 0.82 second(s) [2023-11-23 07:11:21 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 07:11:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022603 in 0.82 second(s) [2023-11-23 07:11:22 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 07:11:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022632 in 0.92 second(s) [2023-11-23 07:11:26 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 07:11:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022724 in 4.20 second(s) [2023-11-23 07:11:27 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 07:11:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022780 in 0.82 second(s) [2023-11-23 07:11:28 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 07:11:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022810 in 0.92 second(s) [2023-11-23 07:11:29 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 07:11:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022834 in 1.22 second(s) [2023-11-23 07:11:30 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 07:11:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022876 in 0.92 second(s) [2023-11-23 07:11:31 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 07:11:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022906 in 0.81 second(s) [2023-11-23 07:11:31 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 07:11:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022923 in 0.72 second(s) [2023-11-23 07:11:32 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 07:11:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022956 in 0.92 second(s) [2023-11-23 07:11:33 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 07:11:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664022981 in 0.92 second(s) [2023-11-23 07:11:34 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 07:11:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664023004 in 0.82 second(s) [2023-11-23 07:11:35 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 07:11:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664023027 in 1.02 second(s) [2023-11-23 07:11:36 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 07:11:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5757#note_1664023054 in 0.82 second(s) [2023-11-23 07:11:37 +0530] [ BUSY ] Migrating issue ticket with labels #75 'Outreachy - Fedora Websites' by 'Rick Elrod (ID codeblock)'... [2023-11-23 07:11:37 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5758 in 1.33 second(s) [2023-11-23 07:11:37 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:11:38 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 07:11:38 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:11:38 +0530] Found 21 entities in 0.00 second(s) [2023-11-23 07:11:39 +0530] [ BUSY ] Transferring comment (Entity 1 of 21)... [2023-11-23 07:11:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023146 in 0.82 second(s) [2023-11-23 07:11:40 +0530] [ BUSY ] Transferring comment (Entity 2 of 21)... [2023-11-23 07:11:40 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023177 in 0.92 second(s) [2023-11-23 07:11:41 +0530] [ BUSY ] Transferring comment (Entity 3 of 21)... [2023-11-23 07:11:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023201 in 0.81 second(s) [2023-11-23 07:11:41 +0530] [ BUSY ] Transferring comment (Entity 4 of 21)... [2023-11-23 07:11:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023224 in 0.87 second(s) [2023-11-23 07:11:43 +0530] [ BUSY ] Transferring comment (Entity 5 of 21)... [2023-11-23 07:11:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023257 in 1.17 second(s) [2023-11-23 07:11:43 +0530] [ BUSY ] Transferring comment (Entity 6 of 21)... [2023-11-23 07:11:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023281 in 0.82 second(s) [2023-11-23 07:11:44 +0530] [ BUSY ] Transferring comment (Entity 7 of 21)... [2023-11-23 07:11:44 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023293 in 0.82 second(s) [2023-11-23 07:11:45 +0530] [ BUSY ] Transferring comment (Entity 8 of 21)... [2023-11-23 07:11:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023309 in 1.12 second(s) [2023-11-23 07:11:46 +0530] [ BUSY ] Transferring comment (Entity 9 of 21)... [2023-11-23 07:11:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023346 in 0.82 second(s) [2023-11-23 07:11:47 +0530] [ BUSY ] Transferring comment (Entity 10 of 21)... [2023-11-23 07:11:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023369 in 0.92 second(s) [2023-11-23 07:11:48 +0530] [ BUSY ] Transferring comment (Entity 11 of 21)... [2023-11-23 07:11:48 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023397 in 0.92 second(s) [2023-11-23 07:11:49 +0530] [ BUSY ] Transferring comment (Entity 12 of 21)... [2023-11-23 07:11:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023425 in 0.92 second(s) [2023-11-23 07:11:50 +0530] [ BUSY ] Transferring comment (Entity 13 of 21)... [2023-11-23 07:11:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023434 in 0.82 second(s) [2023-11-23 07:11:51 +0530] [ BUSY ] Transferring comment (Entity 14 of 21)... [2023-11-23 07:11:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023448 in 0.82 second(s) [2023-11-23 07:11:51 +0530] [ BUSY ] Transferring comment (Entity 15 of 21)... [2023-11-23 07:11:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023469 in 0.92 second(s) [2023-11-23 07:11:52 +0530] [ BUSY ] Transferring comment (Entity 16 of 21)... [2023-11-23 07:11:52 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023485 in 0.82 second(s) [2023-11-23 07:11:53 +0530] [ BUSY ] Transferring comment (Entity 17 of 21)... [2023-11-23 07:11:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023516 in 0.82 second(s) [2023-11-23 07:11:54 +0530] [ BUSY ] Transferring comment (Entity 18 of 21)... [2023-11-23 07:11:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023543 in 0.92 second(s) [2023-11-23 07:11:55 +0530] [ BUSY ] Transferring comment (Entity 19 of 21)... [2023-11-23 07:11:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023573 in 1.12 second(s) [2023-11-23 07:11:56 +0530] [ BUSY ] Transferring comment (Entity 20 of 21)... [2023-11-23 07:11:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023607 in 0.92 second(s) [2023-11-23 07:11:57 +0530] [ BUSY ] Transferring comment (Entity 21 of 21)... [2023-11-23 07:11:57 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5758#note_1664023628 in 0.82 second(s) [2023-11-23 07:11:58 +0530] [ BUSY ] Migrating issue ticket with labels #74 'Fedora Badges Back-end Engineering' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 07:11:58 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5759 in 1.02 second(s) [2023-11-23 07:11:58 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:11:59 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 07:11:59 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:11:59 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:12:00 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:12:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5759#note_1664023705 in 0.92 second(s) [2023-11-23 07:12:01 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:12:01 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5759#note_1664023726 in 0.82 second(s) [2023-11-23 07:12:02 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:12:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5759#note_1664023755 in 1.33 second(s) [2023-11-23 07:12:03 +0530] [ BUSY ] Migrating issue ticket with labels #73 'Fedora Design Internship for Outreachy' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 07:12:03 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5760 in 1.02 second(s) [2023-11-23 07:12:03 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:04 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:12:04 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:04 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 07:12:05 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 07:12:05 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5760#note_1664023854 in 0.82 second(s) [2023-11-23 07:12:06 +0530] [ BUSY ] Migrating issue ticket with labels #72 'Improve Network Linux System Role' by 'Till Maas (ID till)'... [2023-11-23 07:12:06 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5761 in 1.23 second(s) [2023-11-23 07:12:06 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:08 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 07:12:08 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:08 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:12:08 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:12:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5761#note_1664023954 in 0.92 second(s) [2023-11-23 07:12:10 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:12:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5761#note_1664023990 in 1.43 second(s) [2023-11-23 07:12:11 +0530] [ BUSY ] Migrating issue ticket with labels #71 'Add varlink support to Nmstate' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 07:12:11 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5762 in 1.23 second(s) [2023-11-23 07:12:11 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:12 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:12:12 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:12 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:12:13 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:12:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5762#note_1664024100 in 0.92 second(s) [2023-11-23 07:12:14 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:12:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5762#note_1664024127 in 1.12 second(s) [2023-11-23 07:12:18 +0530] [ BUSY ] Migrating issue ticket with labels #70 'Dashboard for Packit 🤖📦' by 'Hunor Csomortáni (ID csomh)'... [2023-11-23 07:12:18 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5763 in 4.20 second(s) [2023-11-23 07:12:18 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:19 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 07:12:19 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:19 +0530] Found 12 entities in 0.00 second(s) [2023-11-23 07:12:20 +0530] [ BUSY ] Transferring comment (Entity 1 of 12)... [2023-11-23 07:12:20 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024295 in 0.92 second(s) [2023-11-23 07:12:21 +0530] [ BUSY ] Transferring comment (Entity 2 of 12)... [2023-11-23 07:12:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024317 in 0.82 second(s) [2023-11-23 07:12:22 +0530] [ BUSY ] Transferring comment (Entity 3 of 12)... [2023-11-23 07:12:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024346 in 1.43 second(s) [2023-11-23 07:12:23 +0530] [ BUSY ] Transferring comment (Entity 4 of 12)... [2023-11-23 07:12:23 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024385 in 0.92 second(s) [2023-11-23 07:12:24 +0530] [ BUSY ] Transferring comment (Entity 5 of 12)... [2023-11-23 07:12:24 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024400 in 0.92 second(s) [2023-11-23 07:12:25 +0530] [ BUSY ] Transferring comment (Entity 6 of 12)... [2023-11-23 07:12:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024432 in 0.92 second(s) [2023-11-23 07:12:26 +0530] [ BUSY ] Transferring comment (Entity 7 of 12)... [2023-11-23 07:12:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024475 in 1.12 second(s) [2023-11-23 07:12:27 +0530] [ BUSY ] Transferring comment (Entity 8 of 12)... [2023-11-23 07:12:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024501 in 1.23 second(s) [2023-11-23 07:12:28 +0530] [ BUSY ] Transferring comment (Entity 9 of 12)... [2023-11-23 07:12:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024527 in 0.82 second(s) [2023-11-23 07:12:29 +0530] [ BUSY ] Transferring comment (Entity 10 of 12)... [2023-11-23 07:12:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024551 in 0.82 second(s) [2023-11-23 07:12:30 +0530] [ BUSY ] Transferring comment (Entity 11 of 12)... [2023-11-23 07:12:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024576 in 0.82 second(s) [2023-11-23 07:12:32 +0530] [ BUSY ] Transferring comment (Entity 12 of 12)... [2023-11-23 07:12:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5763#note_1664024594 in 2.25 second(s) [2023-11-23 07:12:33 +0530] [ BUSY ] Migrating issue ticket with labels #69 'Packit can work with GitLab' by 'Tomas Tomecek (ID ttomecek)'... [2023-11-23 07:12:33 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5764 in 1.12 second(s) [2023-11-23 07:12:33 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:34 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 07:12:34 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:34 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:12:35 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:12:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5764#note_1664024708 in 0.92 second(s) [2023-11-23 07:12:36 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:12:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5764#note_1664024738 in 1.02 second(s) [2023-11-23 07:12:37 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:12:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5764#note_1664024761 in 0.82 second(s) [2023-11-23 07:12:38 +0530] [ BUSY ] Migrating issue ticket with labels #68 'Create a GraphQL API for Bodhi.' by 'Clement Verna (ID cverna)'... [2023-11-23 07:12:38 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5765 in 1.02 second(s) [2023-11-23 07:12:38 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:38 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:12:38 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:38 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 07:12:39 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 07:12:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664024858 in 0.82 second(s) [2023-11-23 07:12:40 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 07:12:40 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664024895 in 0.82 second(s) [2023-11-23 07:12:41 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 07:12:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664024924 in 1.02 second(s) [2023-11-23 07:12:42 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 07:12:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664024963 in 0.92 second(s) [2023-11-23 07:12:43 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 07:12:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664024994 in 0.92 second(s) [2023-11-23 07:12:44 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 07:12:44 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664025024 in 0.92 second(s) [2023-11-23 07:12:45 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 07:12:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664025056 in 1.12 second(s) [2023-11-23 07:12:46 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 07:12:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664025091 in 0.92 second(s) [2023-11-23 07:12:47 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 07:12:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5765#note_1664025128 in 1.02 second(s) [2023-11-23 07:12:48 +0530] [ BUSY ] Migrating issue ticket with labels #64 'Add link to published docs site in Pagure settings for repo' by 'Justin W. Flory (ID jflory7)'... [2023-11-23 07:12:48 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5766 in 1.12 second(s) [2023-11-23 07:12:48 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:49 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:12:49 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:49 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 07:12:50 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 07:12:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5766#note_1664025254 in 0.72 second(s) [2023-11-23 07:12:51 +0530] [ BUSY ] Migrating issue ticket with labels #61 'Fedora-App " What is FMN"' by 'Tawfiek allah Khalaf (ID tawfiek)'... [2023-11-23 07:12:51 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5767 in 1.33 second(s) [2023-11-23 07:12:51 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:12:52 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 07:12:52 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:12:52 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:12:53 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:12:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5767#note_1664025314 in 0.82 second(s) [2023-11-23 07:12:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:12:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5767#note_1664025330 in 0.82 second(s) [2023-11-23 07:12:55 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:12:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5767#note_1664025352 in 0.82 second(s) [2023-11-23 07:12:56 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:12:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5767#note_1664025374 in 0.92 second(s) [2023-11-23 07:12:59 +0530] [ BUSY ] Migrating issue ticket with labels #54 '[Project idea for GSoC 2019] Fedora Happiness Packets' by 'Jona Azizaj (ID jonatoni)'... [2023-11-23 07:12:59 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5768 in 2.97 second(s) [2023-11-23 07:12:59 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:00 +0530] Asserted CLOSE status of the ticket in 0.81 second(s) [2023-11-23 07:13:00 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:00 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:13:00 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:13:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5768#note_1664025535 in 0.82 second(s) [2023-11-23 07:13:02 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:13:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5768#note_1664025568 in 1.33 second(s) [2023-11-23 07:13:03 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:13:03 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5768#note_1664025618 in 1.53 second(s) [2023-11-23 07:13:04 +0530] [ BUSY ] Migrating issue ticket with labels #50 '[Project Idea for GSoC 2019] Podman Container SECCOMP generation tool' by 'Daniel J Walsh (ID dwalsh)'... [2023-11-23 07:13:04 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5769 in 1.02 second(s) [2023-11-23 07:13:04 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:06 +0530] Asserted CLOSE status of the ticket in 1.53 second(s) [2023-11-23 07:13:06 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:06 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 07:13:07 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 07:13:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5769#note_1664025742 in 0.82 second(s) [2023-11-23 07:13:08 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 07:13:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5769#note_1664025778 in 1.33 second(s) [2023-11-23 07:13:09 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 07:13:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5769#note_1664025806 in 1.23 second(s) [2023-11-23 07:13:10 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 07:13:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5769#note_1664025835 in 1.23 second(s) [2023-11-23 07:13:12 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 07:13:12 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5769#note_1664025876 in 1.23 second(s) [2023-11-23 07:13:12 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 07:13:12 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5769#note_1664025906 in 0.82 second(s) [2023-11-23 07:13:14 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 07:13:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5769#note_1664025927 in 1.43 second(s) [2023-11-23 07:13:15 +0530] [ BUSY ] Migrating issue ticket with labels #49 ' [Project Idea for GSoC 2019] Release-bot' by 'Rado Pitonak (ID rpitonak)'... [2023-11-23 07:13:15 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5770 in 0.92 second(s) [2023-11-23 07:13:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:16 +0530] Asserted CLOSE status of the ticket in 0.91 second(s) [2023-11-23 07:13:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:16 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:13:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:13:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5770#note_1664026034 in 0.82 second(s) [2023-11-23 07:13:18 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:13:18 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5770#note_1664026061 in 1.12 second(s) [2023-11-23 07:13:19 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:13:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5770#note_1664026083 in 0.92 second(s) [2023-11-23 07:13:20 +0530] [ BUSY ] Migrating issue ticket with labels #48 '[GSoC] Push Container image updates in bodhi immediately' by 'Tomas Tomecek (ID ttomecek)'... [2023-11-23 07:13:20 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5771 in 1.33 second(s) [2023-11-23 07:13:20 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:21 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 07:13:21 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:21 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 07:13:22 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 07:13:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026165 in 0.92 second(s) [2023-11-23 07:13:23 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 07:13:23 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026194 in 1.02 second(s) [2023-11-23 07:13:24 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 07:13:24 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026228 in 1.02 second(s) [2023-11-23 07:13:25 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 07:13:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026258 in 0.82 second(s) [2023-11-23 07:13:26 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 07:13:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026291 in 1.02 second(s) [2023-11-23 07:13:27 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 07:13:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026322 in 1.13 second(s) [2023-11-23 07:13:28 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 07:13:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026368 in 1.02 second(s) [2023-11-23 07:13:29 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 07:13:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026401 in 0.82 second(s) [2023-11-23 07:13:30 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 07:13:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026432 in 0.92 second(s) [2023-11-23 07:13:31 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 07:13:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5771#note_1664026454 in 0.92 second(s) [2023-11-23 07:13:32 +0530] [ BUSY ] Migrating issue ticket with labels #47 '[Project Idea for GSoC 2019] Change management tool' by 'Ben Cotton (ID bcotton)'... [2023-11-23 07:13:32 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5772 in 1.12 second(s) [2023-11-23 07:13:32 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:33 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:13:33 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:33 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:13:34 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:13:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5772#note_1664026538 in 1.02 second(s) [2023-11-23 07:13:35 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:13:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5772#note_1664026592 in 1.23 second(s) [2023-11-23 07:13:36 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:13:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5772#note_1664026632 in 1.02 second(s) [2023-11-23 07:13:37 +0530] [ BUSY ] Migrating issue ticket with labels #46 'Improving Fedora Android App' by 'Amitosh Swain Mahapatra (ID amitosh)'... [2023-11-23 07:13:37 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5773 in 1.02 second(s) [2023-11-23 07:13:37 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:39 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 07:13:39 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:39 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:13:40 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:13:40 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5773#note_1664026709 in 1.33 second(s) [2023-11-23 07:13:41 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:13:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5773#note_1664026746 in 1.33 second(s) [2023-11-23 07:13:42 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:13:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5773#note_1664026764 in 0.82 second(s) [2023-11-23 07:13:45 +0530] [ BUSY ] Migrating issue ticket with labels #45 'Fedora Gooye Karma' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 07:13:45 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5774 in 2.35 second(s) [2023-11-23 07:13:45 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:45 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:13:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:45 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:13:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:13:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5774#note_1664026890 in 0.81 second(s) [2023-11-23 07:13:47 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:13:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5774#note_1664026914 in 1.23 second(s) [2023-11-23 07:13:49 +0530] [ BUSY ] Migrating issue ticket with labels #44 '[Project Idea for GSoC 2019] CentOS CI user front end' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 07:13:49 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5775 in 1.34 second(s) [2023-11-23 07:13:49 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:13:50 +0530] Asserted CLOSE status of the ticket in 1.22 second(s) [2023-11-23 07:13:50 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:13:50 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:13:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:13:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5775#note_1664027028 in 0.82 second(s) [2023-11-23 07:13:52 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:13:52 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5775#note_1664027068 in 1.43 second(s) [2023-11-23 07:13:53 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:13:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5775#note_1664027085 in 1.12 second(s) [2023-11-23 07:14:02 +0530] [ BUSY ] Migrating issue ticket with labels #43 'I want to be General Mentor' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'... [2023-11-23 07:14:02 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5776 in 9.11 second(s) [2023-11-23 07:14:02 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:14:03 +0530] Asserted CLOSE status of the ticket in 0.81 second(s) [2023-11-23 07:14:03 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:14:03 +0530] Found 17 entities in 0.00 second(s) [2023-11-23 07:14:07 +0530] [ BUSY ] Transferring comment (Entity 1 of 17)... [2023-11-23 07:14:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027482 in 3.68 second(s) [2023-11-23 07:14:08 +0530] [ BUSY ] Transferring comment (Entity 2 of 17)... [2023-11-23 07:14:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027509 in 0.82 second(s) [2023-11-23 07:14:09 +0530] [ BUSY ] Transferring comment (Entity 3 of 17)... [2023-11-23 07:14:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027538 in 0.82 second(s) [2023-11-23 07:14:10 +0530] [ BUSY ] Transferring comment (Entity 4 of 17)... [2023-11-23 07:14:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027565 in 1.53 second(s) [2023-11-23 07:14:11 +0530] [ BUSY ] Transferring comment (Entity 5 of 17)... [2023-11-23 07:14:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027599 in 0.92 second(s) [2023-11-23 07:14:12 +0530] [ BUSY ] Transferring comment (Entity 6 of 17)... [2023-11-23 07:14:12 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027631 in 0.92 second(s) [2023-11-23 07:14:13 +0530] [ BUSY ] Transferring comment (Entity 7 of 17)... [2023-11-23 07:14:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027662 in 1.02 second(s) [2023-11-23 07:14:14 +0530] [ BUSY ] Transferring comment (Entity 8 of 17)... [2023-11-23 07:14:14 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027697 in 0.82 second(s) [2023-11-23 07:14:15 +0530] [ BUSY ] Transferring comment (Entity 9 of 17)... [2023-11-23 07:14:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027718 in 0.92 second(s) [2023-11-23 07:14:16 +0530] [ BUSY ] Transferring comment (Entity 10 of 17)... [2023-11-23 07:14:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027743 in 1.02 second(s) [2023-11-23 07:14:17 +0530] [ BUSY ] Transferring comment (Entity 11 of 17)... [2023-11-23 07:14:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027778 in 1.02 second(s) [2023-11-23 07:14:18 +0530] [ BUSY ] Transferring comment (Entity 12 of 17)... [2023-11-23 07:14:18 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027799 in 0.82 second(s) [2023-11-23 07:14:18 +0530] [ BUSY ] Transferring comment (Entity 13 of 17)... [2023-11-23 07:14:18 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027834 in 0.82 second(s) [2023-11-23 07:14:19 +0530] [ BUSY ] Transferring comment (Entity 14 of 17)... [2023-11-23 07:14:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027856 in 0.81 second(s) [2023-11-23 07:14:20 +0530] [ BUSY ] Transferring comment (Entity 15 of 17)... [2023-11-23 07:14:20 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027886 in 0.92 second(s) [2023-11-23 07:14:21 +0530] [ BUSY ] Transferring comment (Entity 16 of 17)... [2023-11-23 07:14:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027905 in 0.82 second(s) [2023-11-23 07:14:22 +0530] [ BUSY ] Transferring comment (Entity 17 of 17)... [2023-11-23 07:14:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5776#note_1664027929 in 0.82 second(s) [2023-11-23 07:14:23 +0530] [ BUSY ] Migrating issue ticket with labels #41 ' Outreachy : fedora security dashboard' by 'Huzaifa Sidhpurwala (ID huzaifas)'... [2023-11-23 07:14:23 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5777 in 1.12 second(s) [2023-11-23 07:14:23 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:14:27 +0530] Asserted CLOSE status of the ticket in 3.79 second(s) [2023-11-23 07:14:27 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:14:27 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 07:14:28 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 07:14:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028082 in 0.81 second(s) [2023-11-23 07:14:28 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 07:14:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028106 in 0.82 second(s) [2023-11-23 07:14:29 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 07:14:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028122 in 0.82 second(s) [2023-11-23 07:14:30 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 07:14:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028139 in 1.02 second(s) [2023-11-23 07:14:31 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 07:14:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028169 in 0.81 second(s) [2023-11-23 07:14:32 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 07:14:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028194 in 0.92 second(s) [2023-11-23 07:14:33 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 07:14:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028212 in 1.43 second(s) [2023-11-23 07:14:34 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 07:14:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028239 in 0.82 second(s) [2023-11-23 07:14:35 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 07:14:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028264 in 0.82 second(s) [2023-11-23 07:14:36 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 07:14:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028286 in 0.92 second(s) [2023-11-23 07:14:37 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 07:14:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028306 in 0.92 second(s) [2023-11-23 07:14:38 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 07:14:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028334 in 0.82 second(s) [2023-11-23 07:14:39 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 07:14:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028362 in 0.81 second(s) [2023-11-23 07:14:39 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 07:14:39 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028378 in 0.82 second(s) [2023-11-23 07:14:40 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 07:14:40 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5777#note_1664028394 in 0.81 second(s) [2023-11-23 07:14:43 +0530] [ BUSY ] Migrating issue ticket with labels #39 'Outreachy : fedora-search a new package search engine for Fedora' by 'Clement Verna (ID cverna)'... [2023-11-23 07:14:43 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5778 in 2.66 second(s) [2023-11-23 07:14:43 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:14:44 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 07:14:44 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:14:44 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 07:14:45 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 07:14:45 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5778#note_1664028507 in 0.92 second(s) [2023-11-23 07:14:46 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 07:14:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5778#note_1664028524 in 1.23 second(s) [2023-11-23 07:14:47 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 07:14:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5778#note_1664028559 in 1.53 second(s) [2023-11-23 07:14:48 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 07:14:48 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5778#note_1664028599 in 1.13 second(s) [2023-11-23 07:14:50 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 07:14:50 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5778#note_1664028623 in 1.23 second(s) [2023-11-23 07:14:51 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 07:14:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5778#note_1664028660 in 0.92 second(s) [2023-11-23 07:14:51 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 07:14:51 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5778#note_1664028685 in 0.82 second(s) [2023-11-23 07:14:51 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 07:14:51 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 07:15:53 +0530] [ BUSY ] Migrating issue ticket with labels #38 'Outreachy project - CLI for pull-requests workflow' by 'Aleksandra Fedorova (ID bookwar)'... [2023-11-23 07:15:53 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5779 in 1.33 second(s) [2023-11-23 07:15:53 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:15:53 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:15:53 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:15:53 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 07:15:56 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 07:15:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030326 in 2.05 second(s) [2023-11-23 07:15:57 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 07:15:57 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030378 in 1.43 second(s) [2023-11-23 07:15:58 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 07:15:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030431 in 0.92 second(s) [2023-11-23 07:15:59 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 07:15:59 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030459 in 1.33 second(s) [2023-11-23 07:16:00 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 07:16:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030493 in 1.23 second(s) [2023-11-23 07:16:01 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 07:16:01 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030526 in 0.92 second(s) [2023-11-23 07:16:02 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 07:16:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030553 in 0.92 second(s) [2023-11-23 07:16:03 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 07:16:03 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5779#note_1664030570 in 0.82 second(s) [2023-11-23 07:16:04 +0530] [ BUSY ] Migrating issue ticket with labels #37 'Outreachy project - Improve External Bugs and Links pages in FAF' by 'Matej Marusak (ID mmarusak)'... [2023-11-23 07:16:04 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5780 in 1.02 second(s) [2023-11-23 07:16:04 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:05 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 07:16:05 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:05 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 07:16:06 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 07:16:06 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030645 in 1.12 second(s) [2023-11-23 07:16:07 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 07:16:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030679 in 0.92 second(s) [2023-11-23 07:16:08 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 07:16:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030717 in 1.33 second(s) [2023-11-23 07:16:09 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 07:16:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030767 in 0.92 second(s) [2023-11-23 07:16:10 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 07:16:10 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030794 in 0.92 second(s) [2023-11-23 07:16:11 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 07:16:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030821 in 1.02 second(s) [2023-11-23 07:16:12 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 07:16:12 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030843 in 0.81 second(s) [2023-11-23 07:16:13 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 07:16:13 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5780#note_1664030869 in 0.82 second(s) [2023-11-23 07:16:15 +0530] [ BUSY ] Migrating issue ticket with labels #36 'Fix 404s' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 07:16:15 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5781 in 1.94 second(s) [2023-11-23 07:16:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:15 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 07:16:15 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:15 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:16:16 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:16:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5781#note_1664030965 in 0.92 second(s) [2023-11-23 07:16:17 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:16:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5781#note_1664030982 in 0.92 second(s) [2023-11-23 07:16:18 +0530] [ BUSY ] Migrating issue ticket with labels #35 'Fix bad asciidoc' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 07:16:18 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5782 in 1.12 second(s) [2023-11-23 07:16:18 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:20 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:16:20 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:20 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:16:21 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:16:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5782#note_1664031075 in 0.92 second(s) [2023-11-23 07:16:22 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:16:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5782#note_1664031105 in 1.02 second(s) [2023-11-23 07:16:22 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:16:22 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5782#note_1664031125 in 0.71 second(s) [2023-11-23 07:16:23 +0530] [ BUSY ] Migrating issue ticket with labels #33 'Switching Fedora Docs to Antora — last weekend of July' by 'Adam Samalik (ID asamalik)'... [2023-11-23 07:16:23 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5783 in 1.02 second(s) [2023-11-23 07:16:23 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:25 +0530] Asserted CLOSE status of the ticket in 1.53 second(s) [2023-11-23 07:16:25 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:25 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 07:16:26 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 07:16:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5783#note_1664031210 in 0.92 second(s) [2023-11-23 07:16:27 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 07:16:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5783#note_1664031242 in 0.92 second(s) [2023-11-23 07:16:28 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 07:16:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5783#note_1664031282 in 0.82 second(s) [2023-11-23 07:16:28 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 07:16:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5783#note_1664031310 in 0.82 second(s) [2023-11-23 07:16:29 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 07:16:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5783#note_1664031332 in 0.82 second(s) [2023-11-23 07:16:30 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 07:16:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5783#note_1664031365 in 0.82 second(s) [2023-11-23 07:16:30 +0530] [ BUSY ] Reading issue tickets information (Page 3 of 3)... [2023-11-23 07:16:33 +0530] Found 16 issue ticket(s) on this page in 3.27 second(s) [2023-11-23 07:16:34 +0530] [ BUSY ] Migrating issue ticket with labels #25 'Include Perceval plugin GSoC idea for Outreachy' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 07:16:34 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5784 in 1.12 second(s) [2023-11-23 07:16:34 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:35 +0530] Asserted CLOSE status of the ticket in 0.61 second(s) [2023-11-23 07:16:35 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:35 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:16:36 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:16:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5784#note_1664031511 in 0.82 second(s) [2023-11-23 07:16:37 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:16:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5784#note_1664031535 in 1.12 second(s) [2023-11-23 07:16:38 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:16:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5784#note_1664031559 in 0.92 second(s) [2023-11-23 07:16:39 +0530] [ BUSY ] Migrating issue ticket with labels #23 'Add contact for Atomic idea' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 07:16:39 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5785 in 1.02 second(s) [2023-11-23 07:16:39 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:40 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 07:16:40 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:40 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:16:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:16:41 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5785#note_1664031638 in 0.82 second(s) [2023-11-23 07:16:42 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:16:42 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5785#note_1664031658 in 0.82 second(s) [2023-11-23 07:16:43 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:16:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5785#note_1664031696 in 1.12 second(s) [2023-11-23 07:16:44 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:16:44 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5785#note_1664031725 in 1.13 second(s) [2023-11-23 07:16:45 +0530] [ BUSY ] Migrating issue ticket with labels #22 'Need to get Outreachy projects immediately' by 'Laura Abbott (ID labbott)'... [2023-11-23 07:16:45 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5786 in 1.02 second(s) [2023-11-23 07:16:45 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:46 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:16:46 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:46 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:16:48 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:16:48 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5786#note_1664031838 in 1.12 second(s) [2023-11-23 07:16:49 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:16:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5786#note_1664031872 in 1.02 second(s) [2023-11-23 07:16:49 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:16:49 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5786#note_1664031893 in 0.82 second(s) [2023-11-23 07:16:51 +0530] [ BUSY ] Migrating issue ticket with labels #20 'GSoC project proposal: New container backends for conu' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 07:16:51 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5787 in 1.73 second(s) [2023-11-23 07:16:51 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:52 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 07:16:52 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:52 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 07:16:53 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 07:16:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5787#note_1664031983 in 0.82 second(s) [2023-11-23 07:16:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 07:16:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5787#note_1664032010 in 0.92 second(s) [2023-11-23 07:16:55 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 07:16:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5787#note_1664032044 in 0.92 second(s) [2023-11-23 07:16:55 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 07:16:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5787#note_1664032082 in 0.71 second(s) [2023-11-23 07:16:56 +0530] [ BUSY ] Migrating issue ticket with labels #19 'GSoC project proposal: Advanced test cases for images running in OpenShift using conu' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 07:16:56 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5788 in 1.12 second(s) [2023-11-23 07:16:56 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:16:57 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 07:16:57 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:16:57 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:16:58 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:16:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5788#note_1664032200 in 0.92 second(s) [2023-11-23 07:16:59 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:16:59 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5788#note_1664032249 in 1.02 second(s) [2023-11-23 07:17:01 +0530] [ BUSY ] Migrating issue ticket with labels #18 'GSoC project proposal: Fedora Dockerfile linter leveraging Container Best Practices' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 07:17:01 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5789 in 1.12 second(s) [2023-11-23 07:17:01 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:17:14 +0530] Asserted CLOSE status of the ticket in 13.31 second(s) [2023-11-23 07:17:14 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:17:14 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:17:15 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:17:15 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5789#note_1664032656 in 1.33 second(s) [2023-11-23 07:17:16 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:17:16 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5789#note_1664032695 in 0.92 second(s) [2023-11-23 07:17:21 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:17:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5789#note_1664032835 in 5.22 second(s) [2023-11-23 07:17:23 +0530] [ BUSY ] Migrating issue ticket with labels #14 'Atomic IoT (likely useful in numerous other Atomic ideas) host upgrade daemon' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 07:17:23 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5790 in 1.38 second(s) [2023-11-23 07:17:23 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:17:23 +0530] Asserted CLOSE status of the ticket in 0.77 second(s) [2023-11-23 07:17:23 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:17:23 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 07:17:25 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 07:17:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5790#note_1664032921 in 1.02 second(s) [2023-11-23 07:17:25 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 07:17:25 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5790#note_1664032944 in 0.82 second(s) [2023-11-23 07:17:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 07:17:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5790#note_1664032966 in 0.81 second(s) [2023-11-23 07:17:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 07:17:27 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5790#note_1664032998 in 0.82 second(s) [2023-11-23 07:17:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 07:17:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5790#note_1664033022 in 0.92 second(s) [2023-11-23 07:17:29 +0530] [ BUSY ] Migrating issue ticket with labels #13 'Creating summer coding "best practices" docs for mentors' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 07:17:29 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5791 in 1.33 second(s) [2023-11-23 07:17:29 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:17:29 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:17:29 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:17:29 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 07:17:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 07:17:30 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033087 in 0.92 second(s) [2023-11-23 07:17:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 07:17:31 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033115 in 0.92 second(s) [2023-11-23 07:17:32 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 07:17:32 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033140 in 1.12 second(s) [2023-11-23 07:17:33 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 07:17:33 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033169 in 0.92 second(s) [2023-11-23 07:17:34 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 07:17:34 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033197 in 0.92 second(s) [2023-11-23 07:17:35 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 07:17:35 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033218 in 0.92 second(s) [2023-11-23 07:17:36 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 07:17:36 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033251 in 1.12 second(s) [2023-11-23 07:17:37 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 07:17:37 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033283 in 0.82 second(s) [2023-11-23 07:17:38 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 07:17:38 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5791#note_1664033312 in 1.53 second(s) [2023-11-23 07:17:40 +0530] [ BUSY ] Migrating issue ticket with labels #10 'Improve GPIO support in Fedora in general and particularly on the Raspberry Pi.' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 07:17:40 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5792 in 1.84 second(s) [2023-11-23 07:17:40 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:17:42 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 07:17:42 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:17:42 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:17:43 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:17:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5792#note_1664033427 in 0.92 second(s) [2023-11-23 07:17:43 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:17:43 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5792#note_1664033459 in 0.82 second(s) [2023-11-23 07:17:45 +0530] [ BUSY ] Migrating issue ticket with labels #9 '[URGENT] Need Project Ideas' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 07:17:45 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5793 in 1.33 second(s) [2023-11-23 07:17:45 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:17:45 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 07:17:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:17:45 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:17:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:17:46 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5793#note_1664033539 in 1.07 second(s) [2023-11-23 07:17:47 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:17:47 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5793#note_1664033579 in 0.87 second(s) [2023-11-23 07:17:50 +0530] [ BUSY ] Migrating issue ticket with labels #8 'CFP for Outreachy Mentors Summer 2018' by 'Laura Abbott (ID labbott)'... [2023-11-23 07:17:50 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5794 in 2.76 second(s) [2023-11-23 07:17:50 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:17:51 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 07:17:51 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:17:51 +0530] Found 11 entities in 0.00 second(s) [2023-11-23 07:17:52 +0530] [ BUSY ] Transferring comment (Entity 1 of 11)... [2023-11-23 07:17:52 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033746 in 0.71 second(s) [2023-11-23 07:17:53 +0530] [ BUSY ] Transferring comment (Entity 2 of 11)... [2023-11-23 07:17:53 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033765 in 1.12 second(s) [2023-11-23 07:17:54 +0530] [ BUSY ] Transferring comment (Entity 3 of 11)... [2023-11-23 07:17:54 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033791 in 0.92 second(s) [2023-11-23 07:17:55 +0530] [ BUSY ] Transferring comment (Entity 4 of 11)... [2023-11-23 07:17:55 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033825 in 1.02 second(s) [2023-11-23 07:17:56 +0530] [ BUSY ] Transferring comment (Entity 5 of 11)... [2023-11-23 07:17:56 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033853 in 0.92 second(s) [2023-11-23 07:17:57 +0530] [ BUSY ] Transferring comment (Entity 6 of 11)... [2023-11-23 07:17:57 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033873 in 1.02 second(s) [2023-11-23 07:17:58 +0530] [ BUSY ] Transferring comment (Entity 7 of 11)... [2023-11-23 07:17:58 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033886 in 0.92 second(s) [2023-11-23 07:17:59 +0530] [ BUSY ] Transferring comment (Entity 8 of 11)... [2023-11-23 07:17:59 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033913 in 0.92 second(s) [2023-11-23 07:18:00 +0530] [ BUSY ] Transferring comment (Entity 9 of 11)... [2023-11-23 07:18:00 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033944 in 1.13 second(s) [2023-11-23 07:18:01 +0530] [ BUSY ] Transferring comment (Entity 10 of 11)... [2023-11-23 07:18:01 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664033978 in 1.02 second(s) [2023-11-23 07:18:02 +0530] [ BUSY ] Transferring comment (Entity 11 of 11)... [2023-11-23 07:18:02 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5794#note_1664034002 in 0.82 second(s) [2023-11-23 07:18:03 +0530] [ BUSY ] Migrating issue ticket with labels #7 'Complete Outreachy application for Fedora' by 'Laura Abbott (ID labbott)'... [2023-11-23 07:18:03 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5795 in 1.23 second(s) [2023-11-23 07:18:03 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:18:04 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 07:18:04 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:18:04 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 07:18:04 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 07:18:04 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5795#note_1664034072 in 0.82 second(s) [2023-11-23 07:18:05 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 07:18:05 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5795#note_1664034096 in 0.82 second(s) [2023-11-23 07:18:06 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 07:18:06 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5795#note_1664034111 in 0.82 second(s) [2023-11-23 07:18:07 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 07:18:07 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5795#note_1664034127 in 0.82 second(s) [2023-11-23 07:18:08 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 07:18:08 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5795#note_1664034154 in 0.92 second(s) [2023-11-23 07:18:09 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 07:18:09 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5795#note_1664034180 in 0.92 second(s) [2023-11-23 07:18:11 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 07:18:11 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5795#note_1664034218 in 1.84 second(s) [2023-11-23 07:18:15 +0530] [ BUSY ] Migrating issue ticket with labels #4 'Submit GSoC 2018 Application' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 07:18:15 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5796 in 3.99 second(s) [2023-11-23 07:18:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:18:16 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 07:18:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:18:16 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:18:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:18:17 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5796#note_1664034385 in 0.92 second(s) [2023-11-23 07:18:18 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:18:18 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5796#note_1664034420 in 1.74 second(s) [2023-11-23 07:18:19 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:18:19 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5796#note_1664034470 in 0.92 second(s) [2023-11-23 07:18:20 +0530] [ BUSY ] Migrating issue ticket with labels #3 'Can we gather stastics about long-term participation?' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 07:18:20 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5797 in 0.92 second(s) [2023-11-23 07:18:20 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:18:20 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:18:20 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:18:20 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 07:18:21 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 07:18:21 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5797#note_1664034514 in 0.92 second(s) [2023-11-23 07:18:22 +0530] [ BUSY ] Migrating issue ticket with labels #2 'Ensure we have Fedora Badges for participants in each program and that the award list is accurate' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 07:18:22 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5798 in 1.23 second(s) [2023-11-23 07:18:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:18:22 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:18:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:18:22 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 07:18:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 07:18:23 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5798#note_1664034554 in 1.02 second(s) [2023-11-23 07:18:26 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 07:18:26 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5798#note_1664034614 in 2.36 second(s) [2023-11-23 07:18:27 +0530] [ BUSY ] Migrating issue ticket with labels #1 'LT Goal: Let's build a website to promote our participation and history' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 07:18:27 +0530] Migrated to https://gitlab.com/gridhead/protop2g-test/-/issues/5799 in 1.02 second(s) [2023-11-23 07:18:27 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 07:18:27 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 07:18:27 +0530] [ BUSY ] Reading comment information... [2023-11-23 07:18:27 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 07:18:28 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 07:18:28 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5799#note_1664034678 in 0.81 second(s) [2023-11-23 07:18:29 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 07:18:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5799#note_1664034695 in 0.92 second(s) [2023-11-23 07:18:29 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 07:18:29 +0530] Transferred to https://gitlab.com/gridhead/protop2g-test/-/issues/5799#note_1664034713 in 0.82 second(s) [2023-11-23 07:18:29 +0530] [ PASS ] Namespace assets transferring queue processed! [2023-11-23 07:18:29 +0530] 86 issue ticket(s) transferred (venv) [t0xic0der@fedorable pagure-exporter]$ ```
gridhead commented 11 months ago

Ok, so I created myself a testing repository in the Fedora namespace to confirm my suspicions about things being different in it as compared to the personal namespace but I am glad to note that I faced no issues whatsoever when I attempted to migrate the issue tickets along with their comments, labels, states and privacy statuses.

It is important to note that I used the same API key that I created for myself for all my other tests and it seemed to have worked fine here too. Basically, it is not necessary to create one access token per import job or per repository but that definitely helps keeps things clean and organized if that's what is sought in this case.

Logs from the first attempt ``` (venv) [t0xic0der@fedorable pagure-exporter]$ pagure-exporter -s mentored-projects -d 52464780 -p $TEST_PKEY -g $TEST_GKEY -f $TEST_FUSR -t $TEST_TUSR tkts -s FULL -clat [2023-11-23 09:56:58 +0530] [ BUSY ] Requesting for source namespace metadata... [2023-11-23 09:57:00 +0530] [ PASS ] Source namespace metadata acquisition succeeded! [2023-11-23 09:57:00 +0530] Name: mentored-projects [2023-11-23 09:57:00 +0530] Identifier: 3583 [2023-11-23 09:57:00 +0530] Maintainer: Justin W. Flory (ID jflory7) [2023-11-23 09:57:00 +0530] Location: https://pagure.io/mentored-projects [2023-11-23 09:57:00 +0530] Address: https://t0xic0der:****************************************************************@pagure.io/mentored-projects.git [2023-11-23 09:57:00 +0530] Created on: Thu Jan 11 19:02:10 2018 [2023-11-23 09:57:00 +0530] Last modified on: Thu Oct 12 17:59:48 2023 [2023-11-23 09:57:00 +0530] Tags: [''] [2023-11-23 09:57:01 +0530] [ BUSY ] Requesting for destination namespace metadata... [2023-11-23 09:57:01 +0530] [ PASS ] Destination namespace metadata acquisition succeeded! [2023-11-23 09:57:01 +0530] Name: fedora/websites-apps/fedora-badges/pagure-exporter-test [2023-11-23 09:57:01 +0530] Identifier: 52464780 [2023-11-23 09:57:01 +0530] Maintainer: fedora-badges (ID Fedora Badges) [2023-11-23 09:57:01 +0530] Location: https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test [2023-11-23 09:57:01 +0530] Address: https://gridhead:**************************@gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test.git [2023-11-23 09:57:01 +0530] Created on: 2023-11-23T16:21:44.255Z [2023-11-23 09:57:01 +0530] Last modified on: 2023-11-23T16:21:44.255Z [2023-11-23 09:57:01 +0530] Tags: [] [2023-11-23 09:57:01 +0530] [ BUSY ] Attempting source namespace issue ticket count... [2023-11-23 09:57:01 +0530] [ WARN ] Extracting all issue tickets with labels, with states, with privacy and with comments off the given selection [2023-11-23 09:57:08 +0530] Found 86 issue ticket(s) across 3 page(s) in 6.65 second(s) [2023-11-23 09:57:08 +0530] [ BUSY ] Reading issue tickets information (Page 1 of 3)... [2023-11-23 09:57:12 +0530] Found 35 issue ticket(s) on this page in 4.09 second(s) [2023-11-23 09:57:14 +0530] [ BUSY ] Migrating issue ticket with labels #135 'Request to become a General Mentor' by 'Nikita Tripathi (ID nekonya3)'... [2023-11-23 09:57:14 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/1 in 1.64 second(s) [2023-11-23 09:57:14 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:14 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:57:14 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:14 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 09:57:15 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 09:57:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/1#note_1664309020 in 1.64 second(s) [2023-11-23 09:57:16 +0530] [ BUSY ] Migrating issue ticket with labels #134 '[May-Aug 2023 Outreachy Cohort Proposal] Fedora Badges Design' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 09:57:16 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/2 in 1.23 second(s) [2023-11-23 09:57:16 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:16 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:57:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:16 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 09:57:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 09:57:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/2#note_1664309062 in 0.82 second(s) [2023-11-23 09:57:19 +0530] [ BUSY ] Migrating issue ticket with labels #133 'Create and Design Icons for a Chat System' by 'Madeline Peck (ID madelinepeck)'... [2023-11-23 09:57:19 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/3 in 1.33 second(s) [2023-11-23 09:57:19 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:19 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:57:19 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:19 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 09:57:20 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 09:57:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/3#note_1664309116 in 1.22 second(s) [2023-11-23 09:57:21 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 09:57:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/3#note_1664309135 in 0.92 second(s) [2023-11-23 09:57:22 +0530] [ BUSY ] Migrating issue ticket with labels #132 'Fedora's participation in Hacktoberfest 2022' by 'Smera Goel (ID smeragoel)'... [2023-11-23 09:57:22 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/4 in 1.43 second(s) [2023-11-23 09:57:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:22 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:57:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:22 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 09:57:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 09:57:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/4#note_1664309201 in 1.02 second(s) [2023-11-23 09:57:24 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 09:57:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/4#note_1664309221 in 1.23 second(s) [2023-11-23 09:57:25 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 09:57:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/4#note_1664309244 in 0.92 second(s) [2023-11-23 09:57:26 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 09:57:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/4#note_1664309267 in 0.82 second(s) [2023-11-23 09:57:27 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 09:57:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/4#note_1664309287 in 0.92 second(s) [2023-11-23 09:57:28 +0530] [ BUSY ] Migrating issue ticket with labels #131 'Onboard @smeragoel as the new Mentored Project Representative to Mindshare' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 09:57:28 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/5 in 1.43 second(s) [2023-11-23 09:57:28 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:28 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:57:28 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:28 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 09:57:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 09:57:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/5#note_1664309350 in 1.23 second(s) [2023-11-23 09:57:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 09:57:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/5#note_1664309375 in 1.33 second(s) [2023-11-23 09:57:32 +0530] [ BUSY ] Migrating issue ticket with labels #130 'New Mentored Project rep to Mindshare' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 09:57:32 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6 in 1.43 second(s) [2023-11-23 09:57:32 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:34 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 09:57:34 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:34 +0530] Found 12 entities in 0.00 second(s) [2023-11-23 09:57:35 +0530] [ BUSY ] Transferring comment (Entity 1 of 12)... [2023-11-23 09:57:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309440 in 1.02 second(s) [2023-11-23 09:57:35 +0530] [ BUSY ] Transferring comment (Entity 2 of 12)... [2023-11-23 09:57:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309465 in 0.71 second(s) [2023-11-23 09:57:36 +0530] [ BUSY ] Transferring comment (Entity 3 of 12)... [2023-11-23 09:57:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309496 in 1.02 second(s) [2023-11-23 09:57:37 +0530] [ BUSY ] Transferring comment (Entity 4 of 12)... [2023-11-23 09:57:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309524 in 1.23 second(s) [2023-11-23 09:57:38 +0530] [ BUSY ] Transferring comment (Entity 5 of 12)... [2023-11-23 09:57:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309558 in 0.82 second(s) [2023-11-23 09:57:40 +0530] [ BUSY ] Transferring comment (Entity 6 of 12)... [2023-11-23 09:57:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309582 in 1.33 second(s) [2023-11-23 09:57:41 +0530] [ BUSY ] Transferring comment (Entity 7 of 12)... [2023-11-23 09:57:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309624 in 1.23 second(s) [2023-11-23 09:57:42 +0530] [ BUSY ] Transferring comment (Entity 8 of 12)... [2023-11-23 09:57:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309649 in 1.23 second(s) [2023-11-23 09:57:43 +0530] [ BUSY ] Transferring comment (Entity 9 of 12)... [2023-11-23 09:57:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309690 in 0.92 second(s) [2023-11-23 09:57:44 +0530] [ BUSY ] Transferring comment (Entity 10 of 12)... [2023-11-23 09:57:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309715 in 1.02 second(s) [2023-11-23 09:57:45 +0530] [ BUSY ] Transferring comment (Entity 11 of 12)... [2023-11-23 09:57:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309739 in 1.23 second(s) [2023-11-23 09:57:46 +0530] [ BUSY ] Transferring comment (Entity 12 of 12)... [2023-11-23 09:57:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/6#note_1664309770 in 0.82 second(s) [2023-11-23 09:57:47 +0530] [ BUSY ] Migrating issue ticket with labels #129 'Interns introduction blog for May 2022 to August 2022 Outreachy internship round!' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 09:57:47 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/7 in 1.02 second(s) [2023-11-23 09:57:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:49 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 09:57:49 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:49 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 09:57:49 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 09:57:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/7#note_1664309837 in 0.82 second(s) [2023-11-23 09:57:50 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 09:57:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/7#note_1664309860 in 1.02 second(s) [2023-11-23 09:57:52 +0530] [ BUSY ] Migrating issue ticket with labels #128 'Outreachy proposal: Improve Docs Experience' by 'Ben Cotton (ID bcotton)'... [2023-11-23 09:57:52 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/8 in 1.33 second(s) [2023-11-23 09:57:52 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:57:52 +0530] Asserted CLOSE status of the ticket in 0.73 second(s) [2023-11-23 09:57:52 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:57:52 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 09:57:53 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 09:57:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/8#note_1664309916 in 0.90 second(s) [2023-11-23 09:57:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 09:57:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/8#note_1664309935 in 0.92 second(s) [2023-11-23 09:57:55 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 09:57:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/8#note_1664309962 in 0.77 second(s) [2023-11-23 09:57:56 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 09:57:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/8#note_1664309973 in 1.07 second(s) [2023-11-23 09:57:57 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 09:57:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/8#note_1664309996 in 0.92 second(s) [2023-11-23 09:57:58 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 09:57:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/8#note_1664310014 in 1.12 second(s) [2023-11-23 09:58:00 +0530] [ BUSY ] Migrating issue ticket with labels #127 'Outreachy proposal: MIgrate zezere, the Fedora IoT device onboarding webapp, to use FDO ' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 09:58:00 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/9 in 1.33 second(s) [2023-11-23 09:58:00 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:01 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 09:58:01 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:01 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 09:58:02 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 09:58:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/9#note_1664310113 in 0.92 second(s) [2023-11-23 09:58:03 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 09:58:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/9#note_1664310144 in 1.53 second(s) [2023-11-23 09:58:04 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 09:58:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/9#note_1664310175 in 0.82 second(s) [2023-11-23 09:58:05 +0530] [ BUSY ] Migrating issue ticket with labels #126 'Project proposal: KDE Apps as Flatpaks in Fedora' by 'Timothée Ravier (ID siosm)'... [2023-11-23 09:58:05 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/10 in 1.12 second(s) [2023-11-23 09:58:05 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:06 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 09:58:06 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:06 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 09:58:07 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 09:58:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/10#note_1664310237 in 0.92 second(s) [2023-11-23 09:58:08 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 09:58:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/10#note_1664310253 in 0.81 second(s) [2023-11-23 09:58:09 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 09:58:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/10#note_1664310261 in 0.92 second(s) [2023-11-23 09:58:10 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 09:58:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/10#note_1664310286 in 0.92 second(s) [2023-11-23 09:58:11 +0530] [ BUSY ] Migrating issue ticket with labels #125 'Volunteer to be a General Mentor' by 'Amy Marrich (ID spotz)'... [2023-11-23 09:58:11 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/11 in 1.12 second(s) [2023-11-23 09:58:11 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:11 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:58:11 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:11 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 09:58:12 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 09:58:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/11#note_1664310327 in 0.82 second(s) [2023-11-23 09:58:13 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 09:58:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/11#note_1664310343 in 1.02 second(s) [2023-11-23 09:58:14 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 09:58:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/11#note_1664310373 in 1.02 second(s) [2023-11-23 09:58:15 +0530] [ BUSY ] Migrating issue ticket with labels #124 'Improve ethtool information querying in NetworkManager using Netlink' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 09:58:15 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/12 in 1.12 second(s) [2023-11-23 09:58:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:15 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:58:15 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:15 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 09:58:16 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 09:58:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/12#note_1664310414 in 0.92 second(s) [2023-11-23 09:58:17 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 09:58:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/12#note_1664310436 in 0.82 second(s) [2023-11-23 09:58:18 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 09:58:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/12#note_1664310453 in 1.02 second(s) [2023-11-23 09:58:19 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 09:58:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/12#note_1664310477 in 1.02 second(s) [2023-11-23 09:58:20 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 09:58:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/12#note_1664310500 in 1.02 second(s) [2023-11-23 09:58:21 +0530] [ BUSY ] Migrating issue ticket with labels #123 'Upgrade Fedimg - AMI creation for Fedora' by 'Mark O'Brien (ID mobrien)'... [2023-11-23 09:58:21 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/13 in 1.03 second(s) [2023-11-23 09:58:21 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:22 +0530] Asserted CLOSE status of the ticket in 1.62 second(s) [2023-11-23 09:58:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:22 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 09:58:24 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 09:58:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/13#note_1664310602 in 1.23 second(s) [2023-11-23 09:58:26 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 09:58:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/13#note_1664310671 in 2.46 second(s) [2023-11-23 09:58:27 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 09:58:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/13#note_1664310689 in 0.82 second(s) [2023-11-23 09:58:28 +0530] [ BUSY ] Migrating issue ticket with labels #122 'New Packager Guide Tool' by 'Stephen Snow (ID jakfrost)'... [2023-11-23 09:58:28 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/14 in 1.43 second(s) [2023-11-23 09:58:28 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:28 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:58:28 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:28 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 09:58:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 09:58:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/14#note_1664310774 in 1.94 second(s) [2023-11-23 09:58:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 09:58:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/14#note_1664310798 in 1.12 second(s) [2023-11-23 09:58:32 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 09:58:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/14#note_1664310823 in 0.92 second(s) [2023-11-23 09:58:34 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 09:58:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/14#note_1664310853 in 1.53 second(s) [2023-11-23 09:58:36 +0530] [ BUSY ] Migrating issue ticket with labels #121 'Become a general mentor' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 09:58:36 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/15 in 1.74 second(s) [2023-11-23 09:58:36 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:36 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 09:58:36 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:36 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 09:58:37 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 09:58:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/15#note_1664310903 in 1.12 second(s) [2023-11-23 09:58:38 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 09:58:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/15#note_1664310924 in 0.82 second(s) [2023-11-23 09:58:38 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 09:58:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/15#note_1664310945 in 0.82 second(s) [2023-11-23 09:58:39 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 09:58:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/15#note_1664310968 in 0.92 second(s) [2023-11-23 09:58:41 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 09:58:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/15#note_1664310992 in 1.33 second(s) [2023-11-23 09:58:43 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 09:58:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/15#note_1664311046 in 2.35 second(s) [2023-11-23 09:58:44 +0530] [ BUSY ] Migrating issue ticket with labels #119 'GSoC Organization Questionnaire' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 09:58:44 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/16 in 1.02 second(s) [2023-11-23 09:58:44 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:45 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 09:58:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:45 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 09:58:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 09:58:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/16#note_1664311134 in 1.33 second(s) [2023-11-23 09:58:49 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 09:58:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/16#note_1664311167 in 2.46 second(s) [2023-11-23 09:58:50 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 09:58:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/16#note_1664311205 in 1.23 second(s) [2023-11-23 09:58:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 09:58:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/16#note_1664311239 in 0.82 second(s) [2023-11-23 09:58:52 +0530] [ BUSY ] Migrating issue ticket with labels #118 'GSoC 2022: Request for joining as a general mentor' by 'Aditya R Rudra (ID adityaofficial)'... [2023-11-23 09:58:52 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/17 in 1.12 second(s) [2023-11-23 09:58:52 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:53 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 09:58:53 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:53 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 09:58:54 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 09:58:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/17#note_1664311308 in 0.92 second(s) [2023-11-23 09:58:55 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 09:58:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/17#note_1664311329 in 1.02 second(s) [2023-11-23 09:58:56 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 09:58:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/17#note_1664311358 in 0.82 second(s) [2023-11-23 09:58:57 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 09:58:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/17#note_1664311384 in 0.92 second(s) [2023-11-23 09:58:58 +0530] [ BUSY ] Migrating issue ticket with labels #117 'Outreachy Proposal: Fedora Badges Design' by 'Smera Goel (ID smeragoel)'... [2023-11-23 09:58:58 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18 in 1.02 second(s) [2023-11-23 09:58:58 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:58:58 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 09:58:59 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:58:59 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 09:59:00 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 09:59:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311494 in 1.94 second(s) [2023-11-23 09:59:01 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 09:59:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311518 in 0.93 second(s) [2023-11-23 09:59:02 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 09:59:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311536 in 1.11 second(s) [2023-11-23 09:59:03 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 09:59:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311547 in 0.81 second(s) [2023-11-23 09:59:04 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 09:59:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311559 in 1.13 second(s) [2023-11-23 09:59:05 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 09:59:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311578 in 0.92 second(s) [2023-11-23 09:59:06 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 09:59:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311600 in 0.82 second(s) [2023-11-23 09:59:07 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 09:59:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311622 in 1.02 second(s) [2023-11-23 09:59:08 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 09:59:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311640 in 0.92 second(s) [2023-11-23 09:59:09 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 09:59:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311654 in 1.23 second(s) [2023-11-23 09:59:10 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 09:59:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311684 in 0.92 second(s) [2023-11-23 09:59:11 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 09:59:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311698 in 1.02 second(s) [2023-11-23 09:59:13 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 09:59:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311718 in 1.64 second(s) [2023-11-23 09:59:14 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 09:59:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311763 in 0.92 second(s) [2023-11-23 09:59:15 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 09:59:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/18#note_1664311785 in 1.02 second(s) [2023-11-23 09:59:16 +0530] [ BUSY ] Migrating issue ticket with labels #114 'Outreachy proposal: helping the NeuroFedora SIG' by 'Ankur Sinha (ID ankursinha)'... [2023-11-23 09:59:16 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/19 in 1.43 second(s) [2023-11-23 09:59:16 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:59:18 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 09:59:18 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:59:18 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 09:59:19 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 09:59:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/19#note_1664311907 in 0.82 second(s) [2023-11-23 09:59:20 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 09:59:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/19#note_1664311928 in 0.82 second(s) [2023-11-23 09:59:21 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 09:59:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/19#note_1664311961 in 0.92 second(s) [2023-11-23 09:59:22 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 09:59:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/19#note_1664311973 in 1.03 second(s) [2023-11-23 09:59:22 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 09:59:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/19#note_1664312004 in 0.92 second(s) [2023-11-23 09:59:24 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 09:59:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/19#note_1664312029 in 1.53 second(s) [2023-11-23 09:59:26 +0530] [ BUSY ] Migrating issue ticket with labels #113 'Outreachy Proposal: Fragment - Conversation Caretaker' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 09:59:26 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/20 in 2.25 second(s) [2023-11-23 09:59:26 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:59:28 +0530] Asserted CLOSE status of the ticket in 1.84 second(s) [2023-11-23 09:59:28 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:59:28 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 09:59:29 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 09:59:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/20#note_1664312148 in 0.92 second(s) [2023-11-23 09:59:30 +0530] [ BUSY ] Migrating issue ticket with labels #107 'Outreachy FAQ Page on Docs site' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 09:59:30 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21 in 1.33 second(s) [2023-11-23 09:59:30 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:59:32 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 09:59:32 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:59:32 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 09:59:33 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 09:59:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312231 in 1.23 second(s) [2023-11-23 09:59:34 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 09:59:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312249 in 0.92 second(s) [2023-11-23 09:59:35 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 09:59:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312257 in 0.92 second(s) [2023-11-23 09:59:36 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 09:59:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312280 in 1.32 second(s) [2023-11-23 09:59:37 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 09:59:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312308 in 0.92 second(s) [2023-11-23 09:59:38 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 09:59:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312331 in 1.22 second(s) [2023-11-23 09:59:40 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 09:59:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312375 in 2.25 second(s) [2023-11-23 09:59:41 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 09:59:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/21#note_1664312409 in 1.02 second(s) [2023-11-23 09:59:42 +0530] [ BUSY ] Migrating issue ticket with labels #105 'Fedora Magazing or community Blog Post with all upcoming projects' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 09:59:42 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/22 in 0.92 second(s) [2023-11-23 09:59:42 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:59:44 +0530] Asserted CLOSE status of the ticket in 1.28 second(s) [2023-11-23 09:59:44 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:59:44 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 09:59:44 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 09:59:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/22#note_1664312468 in 0.86 second(s) [2023-11-23 09:59:45 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 09:59:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/22#note_1664312488 in 0.82 second(s) [2023-11-23 09:59:46 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 09:59:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/22#note_1664312506 in 0.92 second(s) [2023-11-23 09:59:48 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 09:59:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/22#note_1664312548 in 1.74 second(s) [2023-11-23 09:59:49 +0530] [ BUSY ] Migrating issue ticket with labels #104 'Reflect the most recent selection outcome for GSoC 2021 in Docs' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 09:59:49 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/23 in 1.02 second(s) [2023-11-23 09:59:49 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:59:50 +0530] Asserted CLOSE status of the ticket in 0.61 second(s) [2023-11-23 09:59:50 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:59:50 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 09:59:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 09:59:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/23#note_1664312608 in 1.33 second(s) [2023-11-23 09:59:52 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 09:59:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/23#note_1664312628 in 0.92 second(s) [2023-11-23 09:59:53 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 09:59:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/23#note_1664312652 in 1.22 second(s) [2023-11-23 09:59:55 +0530] [ BUSY ] Migrating issue ticket with labels #103 'Update Summer Coding Documentation with Recent Selected Projects' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 09:59:55 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/24 in 1.43 second(s) [2023-11-23 09:59:55 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 09:59:56 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 09:59:56 +0530] [ BUSY ] Reading comment information... [2023-11-23 09:59:56 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 09:59:57 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 09:59:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/24#note_1664312750 in 1.12 second(s) [2023-11-23 09:59:58 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 09:59:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/24#note_1664312773 in 1.12 second(s) [2023-11-23 09:59:59 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 09:59:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/24#note_1664312818 in 0.92 second(s) [2023-11-23 10:00:00 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 10:00:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/24#note_1664312843 in 1.12 second(s) [2023-11-23 10:00:01 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 10:00:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/24#note_1664312867 in 0.82 second(s) [2023-11-23 10:00:02 +0530] [ BUSY ] Migrating issue ticket with labels #102 'Award badge to all Outreachy (southern hemisphere) participants' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:00:02 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/25 in 1.12 second(s) [2023-11-23 10:00:02 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:00:03 +0530] Asserted CLOSE status of the ticket in 0.81 second(s) [2023-11-23 10:00:03 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:00:03 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:00:05 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:00:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/25#note_1664312939 in 1.33 second(s) [2023-11-23 10:00:05 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:00:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/25#note_1664312962 in 0.94 second(s) [2023-11-23 10:00:07 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:00:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/25#note_1664312984 in 1.20 second(s) [2023-11-23 10:00:08 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:00:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/25#note_1664313011 in 0.92 second(s) [2023-11-23 10:00:09 +0530] [ BUSY ] Migrating issue ticket with labels #101 'Putting myself forward to be a General Mentor for GSOC' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:00:09 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26 in 1.23 second(s) [2023-11-23 10:00:09 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:00:10 +0530] Asserted CLOSE status of the ticket in 1.44 second(s) [2023-11-23 10:00:10 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:00:10 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 10:00:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 10:00:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313094 in 0.81 second(s) [2023-11-23 10:00:12 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 10:00:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313122 in 0.91 second(s) [2023-11-23 10:00:13 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 10:00:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313143 in 1.12 second(s) [2023-11-23 10:00:14 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 10:00:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313172 in 1.33 second(s) [2023-11-23 10:00:16 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 10:00:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313198 in 1.94 second(s) [2023-11-23 10:00:17 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 10:00:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313213 in 1.02 second(s) [2023-11-23 10:00:18 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 10:00:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313226 in 0.92 second(s) [2023-11-23 10:00:19 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 10:00:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313243 in 0.92 second(s) [2023-11-23 10:00:20 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 10:00:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313258 in 1.12 second(s) [2023-11-23 10:00:22 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 10:00:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/26#note_1664313278 in 1.23 second(s) [2023-11-23 10:00:25 +0530] [ BUSY ] Migrating issue ticket with labels #100 'KiwiTCMS integration with Fedora QA workflow' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 10:00:25 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/27 in 3.27 second(s) [2023-11-23 10:00:25 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:00:26 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:00:26 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:00:26 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:00:27 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:00:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/27#note_1664313411 in 1.12 second(s) [2023-11-23 10:00:28 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:00:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/27#note_1664313422 in 0.92 second(s) [2023-11-23 10:00:29 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:00:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/27#note_1664313444 in 1.33 second(s) [2023-11-23 10:00:31 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:00:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/27#note_1664313472 in 1.23 second(s) [2023-11-23 10:00:32 +0530] [ BUSY ] Migrating issue ticket with labels #99 ' Outreachy proposal: Support repo overrides in rpm-ostree' by 'Jonathan Lebon (ID jlebon)'... [2023-11-23 10:00:32 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28 in 1.33 second(s) [2023-11-23 10:00:32 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:00:33 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:00:33 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:00:33 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:00:34 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:00:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313536 in 0.82 second(s) [2023-11-23 10:00:35 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:00:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313552 in 1.12 second(s) [2023-11-23 10:00:36 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:00:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313565 in 0.92 second(s) [2023-11-23 10:00:37 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:00:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313593 in 0.92 second(s) [2023-11-23 10:00:37 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:00:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313611 in 0.82 second(s) [2023-11-23 10:00:38 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:00:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313636 in 0.92 second(s) [2023-11-23 10:00:40 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:00:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313661 in 1.23 second(s) [2023-11-23 10:00:43 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:00:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313731 in 3.58 second(s) [2023-11-23 10:00:44 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:00:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/28#note_1664313758 in 0.92 second(s) [2023-11-23 10:00:45 +0530] [ BUSY ] Migrating issue ticket with labels #98 'Become Outreachy Mentor' by 'Mark O'Brien (ID mobrien)'... [2023-11-23 10:00:45 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/29 in 1.12 second(s) [2023-11-23 10:00:45 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:00:46 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:00:46 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:00:46 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:00:48 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:00:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/29#note_1664313818 in 1.33 second(s) [2023-11-23 10:00:48 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 10:00:48 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 10:01:49 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:01:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/29#note_1664315102 in 1.23 second(s) [2023-11-23 10:01:50 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:01:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/29#note_1664315130 in 0.92 second(s) [2023-11-23 10:01:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:01:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/29#note_1664315157 in 1.23 second(s) [2023-11-23 10:01:53 +0530] [ BUSY ] Migrating issue ticket with labels #97 'Fedora QA Dashboard' by 'Lukas Brabec (ID lbrabec)'...[2023-11-23 10:01:53 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30 in 2.35 second(s) [2023-11-23 10:01:53 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:01:54 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:01:54 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:01:54 +0530] Found 20 entities in 0.00 second(s) [2023-11-23 10:01:55 +0530] [ BUSY ] Transferring comment (Entity 1 of 20)... [2023-11-23 10:01:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315251 in 0.92 second(s) [2023-11-23 10:01:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 20)... [2023-11-23 10:01:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315268 in 0.92 second(s) [2023-11-23 10:01:57 +0530] [ BUSY ] Transferring comment (Entity 3 of 20)... [2023-11-23 10:01:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315287 in 1.12 second(s) [2023-11-23 10:01:58 +0530] [ BUSY ] Transferring comment (Entity 4 of 20)... [2023-11-23 10:01:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315303 in 0.82 second(s) [2023-11-23 10:01:59 +0530] [ BUSY ] Transferring comment (Entity 5 of 20)... [2023-11-23 10:01:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315314 in 0.82 second(s) [2023-11-23 10:02:00 +0530] [ BUSY ] Transferring comment (Entity 6 of 20)... [2023-11-23 10:02:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315329 in 1.23 second(s) [2023-11-23 10:02:03 +0530] [ BUSY ] Transferring comment (Entity 7 of 20)... [2023-11-23 10:02:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315365 in 2.46 second(s) [2023-11-23 10:02:03 +0530] [ BUSY ] Transferring comment (Entity 8 of 20)... [2023-11-23 10:02:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315391 in 0.71 second(s) [2023-11-23 10:02:04 +0530] [ BUSY ] Transferring comment (Entity 9 of 20)... [2023-11-23 10:02:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315418 in 0.92 second(s) [2023-11-23 10:02:06 +0530] [ BUSY ] Transferring comment (Entity 10 of 20)... [2023-11-23 10:02:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315437 in 1.43 second(s) [2023-11-23 10:02:07 +0530] [ BUSY ] Transferring comment (Entity 11 of 20)... [2023-11-23 10:02:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315464 in 1.02 second(s) [2023-11-23 10:02:08 +0530] [ BUSY ] Transferring comment (Entity 12 of 20)... [2023-11-23 10:02:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315484 in 1.02 second(s) [2023-11-23 10:02:09 +0530] [ BUSY ] Transferring comment (Entity 13 of 20)... [2023-11-23 10:02:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315492 in 0.82 second(s) [2023-11-23 10:02:11 +0530] [ BUSY ] Transferring comment (Entity 14 of 20)... [2023-11-23 10:02:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315536 in 2.35 second(s) [2023-11-23 10:02:12 +0530] [ BUSY ] Transferring comment (Entity 15 of 20)... [2023-11-23 10:02:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315572 in 1.02 second(s) [2023-11-23 10:02:13 +0530] [ BUSY ] Transferring comment (Entity 16 of 20)... [2023-11-23 10:02:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315598 in 0.93 second(s) [2023-11-23 10:02:14 +0530] [ BUSY ] Transferring comment (Entity 17 of 20)... [2023-11-23 10:02:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315617 in 1.12 second(s) [2023-11-23 10:02:15 +0530] [ BUSY ] Transferring comment (Entity 18 of 20)... [2023-11-23 10:02:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315651 in 1.02 second(s) [2023-11-23 10:02:16 +0530] [ BUSY ] Transferring comment (Entity 19 of 20)... [2023-11-23 10:02:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315674 in 1.12 second(s) [2023-11-23 10:02:20 +0530] [ BUSY ] Transferring comment (Entity 20 of 20)... [2023-11-23 10:02:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/30#note_1664315759 in 3.89 second(s) [2023-11-23 10:02:21 +0530] [ BUSY ] Migrating issue ticket with labels #96 'Outreachy proposal: Develop & Design Assets for the Fedora Community Outreach Revamp' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:02:21 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/31 in 1.33 second(s) [2023-11-23 10:02:21 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:02:22 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:02:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:02:22 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:02:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:02:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/31#note_1664315872 in 1.02 second(s) [2023-11-23 10:02:24 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:02:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/31#note_1664315891 in 0.92 second(s) [2023-11-23 10:02:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:02:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/31#note_1664315926 in 2.05 second(s) [2023-11-23 10:02:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:02:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/31#note_1664315965 in 0.82 second(s) [2023-11-23 10:02:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:02:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/31#note_1664315977 in 0.92 second(s) [2023-11-23 10:02:29 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:02:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/31#note_1664316001 in 0.82 second(s) [2023-11-23 10:02:31 +0530] [ BUSY ] Migrating issue ticket with labels #95 'GSoC Project Proposal - Interactive Performance Monitoring for Podman' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:02:31 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32 in 2.45 second(s) [2023-11-23 10:02:31 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:02:32 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 10:02:32 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:02:32 +0530] Found 21 entities in 0.00 second(s) [2023-11-23 10:02:33 +0530] [ BUSY ] Transferring comment (Entity 1 of 21)... [2023-11-23 10:02:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316077 in 1.02 second(s) [2023-11-23 10:02:34 +0530] [ BUSY ] Transferring comment (Entity 2 of 21)... [2023-11-23 10:02:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316093 in 1.12 second(s) [2023-11-23 10:02:35 +0530] [ BUSY ] Transferring comment (Entity 3 of 21)... [2023-11-23 10:02:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316125 in 1.12 second(s) [2023-11-23 10:02:36 +0530] [ BUSY ] Transferring comment (Entity 4 of 21)... [2023-11-23 10:02:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316147 in 1.02 second(s) [2023-11-23 10:02:38 +0530] [ BUSY ] Transferring comment (Entity 5 of 21)... [2023-11-23 10:02:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316175 in 1.23 second(s) [2023-11-23 10:02:39 +0530] [ BUSY ] Transferring comment (Entity 6 of 21)... [2023-11-23 10:02:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316209 in 1.64 second(s) [2023-11-23 10:02:40 +0530] [ BUSY ] Transferring comment (Entity 7 of 21)... [2023-11-23 10:02:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316240 in 0.92 second(s) [2023-11-23 10:02:41 +0530] [ BUSY ] Transferring comment (Entity 8 of 21)... [2023-11-23 10:02:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316270 in 0.82 second(s) [2023-11-23 10:02:42 +0530] [ BUSY ] Transferring comment (Entity 9 of 21)... [2023-11-23 10:02:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316294 in 1.13 second(s) [2023-11-23 10:02:44 +0530] [ BUSY ] Transferring comment (Entity 10 of 21)... [2023-11-23 10:02:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316320 in 1.53 second(s) [2023-11-23 10:02:44 +0530] [ BUSY ] Transferring comment (Entity 11 of 21)... [2023-11-23 10:02:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316366 in 0.82 second(s) [2023-11-23 10:02:46 +0530] [ BUSY ] Transferring comment (Entity 12 of 21)... [2023-11-23 10:02:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316414 in 1.94 second(s) [2023-11-23 10:02:47 +0530] [ BUSY ] Transferring comment (Entity 13 of 21)... [2023-11-23 10:02:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316429 in 0.82 second(s) [2023-11-23 10:02:49 +0530] [ BUSY ] Transferring comment (Entity 14 of 21)... [2023-11-23 10:02:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316457 in 1.43 second(s) [2023-11-23 10:02:50 +0530] [ BUSY ] Transferring comment (Entity 15 of 21)... [2023-11-23 10:02:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316497 in 1.23 second(s) [2023-11-23 10:02:51 +0530] [ BUSY ] Transferring comment (Entity 16 of 21)... [2023-11-23 10:02:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316522 in 1.23 second(s) [2023-11-23 10:02:52 +0530] [ BUSY ] Transferring comment (Entity 17 of 21)... [2023-11-23 10:02:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316554 in 1.12 second(s) [2023-11-23 10:02:53 +0530] [ BUSY ] Transferring comment (Entity 18 of 21)... [2023-11-23 10:02:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316590 in 0.92 second(s) [2023-11-23 10:02:54 +0530] [ BUSY ] Transferring comment (Entity 19 of 21)... [2023-11-23 10:02:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316611 in 0.92 second(s) [2023-11-23 10:02:55 +0530] [ BUSY ] Transferring comment (Entity 20 of 21)... [2023-11-23 10:02:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316642 in 0.92 second(s) [2023-11-23 10:02:56 +0530] [ BUSY ] Transferring comment (Entity 21 of 21)... [2023-11-23 10:02:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/32#note_1664316657 in 1.02 second(s) [2023-11-23 10:02:57 +0530] [ BUSY ] Migrating issue ticket with labels #94 'Outreachy proposal: Improved automated community metrics' by 'Matthew Miller (ID mattdm)'... [2023-11-23 10:02:57 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33 in 1.12 second(s) [2023-11-23 10:02:57 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:02:59 +0530] Asserted CLOSE status of the ticket in 1.53 second(s) [2023-11-23 10:02:59 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:02:59 +0530] Found 13 entities in 0.00 second(s) [2023-11-23 10:03:00 +0530] [ BUSY ] Transferring comment (Entity 1 of 13)... [2023-11-23 10:03:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316780 in 1.33 second(s) [2023-11-23 10:03:01 +0530] [ BUSY ] Transferring comment (Entity 2 of 13)... [2023-11-23 10:03:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316807 in 0.82 second(s) [2023-11-23 10:03:02 +0530] [ BUSY ] Transferring comment (Entity 3 of 13)... [2023-11-23 10:03:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316824 in 0.92 second(s) [2023-11-23 10:03:03 +0530] [ BUSY ] Transferring comment (Entity 4 of 13)... [2023-11-23 10:03:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316852 in 1.43 second(s) [2023-11-23 10:03:04 +0530] [ BUSY ] Transferring comment (Entity 5 of 13)... [2023-11-23 10:03:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316876 in 0.92 second(s) [2023-11-23 10:03:05 +0530] [ BUSY ] Transferring comment (Entity 6 of 13)... [2023-11-23 10:03:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316897 in 0.92 second(s) [2023-11-23 10:03:06 +0530] [ BUSY ] Transferring comment (Entity 7 of 13)... [2023-11-23 10:03:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316914 in 0.92 second(s) [2023-11-23 10:03:07 +0530] [ BUSY ] Transferring comment (Entity 8 of 13)... [2023-11-23 10:03:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316926 in 1.02 second(s) [2023-11-23 10:03:08 +0530] [ BUSY ] Transferring comment (Entity 9 of 13)... [2023-11-23 10:03:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316943 in 0.82 second(s) [2023-11-23 10:03:09 +0530] [ BUSY ] Transferring comment (Entity 10 of 13)... [2023-11-23 10:03:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316960 in 0.92 second(s) [2023-11-23 10:03:10 +0530] [ BUSY ] Transferring comment (Entity 11 of 13)... [2023-11-23 10:03:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316973 in 1.23 second(s) [2023-11-23 10:03:11 +0530] [ BUSY ] Transferring comment (Entity 12 of 13)... [2023-11-23 10:03:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664316998 in 0.82 second(s) [2023-11-23 10:03:12 +0530] [ BUSY ] Transferring comment (Entity 13 of 13)... [2023-11-23 10:03:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/33#note_1664317015 in 1.02 second(s) [2023-11-23 10:03:13 +0530] [ BUSY ] Migrating issue ticket with labels #93 '[GSoC] Update all artifacts for upcoming GSoC 2021' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 10:03:13 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/34 in 1.43 second(s) [2023-11-23 10:03:13 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:03:14 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:03:14 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:03:14 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:03:15 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:03:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/34#note_1664317070 in 0.90 second(s) [2023-11-23 10:03:16 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:03:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/34#note_1664317091 in 0.94 second(s) [2023-11-23 10:03:17 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:03:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/34#note_1664317116 in 0.82 second(s) [2023-11-23 10:03:18 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:03:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/34#note_1664317132 in 0.92 second(s) [2023-11-23 10:03:18 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:03:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/34#note_1664317148 in 0.92 second(s) [2023-11-23 10:03:19 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:03:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/34#note_1664317168 in 0.82 second(s) [2023-11-23 10:03:20 +0530] [ BUSY ] Migrating issue ticket with labels #92 'Admin/moderator of outreachy mailing list' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:03:20 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35 in 1.12 second(s) [2023-11-23 10:03:20 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:03:21 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:03:21 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:03:21 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 10:03:22 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 10:03:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317223 in 1.12 second(s) [2023-11-23 10:03:23 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 10:03:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317246 in 1.02 second(s) [2023-11-23 10:03:24 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 10:03:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317267 in 0.92 second(s) [2023-11-23 10:03:25 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 10:03:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317279 in 1.12 second(s) [2023-11-23 10:03:27 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 10:03:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317300 in 1.33 second(s) [2023-11-23 10:03:28 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 10:03:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317332 in 0.92 second(s) [2023-11-23 10:03:29 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 10:03:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317356 in 0.92 second(s) [2023-11-23 10:03:30 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 10:03:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317373 in 1.23 second(s) [2023-11-23 10:03:31 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 10:03:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317392 in 1.23 second(s) [2023-11-23 10:03:32 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 10:03:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/35#note_1664317409 in 0.82 second(s) [2023-11-23 10:03:32 +0530] [ BUSY ] Reading issue tickets information (Page 2 of 3)... [2023-11-23 10:03:40 +0530] Found 35 issue ticket(s) on this page in 7.78 second(s) [2023-11-23 10:03:41 +0530] [ BUSY ] Migrating issue ticket with labels #91 'Application for becoming an Outreachy Coordinator' by 'Nasir Hussain (ID nasirhm)'... [2023-11-23 10:03:41 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/36 in 1.12 second(s) [2023-11-23 10:03:41 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:03:42 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:03:42 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:03:42 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:03:43 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:03:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/36#note_1664317611 in 0.92 second(s) [2023-11-23 10:03:44 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:03:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/36#note_1664317647 in 0.92 second(s) [2023-11-23 10:03:45 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:03:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/36#note_1664317673 in 0.92 second(s) [2023-11-23 10:03:46 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:03:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/36#note_1664317695 in 1.13 second(s) [2023-11-23 10:03:47 +0530] [ BUSY ] Migrating issue ticket with labels #90 'Outreachy: Implement new features on Nmstate and Nispor' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:03:47 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37 in 1.02 second(s) [2023-11-23 10:03:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:03:49 +0530] Asserted CLOSE status of the ticket in 2.35 second(s) [2023-11-23 10:03:49 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:03:49 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:03:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:03:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37#note_1664317791 in 1.53 second(s) [2023-11-23 10:03:52 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:03:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37#note_1664317808 in 0.92 second(s) [2023-11-23 10:03:53 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:03:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37#note_1664317829 in 0.92 second(s) [2023-11-23 10:03:54 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:03:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37#note_1664317843 in 0.92 second(s) [2023-11-23 10:03:55 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:03:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37#note_1664317860 in 1.12 second(s) [2023-11-23 10:03:56 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:03:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37#note_1664317892 in 1.02 second(s) [2023-11-23 10:03:58 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:03:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/37#note_1664317922 in 1.84 second(s) [2023-11-23 10:03:59 +0530] [ BUSY ] Migrating issue ticket with labels #89 'Outreachy proposal: Enable CI/CD of content to Fedora docs site' by 'Sarah Finn (ID sfinn)'... [2023-11-23 10:03:59 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38 in 1.53 second(s) [2023-11-23 10:03:59 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:04:00 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:04:00 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:04:00 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 10:04:01 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 10:04:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318025 in 0.92 second(s) [2023-11-23 10:04:02 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 10:04:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318035 in 1.12 second(s) [2023-11-23 10:04:03 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 10:04:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318064 in 0.92 second(s) [2023-11-23 10:04:04 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 10:04:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318085 in 0.92 second(s) [2023-11-23 10:04:05 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 10:04:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318105 in 1.12 second(s) [2023-11-23 10:04:06 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 10:04:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318128 in 0.92 second(s) [2023-11-23 10:04:07 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 10:04:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318142 in 1.12 second(s) [2023-11-23 10:04:09 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 10:04:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318169 in 1.53 second(s) [2023-11-23 10:04:10 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 10:04:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318201 in 1.23 second(s) [2023-11-23 10:04:11 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 10:04:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318221 in 0.92 second(s) [2023-11-23 10:04:12 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 10:04:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318246 in 0.92 second(s) [2023-11-23 10:04:13 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 10:04:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318258 in 1.12 second(s) [2023-11-23 10:04:15 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 10:04:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318294 in 1.64 second(s) [2023-11-23 10:04:16 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 10:04:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318309 in 1.02 second(s) [2023-11-23 10:04:17 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 10:04:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/38#note_1664318332 in 1.63 second(s) [2023-11-23 10:04:19 +0530] [ BUSY ] Migrating issue ticket with labels #88 'Outreachy: Improve NetworkManager documentation' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:04:19 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/39 in 1.53 second(s) [2023-11-23 10:04:19 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:04:21 +0530] Asserted CLOSE status of the ticket in 1.58 second(s) [2023-11-23 10:04:21 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:04:21 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:04:22 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:04:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/39#note_1664318419 in 0.97 second(s) [2023-11-23 10:04:22 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:04:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/39#note_1664318439 in 0.92 second(s) [2023-11-23 10:04:23 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:04:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/39#note_1664318462 in 0.92 second(s) [2023-11-23 10:04:24 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:04:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/39#note_1664318478 in 1.02 second(s) [2023-11-23 10:04:25 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:04:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/39#note_1664318494 in 0.92 second(s) [2023-11-23 10:04:26 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:04:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/39#note_1664318512 in 1.02 second(s) [2023-11-23 10:04:28 +0530] [ BUSY ] Migrating issue ticket with labels #87 'Outreachy: Implementing Wireguard interface support on Nmstate' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:04:28 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40 in 1.54 second(s) [2023-11-23 10:04:28 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:04:29 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:04:29 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:04:29 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:04:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:04:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40#note_1664318608 in 0.82 second(s) [2023-11-23 10:04:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:04:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40#note_1664318622 in 0.92 second(s) [2023-11-23 10:04:32 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:04:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40#note_1664318642 in 0.82 second(s) [2023-11-23 10:04:32 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:04:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40#note_1664318663 in 0.82 second(s) [2023-11-23 10:04:34 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:04:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40#note_1664318682 in 1.22 second(s) [2023-11-23 10:04:35 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:04:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40#note_1664318714 in 1.23 second(s) [2023-11-23 10:04:36 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:04:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/40#note_1664318756 in 1.12 second(s) [2023-11-23 10:04:37 +0530] [ BUSY ] Migrating issue ticket with labels #86 '[Outreachy] Fedora Design Internship: Fedora Zine - Dec-March 2020-2021 ' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:04:37 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/41 in 1.23 second(s) [2023-11-23 10:04:37 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:04:38 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:04:38 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:04:38 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:04:39 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:04:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/41#note_1664318831 in 1.02 second(s) [2023-11-23 10:04:40 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:04:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/41#note_1664318845 in 0.92 second(s) [2023-11-23 10:04:41 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:04:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/41#note_1664318867 in 1.13 second(s) [2023-11-23 10:04:42 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:04:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/41#note_1664318885 in 1.22 second(s) [2023-11-23 10:04:44 +0530] [ BUSY ] Migrating issue ticket with labels #85 'Proposed Project for GSoC - Unintrusive Synchronized Authorship Web Application' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:04:44 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42 in 1.23 second(s) [2023-11-23 10:04:44 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:04:45 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:04:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:04:45 +0530] Found 41 entities in 0.00 second(s) [2023-11-23 10:04:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 41)... [2023-11-23 10:04:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664318948 in 1.02 second(s) [2023-11-23 10:04:47 +0530] [ BUSY ] Transferring comment (Entity 2 of 41)... [2023-11-23 10:04:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664318969 in 0.92 second(s) [2023-11-23 10:04:48 +0530] [ BUSY ] Transferring comment (Entity 3 of 41)... [2023-11-23 10:04:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664318987 in 1.23 second(s) [2023-11-23 10:04:49 +0530] [ BUSY ] Transferring comment (Entity 4 of 41)... [2023-11-23 10:04:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319012 in 0.92 second(s) [2023-11-23 10:04:50 +0530] [ BUSY ] Transferring comment (Entity 5 of 41)... [2023-11-23 10:04:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319030 in 0.82 second(s) [2023-11-23 10:04:50 +0530] [ BUSY ] Transferring comment (Entity 6 of 41)... [2023-11-23 10:04:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319046 in 0.82 second(s) [2023-11-23 10:04:51 +0530] [ BUSY ] Transferring comment (Entity 7 of 41)... [2023-11-23 10:04:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319058 in 0.82 second(s) [2023-11-23 10:04:53 +0530] [ BUSY ] Transferring comment (Entity 8 of 41)... [2023-11-23 10:04:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319084 in 1.23 second(s) [2023-11-23 10:04:54 +0530] [ BUSY ] Transferring comment (Entity 9 of 41)... [2023-11-23 10:04:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319114 in 1.33 second(s) [2023-11-23 10:04:55 +0530] [ BUSY ] Transferring comment (Entity 10 of 41)... [2023-11-23 10:04:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319147 in 0.81 second(s) [2023-11-23 10:04:55 +0530] [ BUSY ] Transferring comment (Entity 11 of 41)... [2023-11-23 10:04:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319166 in 0.82 second(s) [2023-11-23 10:04:57 +0530] [ BUSY ] Transferring comment (Entity 12 of 41)... [2023-11-23 10:04:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319187 in 1.53 second(s) [2023-11-23 10:04:58 +0530] [ BUSY ] Transferring comment (Entity 13 of 41)... [2023-11-23 10:04:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319217 in 0.92 second(s) [2023-11-23 10:04:59 +0530] [ BUSY ] Transferring comment (Entity 14 of 41)... [2023-11-23 10:04:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319249 in 1.02 second(s) [2023-11-23 10:05:00 +0530] [ BUSY ] Transferring comment (Entity 15 of 41)... [2023-11-23 10:05:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319277 in 0.82 second(s) [2023-11-23 10:05:01 +0530] [ BUSY ] Transferring comment (Entity 16 of 41)... [2023-11-23 10:05:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319308 in 0.92 second(s) [2023-11-23 10:05:02 +0530] [ BUSY ] Transferring comment (Entity 17 of 41)... [2023-11-23 10:05:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319329 in 1.23 second(s) [2023-11-23 10:05:03 +0530] [ BUSY ] Transferring comment (Entity 18 of 41)... [2023-11-23 10:05:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319377 in 0.92 second(s) [2023-11-23 10:05:04 +0530] [ BUSY ] Transferring comment (Entity 19 of 41)... [2023-11-23 10:05:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319414 in 1.02 second(s) [2023-11-23 10:05:06 +0530] [ BUSY ] Transferring comment (Entity 20 of 41)... [2023-11-23 10:05:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319459 in 1.94 second(s) [2023-11-23 10:05:07 +0530] [ BUSY ] Transferring comment (Entity 21 of 41)... [2023-11-23 10:05:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319483 in 0.92 second(s) [2023-11-23 10:05:08 +0530] [ BUSY ] Transferring comment (Entity 22 of 41)... [2023-11-23 10:05:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319504 in 1.12 second(s) [2023-11-23 10:05:09 +0530] [ BUSY ] Transferring comment (Entity 23 of 41)... [2023-11-23 10:05:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319537 in 1.02 second(s) [2023-11-23 10:05:10 +0530] [ BUSY ] Transferring comment (Entity 24 of 41)... [2023-11-23 10:05:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319558 in 0.92 second(s) [2023-11-23 10:05:12 +0530] [ BUSY ] Transferring comment (Entity 25 of 41)... [2023-11-23 10:05:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319591 in 2.45 second(s) [2023-11-23 10:05:13 +0530] [ BUSY ] Transferring comment (Entity 26 of 41)... [2023-11-23 10:05:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319619 in 1.12 second(s) [2023-11-23 10:05:14 +0530] [ BUSY ] Transferring comment (Entity 27 of 41)... [2023-11-23 10:05:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319633 in 0.92 second(s) [2023-11-23 10:05:16 +0530] [ BUSY ] Transferring comment (Entity 28 of 41)... [2023-11-23 10:05:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319649 in 1.43 second(s) [2023-11-23 10:05:17 +0530] [ BUSY ] Transferring comment (Entity 29 of 41)... [2023-11-23 10:05:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319679 in 0.92 second(s) [2023-11-23 10:05:18 +0530] [ BUSY ] Transferring comment (Entity 30 of 41)... [2023-11-23 10:05:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319694 in 0.92 second(s) [2023-11-23 10:05:19 +0530] [ BUSY ] Transferring comment (Entity 31 of 41)... [2023-11-23 10:05:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319715 in 1.12 second(s) [2023-11-23 10:05:20 +0530] [ BUSY ] Transferring comment (Entity 32 of 41)... [2023-11-23 10:05:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319729 in 1.13 second(s) [2023-11-23 10:05:22 +0530] [ BUSY ] Transferring comment (Entity 33 of 41)... [2023-11-23 10:05:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319742 in 2.04 second(s) [2023-11-23 10:05:23 +0530] [ BUSY ] Transferring comment (Entity 34 of 41)... [2023-11-23 10:05:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319787 in 1.53 second(s) [2023-11-23 10:05:25 +0530] [ BUSY ] Transferring comment (Entity 35 of 41)... [2023-11-23 10:05:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319804 in 1.13 second(s) [2023-11-23 10:05:26 +0530] [ BUSY ] Transferring comment (Entity 36 of 41)... [2023-11-23 10:05:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319833 in 1.33 second(s) [2023-11-23 10:05:27 +0530] [ BUSY ] Transferring comment (Entity 37 of 41)... [2023-11-23 10:05:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319848 in 0.92 second(s) [2023-11-23 10:05:28 +0530] [ BUSY ] Transferring comment (Entity 38 of 41)... [2023-11-23 10:05:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319854 in 0.92 second(s) [2023-11-23 10:05:29 +0530] [ BUSY ] Transferring comment (Entity 39 of 41)... [2023-11-23 10:05:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319870 in 0.92 second(s) [2023-11-23 10:05:30 +0530] [ BUSY ] Transferring comment (Entity 40 of 41)... [2023-11-23 10:05:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319897 in 1.02 second(s) [2023-11-23 10:05:30 +0530] [ BUSY ] Transferring comment (Entity 41 of 41)... [2023-11-23 10:05:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/42#note_1664319916 in 0.82 second(s) [2023-11-23 10:05:32 +0530] [ BUSY ] Migrating issue ticket with labels #78 'GSoD 2020 ideas' by 'Petr Bokoc (ID pbokoc)'... [2023-11-23 10:05:32 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43 in 1.12 second(s) [2023-11-23 10:05:32 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:05:33 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:05:33 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:05:33 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:05:34 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:05:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664319976 in 1.12 second(s) [2023-11-23 10:05:35 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:05:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664319995 in 0.82 second(s) [2023-11-23 10:05:36 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:05:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664320018 in 1.02 second(s) [2023-11-23 10:05:37 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:05:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664320045 in 1.23 second(s) [2023-11-23 10:05:37 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 10:05:37 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 10:06:38 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:06:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664321230 in 0.92 second(s) [2023-11-23 10:06:39 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:06:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664321248 in 1.12 second(s) [2023-11-23 10:06:40 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:06:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664321271 in 0.92 second(s) [2023-11-23 10:06:41 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:06:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664321282 in 1.02 second(s) [2023-11-23 10:06:42 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:06:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/43#note_1664321298 in 1.12 second(s) [2023-11-23 10:06:43 +0530] [ BUSY ] Migrating issue ticket with labels #76 'Including more tools and demonstrating the usability of NeuroFedora' by 'Ankur Sinha (ID ankursinha)'... [2023-11-23 10:06:43 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44 in 1.02 second(s) [2023-11-23 10:06:43 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:06:44 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 10:06:44 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:06:44 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 10:06:45 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 10:06:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321351 in 0.92 second(s) [2023-11-23 10:06:46 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 10:06:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321374 in 1.02 second(s) [2023-11-23 10:06:47 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 10:06:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321398 in 0.92 second(s) [2023-11-23 10:06:48 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 10:06:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321419 in 0.92 second(s) [2023-11-23 10:06:49 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 10:06:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321437 in 0.82 second(s) [2023-11-23 10:06:50 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 10:06:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321447 in 1.12 second(s) [2023-11-23 10:06:51 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 10:06:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321475 in 1.02 second(s) [2023-11-23 10:06:52 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 10:06:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321491 in 1.02 second(s) [2023-11-23 10:06:53 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 10:06:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321512 in 1.23 second(s) [2023-11-23 10:06:54 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 10:06:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321538 in 0.92 second(s) [2023-11-23 10:06:55 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 10:06:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321552 in 0.82 second(s) [2023-11-23 10:06:56 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 10:06:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321572 in 1.02 second(s) [2023-11-23 10:06:59 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 10:06:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321632 in 3.17 second(s) [2023-11-23 10:07:01 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 10:07:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321657 in 1.23 second(s) [2023-11-23 10:07:02 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 10:07:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/44#note_1664321679 in 1.02 second(s) [2023-11-23 10:07:04 +0530] [ BUSY ] Migrating issue ticket with labels #75 'Outreachy - Fedora Websites' by 'Rick Elrod (ID codeblock)'... [2023-11-23 10:07:04 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45 in 2.66 second(s) [2023-11-23 10:07:04 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:07:05 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:07:05 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:07:05 +0530] Found 21 entities in 0.00 second(s) [2023-11-23 10:07:06 +0530] [ BUSY ] Transferring comment (Entity 1 of 21)... [2023-11-23 10:07:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321756 in 0.92 second(s) [2023-11-23 10:07:07 +0530] [ BUSY ] Transferring comment (Entity 2 of 21)... [2023-11-23 10:07:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321769 in 1.02 second(s) [2023-11-23 10:07:08 +0530] [ BUSY ] Transferring comment (Entity 3 of 21)... [2023-11-23 10:07:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321785 in 0.92 second(s) [2023-11-23 10:07:09 +0530] [ BUSY ] Transferring comment (Entity 4 of 21)... [2023-11-23 10:07:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321805 in 0.92 second(s) [2023-11-23 10:07:10 +0530] [ BUSY ] Transferring comment (Entity 5 of 21)... [2023-11-23 10:07:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321818 in 0.82 second(s) [2023-11-23 10:07:11 +0530] [ BUSY ] Transferring comment (Entity 6 of 21)... [2023-11-23 10:07:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321840 in 0.82 second(s) [2023-11-23 10:07:12 +0530] [ BUSY ] Transferring comment (Entity 7 of 21)... [2023-11-23 10:07:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321860 in 1.02 second(s) [2023-11-23 10:07:13 +0530] [ BUSY ] Transferring comment (Entity 8 of 21)... [2023-11-23 10:07:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321887 in 1.02 second(s) [2023-11-23 10:07:14 +0530] [ BUSY ] Transferring comment (Entity 9 of 21)... [2023-11-23 10:07:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321908 in 0.92 second(s) [2023-11-23 10:07:15 +0530] [ BUSY ] Transferring comment (Entity 10 of 21)... [2023-11-23 10:07:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321947 in 1.53 second(s) [2023-11-23 10:07:16 +0530] [ BUSY ] Transferring comment (Entity 11 of 21)... [2023-11-23 10:07:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664321986 in 0.92 second(s) [2023-11-23 10:07:17 +0530] [ BUSY ] Transferring comment (Entity 12 of 21)... [2023-11-23 10:07:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322016 in 0.82 second(s) [2023-11-23 10:07:18 +0530] [ BUSY ] Transferring comment (Entity 13 of 21)... [2023-11-23 10:07:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322037 in 0.82 second(s) [2023-11-23 10:07:19 +0530] [ BUSY ] Transferring comment (Entity 14 of 21)... [2023-11-23 10:07:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322063 in 0.92 second(s) [2023-11-23 10:07:20 +0530] [ BUSY ] Transferring comment (Entity 15 of 21)... [2023-11-23 10:07:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322105 in 1.12 second(s) [2023-11-23 10:07:21 +0530] [ BUSY ] Transferring comment (Entity 16 of 21)... [2023-11-23 10:07:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322154 in 1.54 second(s) [2023-11-23 10:07:22 +0530] [ BUSY ] Transferring comment (Entity 17 of 21)... [2023-11-23 10:07:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322192 in 1.12 second(s) [2023-11-23 10:07:23 +0530] [ BUSY ] Transferring comment (Entity 18 of 21)... [2023-11-23 10:07:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322213 in 0.82 second(s) [2023-11-23 10:07:25 +0530] [ BUSY ] Transferring comment (Entity 19 of 21)... [2023-11-23 10:07:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322246 in 1.43 second(s) [2023-11-23 10:07:26 +0530] [ BUSY ] Transferring comment (Entity 20 of 21)... [2023-11-23 10:07:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322272 in 1.22 second(s) [2023-11-23 10:07:27 +0530] [ BUSY ] Transferring comment (Entity 21 of 21)... [2023-11-23 10:07:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/45#note_1664322301 in 0.92 second(s) [2023-11-23 10:07:28 +0530] [ BUSY ] Migrating issue ticket with labels #74 'Fedora Badges Back-end Engineering' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:07:28 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/46 in 1.12 second(s) [2023-11-23 10:07:28 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:07:29 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:07:29 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:07:29 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:07:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:07:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/46#note_1664322403 in 1.12 second(s) [2023-11-23 10:07:32 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:07:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/46#note_1664322431 in 1.53 second(s) [2023-11-23 10:07:33 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:07:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/46#note_1664322470 in 1.12 second(s) [2023-11-23 10:07:35 +0530] [ BUSY ] Migrating issue ticket with labels #73 'Fedora Design Internship for Outreachy' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:07:35 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/47 in 2.46 second(s) [2023-11-23 10:07:35 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:07:37 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:07:37 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:07:37 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:07:38 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:07:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/47#note_1664322659 in 1.87 second(s) [2023-11-23 10:07:40 +0530] [ BUSY ] Migrating issue ticket with labels #72 'Improve Network Linux System Role' by 'Till Maas (ID till)'... [2023-11-23 10:07:40 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/48 in 1.40 second(s) [2023-11-23 10:07:40 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:07:41 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:07:41 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:07:41 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:07:42 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:07:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/48#note_1664322777 in 0.82 second(s) [2023-11-23 10:07:43 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:07:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/48#note_1664322794 in 0.92 second(s) [2023-11-23 10:07:44 +0530] [ BUSY ] Migrating issue ticket with labels #71 'Add varlink support to Nmstate' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:07:44 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/49 in 1.54 second(s) [2023-11-23 10:07:44 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:07:46 +0530] Asserted CLOSE status of the ticket in 1.94 second(s) [2023-11-23 10:07:46 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:07:46 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:07:47 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:07:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/49#note_1664322909 in 0.82 second(s) [2023-11-23 10:07:48 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:07:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/49#note_1664322934 in 0.92 second(s) [2023-11-23 10:07:49 +0530] [ BUSY ] Migrating issue ticket with labels #70 'Dashboard for Packit 🤖📦' by 'Hunor Csomortáni (ID csomh)'... [2023-11-23 10:07:49 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50 in 1.12 second(s) [2023-11-23 10:07:49 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:07:50 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:07:50 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:07:50 +0530] Found 12 entities in 0.00 second(s) [2023-11-23 10:07:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 12)... [2023-11-23 10:07:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323005 in 0.81 second(s) [2023-11-23 10:07:52 +0530] [ BUSY ] Transferring comment (Entity 2 of 12)... [2023-11-23 10:07:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323030 in 1.02 second(s) [2023-11-23 10:07:53 +0530] [ BUSY ] Transferring comment (Entity 3 of 12)... [2023-11-23 10:07:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323045 in 0.92 second(s) [2023-11-23 10:07:54 +0530] [ BUSY ] Transferring comment (Entity 4 of 12)... [2023-11-23 10:07:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323070 in 1.02 second(s) [2023-11-23 10:07:55 +0530] [ BUSY ] Transferring comment (Entity 5 of 12)... [2023-11-23 10:07:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323100 in 1.12 second(s) [2023-11-23 10:07:56 +0530] [ BUSY ] Transferring comment (Entity 6 of 12)... [2023-11-23 10:07:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323124 in 1.02 second(s) [2023-11-23 10:07:57 +0530] [ BUSY ] Transferring comment (Entity 7 of 12)... [2023-11-23 10:07:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323141 in 0.92 second(s) [2023-11-23 10:07:58 +0530] [ BUSY ] Transferring comment (Entity 8 of 12)... [2023-11-23 10:07:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323163 in 0.92 second(s) [2023-11-23 10:07:59 +0530] [ BUSY ] Transferring comment (Entity 9 of 12)... [2023-11-23 10:07:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323188 in 0.82 second(s) [2023-11-23 10:08:00 +0530] [ BUSY ] Transferring comment (Entity 10 of 12)... [2023-11-23 10:08:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323212 in 0.92 second(s) [2023-11-23 10:08:01 +0530] [ BUSY ] Transferring comment (Entity 11 of 12)... [2023-11-23 10:08:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323238 in 1.33 second(s) [2023-11-23 10:08:02 +0530] [ BUSY ] Transferring comment (Entity 12 of 12)... [2023-11-23 10:08:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/50#note_1664323256 in 1.23 second(s) [2023-11-23 10:08:03 +0530] [ BUSY ] Migrating issue ticket with labels #69 'Packit can work with GitLab' by 'Tomas Tomecek (ID ttomecek)'... [2023-11-23 10:08:03 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/51 in 1.23 second(s) [2023-11-23 10:08:03 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:04 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:08:04 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:04 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:08:06 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:08:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/51#note_1664323340 in 1.43 second(s) [2023-11-23 10:08:07 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:08:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/51#note_1664323374 in 0.92 second(s) [2023-11-23 10:08:07 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:08:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/51#note_1664323395 in 0.82 second(s) [2023-11-23 10:08:09 +0530] [ BUSY ] Migrating issue ticket with labels #68 'Create a GraphQL API for Bodhi.' by 'Clement Verna (ID cverna)'... [2023-11-23 10:08:09 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52 in 1.43 second(s) [2023-11-23 10:08:09 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:10 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:08:10 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:10 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:08:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:08:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323460 in 1.02 second(s) [2023-11-23 10:08:12 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:08:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323471 in 1.12 second(s) [2023-11-23 10:08:13 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:08:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323492 in 0.92 second(s) [2023-11-23 10:08:14 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:08:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323506 in 0.92 second(s) [2023-11-23 10:08:15 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:08:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323532 in 1.02 second(s) [2023-11-23 10:08:16 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:08:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323565 in 0.82 second(s) [2023-11-23 10:08:17 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:08:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323588 in 1.33 second(s) [2023-11-23 10:08:18 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:08:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323627 in 0.92 second(s) [2023-11-23 10:08:19 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:08:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/52#note_1664323642 in 1.02 second(s) [2023-11-23 10:08:20 +0530] [ BUSY ] Migrating issue ticket with labels #64 'Add link to published docs site in Pagure settings for repo' by 'Justin W. Flory (ID jflory7)'... [2023-11-23 10:08:20 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/53 in 1.43 second(s) [2023-11-23 10:08:20 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:22 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:08:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:22 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:08:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:08:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/53#note_1664323711 in 0.92 second(s) [2023-11-23 10:08:24 +0530] [ BUSY ] Migrating issue ticket with labels #61 'Fedora-App " What is FMN"' by 'Tawfiek allah Khalaf (ID tawfiek)'... [2023-11-23 10:08:24 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/54 in 1.12 second(s) [2023-11-23 10:08:24 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:25 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 10:08:25 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:25 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:08:26 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:08:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/54#note_1664323773 in 0.82 second(s) [2023-11-23 10:08:27 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:08:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/54#note_1664323787 in 0.82 second(s) [2023-11-23 10:08:28 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:08:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/54#note_1664323805 in 1.02 second(s) [2023-11-23 10:08:29 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:08:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/54#note_1664323823 in 1.13 second(s) [2023-11-23 10:08:30 +0530] [ BUSY ] Migrating issue ticket with labels #54 '[Project idea for GSoC 2019] Fedora Happiness Packets' by 'Jona Azizaj (ID jonatoni)'... [2023-11-23 10:08:30 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/55 in 1.23 second(s) [2023-11-23 10:08:30 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:31 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:08:31 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:31 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:08:32 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:08:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/55#note_1664323907 in 1.54 second(s) [2023-11-23 10:08:33 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:08:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/55#note_1664323926 in 1.02 second(s) [2023-11-23 10:08:35 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:08:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/55#note_1664323946 in 1.12 second(s) [2023-11-23 10:08:36 +0530] [ BUSY ] Migrating issue ticket with labels #50 '[Project Idea for GSoC 2019] Podman Container SECCOMP generation tool' by 'Daniel J Walsh (ID dwalsh)'... [2023-11-23 10:08:36 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56 in 1.74 second(s) [2023-11-23 10:08:36 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:37 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:08:37 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:37 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:08:38 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:08:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56#note_1664324037 in 0.90 second(s) [2023-11-23 10:08:39 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:08:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56#note_1664324056 in 0.84 second(s) [2023-11-23 10:08:40 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:08:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56#note_1664324079 in 1.23 second(s) [2023-11-23 10:08:41 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:08:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56#note_1664324102 in 0.92 second(s) [2023-11-23 10:08:42 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:08:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56#note_1664324118 in 0.92 second(s) [2023-11-23 10:08:43 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:08:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56#note_1664324133 in 0.92 second(s) [2023-11-23 10:08:44 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:08:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/56#note_1664324145 in 0.92 second(s) [2023-11-23 10:08:45 +0530] [ BUSY ] Migrating issue ticket with labels #49 ' [Project Idea for GSoC 2019] Release-bot' by 'Rado Pitonak (ID rpitonak)'... [2023-11-23 10:08:45 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/57 in 0.92 second(s) [2023-11-23 10:08:45 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:46 +0530] Asserted CLOSE status of the ticket in 1.07 second(s) [2023-11-23 10:08:46 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:46 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:08:47 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:08:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/57#note_1664324189 in 1.28 second(s) [2023-11-23 10:08:48 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:08:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/57#note_1664324217 in 0.82 second(s) [2023-11-23 10:08:49 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:08:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/57#note_1664324224 in 1.23 second(s) [2023-11-23 10:08:51 +0530] [ BUSY ] Migrating issue ticket with labels #48 '[GSoC] Push Container image updates in bodhi immediately' by 'Tomas Tomecek (ID ttomecek)'... [2023-11-23 10:08:51 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58 in 1.23 second(s) [2023-11-23 10:08:51 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:08:52 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:08:52 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:08:52 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 10:08:53 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 10:08:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324320 in 0.92 second(s) [2023-11-23 10:08:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 10:08:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324351 in 1.22 second(s) [2023-11-23 10:08:55 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 10:08:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324371 in 0.82 second(s) [2023-11-23 10:08:56 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 10:08:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324392 in 1.33 second(s) [2023-11-23 10:08:57 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 10:08:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324419 in 0.92 second(s) [2023-11-23 10:08:58 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 10:08:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324436 in 0.92 second(s) [2023-11-23 10:08:59 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 10:08:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324456 in 0.92 second(s) [2023-11-23 10:09:00 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 10:09:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324479 in 0.82 second(s) [2023-11-23 10:09:01 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 10:09:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324496 in 1.12 second(s) [2023-11-23 10:09:02 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 10:09:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/58#note_1664324525 in 0.92 second(s) [2023-11-23 10:09:03 +0530] [ BUSY ] Migrating issue ticket with labels #47 '[Project Idea for GSoC 2019] Change management tool' by 'Ben Cotton (ID bcotton)'... [2023-11-23 10:09:03 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/59 in 1.43 second(s) [2023-11-23 10:09:03 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:09:04 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:09:04 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:09:04 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:09:05 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:09:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/59#note_1664324575 in 0.92 second(s) [2023-11-23 10:09:06 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:09:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/59#note_1664324587 in 0.82 second(s) [2023-11-23 10:09:07 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:09:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/59#note_1664324595 in 0.92 second(s) [2023-11-23 10:09:08 +0530] [ BUSY ] Migrating issue ticket with labels #46 'Improving Fedora Android App' by 'Amitosh Swain Mahapatra (ID amitosh)'... [2023-11-23 10:09:08 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/60 in 1.02 second(s) [2023-11-23 10:09:08 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:09:08 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 10:09:08 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:09:08 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:09:09 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:09:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/60#note_1664324654 in 0.92 second(s) [2023-11-23 10:09:10 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:09:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/60#note_1664324663 in 1.02 second(s) [2023-11-23 10:09:11 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:09:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/60#note_1664324683 in 1.12 second(s) [2023-11-23 10:09:14 +0530] [ BUSY ] Migrating issue ticket with labels #45 'Fedora Gooye Karma' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 10:09:14 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/61 in 2.56 second(s) [2023-11-23 10:09:14 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:09:15 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 10:09:15 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:09:15 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:09:16 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:09:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/61#note_1664324751 in 0.92 second(s) [2023-11-23 10:09:17 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:09:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/61#note_1664324776 in 1.23 second(s) [2023-11-23 10:09:18 +0530] [ BUSY ] Migrating issue ticket with labels #44 '[Project Idea for GSoC 2019] CentOS CI user front end' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:09:18 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/62 in 1.43 second(s) [2023-11-23 10:09:18 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:09:19 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 10:09:19 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:09:19 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:09:20 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:09:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/62#note_1664324839 in 0.92 second(s) [2023-11-23 10:09:21 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:09:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/62#note_1664324852 in 0.82 second(s) [2023-11-23 10:09:22 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:09:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/62#note_1664324871 in 0.82 second(s) [2023-11-23 10:09:23 +0530] [ BUSY ] Migrating issue ticket with labels #43 'I want to be General Mentor' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'... [2023-11-23 10:09:23 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63 in 0.92 second(s) [2023-11-23 10:09:23 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:09:23 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:09:23 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:09:23 +0530] Found 17 entities in 0.00 second(s) [2023-11-23 10:09:25 +0530] [ BUSY ] Transferring comment (Entity 1 of 17)... [2023-11-23 10:09:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664324913 in 1.23 second(s) [2023-11-23 10:09:25 +0530] [ BUSY ] Transferring comment (Entity 2 of 17)... [2023-11-23 10:09:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664324932 in 0.82 second(s) [2023-11-23 10:09:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 17)... [2023-11-23 10:09:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664324956 in 1.01 second(s) [2023-11-23 10:09:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 17)... [2023-11-23 10:09:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664324980 in 0.82 second(s) [2023-11-23 10:09:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 17)... [2023-11-23 10:09:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664324998 in 1.02 second(s) [2023-11-23 10:09:29 +0530] [ BUSY ] Transferring comment (Entity 6 of 17)... [2023-11-23 10:09:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325015 in 1.02 second(s) [2023-11-23 10:09:31 +0530] [ BUSY ] Transferring comment (Entity 7 of 17)... [2023-11-23 10:09:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325039 in 1.84 second(s) [2023-11-23 10:09:32 +0530] [ BUSY ] Transferring comment (Entity 8 of 17)... [2023-11-23 10:09:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325067 in 1.02 second(s) [2023-11-23 10:09:33 +0530] [ BUSY ] Transferring comment (Entity 9 of 17)... [2023-11-23 10:09:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325083 in 1.02 second(s) [2023-11-23 10:09:34 +0530] [ BUSY ] Transferring comment (Entity 10 of 17)... [2023-11-23 10:09:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325096 in 0.92 second(s) [2023-11-23 10:09:35 +0530] [ BUSY ] Transferring comment (Entity 11 of 17)... [2023-11-23 10:09:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325118 in 0.92 second(s) [2023-11-23 10:09:36 +0530] [ BUSY ] Transferring comment (Entity 12 of 17)... [2023-11-23 10:09:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325135 in 1.33 second(s) [2023-11-23 10:09:37 +0530] [ BUSY ] Transferring comment (Entity 13 of 17)... [2023-11-23 10:09:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325142 in 1.12 second(s) [2023-11-23 10:09:38 +0530] [ BUSY ] Transferring comment (Entity 14 of 17)... [2023-11-23 10:09:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325167 in 0.92 second(s) [2023-11-23 10:09:39 +0530] [ BUSY ] Transferring comment (Entity 15 of 17)... [2023-11-23 10:09:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325183 in 0.82 second(s) [2023-11-23 10:09:40 +0530] [ BUSY ] Transferring comment (Entity 16 of 17)... [2023-11-23 10:09:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325208 in 1.12 second(s) [2023-11-23 10:09:41 +0530] [ BUSY ] Transferring comment (Entity 17 of 17)... [2023-11-23 10:09:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/63#note_1664325232 in 1.02 second(s) [2023-11-23 10:09:43 +0530] [ BUSY ] Migrating issue ticket with labels #41 ' Outreachy : fedora security dashboard' by 'Huzaifa Sidhpurwala (ID huzaifas)'... [2023-11-23 10:09:43 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64 in 1.23 second(s) [2023-11-23 10:09:43 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:09:43 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:09:43 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:09:43 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 10:09:44 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 10:09:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325272 in 0.82 second(s) [2023-11-23 10:09:45 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 10:09:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325280 in 0.86 second(s) [2023-11-23 10:09:46 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 10:09:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325300 in 0.97 second(s) [2023-11-23 10:09:47 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 10:09:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325330 in 1.23 second(s) [2023-11-23 10:09:48 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 10:09:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325349 in 0.92 second(s) [2023-11-23 10:09:49 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 10:09:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325362 in 0.92 second(s) [2023-11-23 10:09:50 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 10:09:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325384 in 1.02 second(s) [2023-11-23 10:09:51 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 10:09:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325406 in 0.82 second(s) [2023-11-23 10:09:52 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 10:09:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325428 in 1.12 second(s) [2023-11-23 10:09:53 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 10:09:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325447 in 0.92 second(s) [2023-11-23 10:09:54 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 10:09:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325463 in 0.92 second(s) [2023-11-23 10:09:55 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 10:09:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325487 in 1.23 second(s) [2023-11-23 10:09:56 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 10:09:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325506 in 0.92 second(s) [2023-11-23 10:09:57 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 10:09:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325520 in 1.23 second(s) [2023-11-23 10:09:59 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 10:09:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/64#note_1664325534 in 1.33 second(s) [2023-11-23 10:10:00 +0530] [ BUSY ] Migrating issue ticket with labels #39 'Outreachy : fedora-search a new package search engine for Fedora' by 'Clement Verna (ID cverna)'... [2023-11-23 10:10:00 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65 in 0.92 second(s) [2023-11-23 10:10:00 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:10:01 +0530] Asserted CLOSE status of the ticket in 1.63 second(s) [2023-11-23 10:10:01 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:10:01 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:10:02 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:10:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65#note_1664325593 in 1.12 second(s) [2023-11-23 10:10:03 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:10:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65#note_1664325615 in 0.92 second(s) [2023-11-23 10:10:05 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:10:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65#note_1664325627 in 1.64 second(s) [2023-11-23 10:10:06 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:10:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65#note_1664325653 in 0.92 second(s) [2023-11-23 10:10:07 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:10:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65#note_1664325664 in 0.82 second(s) [2023-11-23 10:10:08 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:10:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65#note_1664325686 in 1.23 second(s) [2023-11-23 10:10:09 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:10:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/65#note_1664325709 in 0.88 second(s) [2023-11-23 10:10:09 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 10:10:09 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 10:11:10 +0530] [ BUSY ] Migrating issue ticket with labels #38 'Outreachy project - CLI for pull-requests workflow' by 'Aleksandra Fedorova (ID bookwar)'... [2023-11-23 10:11:10 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66 in 1.28 second(s) [2023-11-23 10:11:10 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:11:11 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:11:11 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:11:11 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 10:11:12 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 10:11:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326756 in 0.82 second(s) [2023-11-23 10:11:13 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 10:11:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326772 in 1.02 second(s) [2023-11-23 10:11:14 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 10:11:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326796 in 1.33 second(s) [2023-11-23 10:11:15 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 10:11:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326813 in 0.92 second(s) [2023-11-23 10:11:16 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 10:11:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326828 in 0.82 second(s) [2023-11-23 10:11:17 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 10:11:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326846 in 1.12 second(s) [2023-11-23 10:11:18 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 10:11:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326869 in 0.92 second(s) [2023-11-23 10:11:19 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 10:11:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/66#note_1664326887 in 1.34 second(s) [2023-11-23 10:11:21 +0530] [ BUSY ] Migrating issue ticket with labels #37 'Outreachy project - Improve External Bugs and Links pages in FAF' by 'Matej Marusak (ID mmarusak)'... [2023-11-23 10:11:21 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67 in 2.04 second(s) [2023-11-23 10:11:21 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:11:24 +0530] Asserted CLOSE status of the ticket in 2.45 second(s) [2023-11-23 10:11:24 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:11:24 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 10:11:25 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 10:11:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664326974 in 1.12 second(s) [2023-11-23 10:11:26 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 10:11:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664326991 in 1.23 second(s) [2023-11-23 10:11:27 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 10:11:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664327013 in 1.23 second(s) [2023-11-23 10:11:29 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 10:11:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664327042 in 1.22 second(s) [2023-11-23 10:11:30 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 10:11:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664327064 in 1.23 second(s) [2023-11-23 10:11:31 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 10:11:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664327091 in 0.92 second(s) [2023-11-23 10:11:32 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 10:11:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664327110 in 1.43 second(s) [2023-11-23 10:11:33 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 10:11:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/67#note_1664327128 in 0.71 second(s) [2023-11-23 10:11:34 +0530] [ BUSY ] Migrating issue ticket with labels #36 'Fix 404s' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:11:34 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/68 in 1.12 second(s) [2023-11-23 10:11:34 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:11:35 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:11:35 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:11:35 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:11:36 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:11:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/68#note_1664327184 in 0.82 second(s) [2023-11-23 10:11:37 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:11:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/68#note_1664327200 in 0.92 second(s) [2023-11-23 10:11:38 +0530] [ BUSY ] Migrating issue ticket with labels #35 'Fix bad asciidoc' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:11:38 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/69 in 1.12 second(s) [2023-11-23 10:11:38 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:11:39 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:11:39 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:11:39 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:11:40 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:11:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/69#note_1664327245 in 0.82 second(s) [2023-11-23 10:11:44 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:11:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/69#note_1664327266 in 4.30 second(s) [2023-11-23 10:11:45 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:11:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/69#note_1664327353 in 0.92 second(s) [2023-11-23 10:11:46 +0530] [ BUSY ] Migrating issue ticket with labels #33 'Switching Fedora Docs to Antora — last weekend of July' by 'Adam Samalik (ID asamalik)'... [2023-11-23 10:11:46 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/70 in 0.92 second(s) [2023-11-23 10:11:46 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:11:46 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:11:46 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:11:46 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:11:48 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:11:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/70#note_1664327394 in 1.12 second(s) [2023-11-23 10:11:49 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:11:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/70#note_1664327425 in 1.33 second(s) [2023-11-23 10:11:50 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:11:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/70#note_1664327452 in 0.92 second(s) [2023-11-23 10:11:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:11:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/70#note_1664327468 in 0.92 second(s) [2023-11-23 10:11:52 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:11:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/70#note_1664327485 in 0.92 second(s) [2023-11-23 10:11:53 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:11:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/70#note_1664327505 in 0.92 second(s) [2023-11-23 10:11:53 +0530] [ BUSY ] Reading issue tickets information (Page 3 of 3)... [2023-11-23 10:11:57 +0530] Found 16 issue ticket(s) on this page in 4.40 second(s) [2023-11-23 10:11:58 +0530] [ BUSY ] Migrating issue ticket with labels #25 'Include Perceval plugin GSoC idea for Outreachy' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 10:11:58 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/71 in 1.12 second(s) [2023-11-23 10:11:58 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:11:59 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:11:59 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:11:59 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:12:00 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:12:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/71#note_1664327646 in 0.92 second(s) [2023-11-23 10:12:01 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:12:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/71#note_1664327666 in 0.92 second(s) [2023-11-23 10:12:02 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:12:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/71#note_1664327684 in 1.23 second(s) [2023-11-23 10:12:04 +0530] [ BUSY ] Migrating issue ticket with labels #23 'Add contact for Atomic idea' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 10:12:04 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/72 in 1.53 second(s) [2023-11-23 10:12:04 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:05 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:12:05 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:05 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:12:06 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:12:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/72#note_1664327756 in 1.12 second(s) [2023-11-23 10:12:06 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:12:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/72#note_1664327768 in 0.82 second(s) [2023-11-23 10:12:07 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:12:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/72#note_1664327778 in 0.82 second(s) [2023-11-23 10:12:08 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:12:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/72#note_1664327796 in 0.92 second(s) [2023-11-23 10:12:09 +0530] [ BUSY ] Migrating issue ticket with labels #22 'Need to get Outreachy projects immediately' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:12:09 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/73 in 0.92 second(s) [2023-11-23 10:12:09 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:10 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:12:10 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:10 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:12:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:12:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/73#note_1664327851 in 0.92 second(s) [2023-11-23 10:12:12 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:12:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/73#note_1664327867 in 1.12 second(s) [2023-11-23 10:12:13 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:12:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/73#note_1664327890 in 1.01 second(s) [2023-11-23 10:12:15 +0530] [ BUSY ] Migrating issue ticket with labels #20 'GSoC project proposal: New container backends for conu' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 10:12:15 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/74 in 1.44 second(s) [2023-11-23 10:12:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:16 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:12:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:16 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:12:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:12:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/74#note_1664327957 in 0.82 second(s) [2023-11-23 10:12:18 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:12:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/74#note_1664327968 in 0.92 second(s) [2023-11-23 10:12:19 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:12:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/74#note_1664327979 in 1.33 second(s) [2023-11-23 10:12:20 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:12:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/74#note_1664328003 in 0.92 second(s) [2023-11-23 10:12:21 +0530] [ BUSY ] Migrating issue ticket with labels #19 'GSoC project proposal: Advanced test cases for images running in OpenShift using conu' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 10:12:21 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/75 in 1.22 second(s) [2023-11-23 10:12:21 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:22 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:12:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:22 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:12:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:12:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/75#note_1664328058 in 1.23 second(s) [2023-11-23 10:12:24 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:12:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/75#note_1664328090 in 1.36 second(s) [2023-11-23 10:12:26 +0530] [ BUSY ] Migrating issue ticket with labels #18 'GSoC project proposal: Fedora Dockerfile linter leveraging Container Best Practices' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 10:12:26 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/76 in 1.09 second(s) [2023-11-23 10:12:26 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:26 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:12:26 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:26 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:12:27 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:12:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/76#note_1664328145 in 1.02 second(s) [2023-11-23 10:12:28 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:12:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/76#note_1664328170 in 0.75 second(s) [2023-11-23 10:12:30 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:12:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/76#note_1664328188 in 2.42 second(s) [2023-11-23 10:12:31 +0530] [ BUSY ] Migrating issue ticket with labels #14 'Atomic IoT (likely useful in numerous other Atomic ideas) host upgrade daemon' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 10:12:31 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/77 in 1.02 second(s) [2023-11-23 10:12:31 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:33 +0530] Asserted CLOSE status of the ticket in 1.63 second(s) [2023-11-23 10:12:33 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:33 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 10:12:34 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 10:12:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/77#note_1664328261 in 0.82 second(s) [2023-11-23 10:12:35 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 10:12:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/77#note_1664328288 in 1.43 second(s) [2023-11-23 10:12:37 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 10:12:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/77#note_1664328305 in 1.23 second(s) [2023-11-23 10:12:38 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 10:12:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/77#note_1664328322 in 0.92 second(s) [2023-11-23 10:12:38 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 10:12:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/77#note_1664328341 in 0.82 second(s) [2023-11-23 10:12:40 +0530] [ BUSY ] Migrating issue ticket with labels #13 'Creating summer coding "best practices" docs for mentors' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:12:40 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78 in 1.53 second(s) [2023-11-23 10:12:40 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:40 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:12:40 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:40 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:12:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:12:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328374 in 0.82 second(s) [2023-11-23 10:12:41 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:12:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328385 in 0.82 second(s) [2023-11-23 10:12:42 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:12:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328405 in 0.81 second(s) [2023-11-23 10:12:43 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:12:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328420 in 0.82 second(s) [2023-11-23 10:12:44 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:12:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328432 in 0.92 second(s) [2023-11-23 10:12:45 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:12:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328459 in 0.92 second(s) [2023-11-23 10:12:46 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:12:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328474 in 0.82 second(s) [2023-11-23 10:12:47 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:12:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328499 in 1.12 second(s) [2023-11-23 10:12:48 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:12:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/78#note_1664328516 in 0.81 second(s) [2023-11-23 10:12:49 +0530] [ BUSY ] Migrating issue ticket with labels #10 'Improve GPIO support in Fedora in general and particularly on the Raspberry Pi.' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 10:12:49 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/79 in 1.02 second(s) [2023-11-23 10:12:49 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:50 +0530] Asserted CLOSE status of the ticket in 1.63 second(s) [2023-11-23 10:12:50 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:50 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:12:52 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:12:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/79#note_1664328602 in 1.22 second(s) [2023-11-23 10:12:53 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:12:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/79#note_1664328623 in 1.02 second(s) [2023-11-23 10:12:54 +0530] [ BUSY ] Migrating issue ticket with labels #9 '[URGENT] Need Project Ideas' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 10:12:54 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/80 in 1.13 second(s) [2023-11-23 10:12:54 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:55 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:12:55 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:55 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:12:56 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:12:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/80#note_1664328676 in 1.11 second(s) [2023-11-23 10:12:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:12:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/80#note_1664328698 in 0.76 second(s) [2023-11-23 10:12:57 +0530] [ BUSY ] Migrating issue ticket with labels #8 'CFP for Outreachy Mentors Summer 2018' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:12:57 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81 in 0.99 second(s) [2023-11-23 10:12:57 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:12:58 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 10:12:58 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:12:58 +0530] Found 11 entities in 0.00 second(s) [2023-11-23 10:12:59 +0530] [ BUSY ] Transferring comment (Entity 1 of 11)... [2023-11-23 10:12:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328729 in 1.23 second(s) [2023-11-23 10:13:00 +0530] [ BUSY ] Transferring comment (Entity 2 of 11)... [2023-11-23 10:13:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328743 in 0.81 second(s) [2023-11-23 10:13:01 +0530] [ BUSY ] Transferring comment (Entity 3 of 11)... [2023-11-23 10:13:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328753 in 0.92 second(s) [2023-11-23 10:13:02 +0530] [ BUSY ] Transferring comment (Entity 4 of 11)... [2023-11-23 10:13:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328773 in 1.23 second(s) [2023-11-23 10:13:04 +0530] [ BUSY ] Transferring comment (Entity 5 of 11)... [2023-11-23 10:13:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328793 in 1.33 second(s) [2023-11-23 10:13:04 +0530] [ BUSY ] Transferring comment (Entity 6 of 11)... [2023-11-23 10:13:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328818 in 0.82 second(s) [2023-11-23 10:13:05 +0530] [ BUSY ] Transferring comment (Entity 7 of 11)... [2023-11-23 10:13:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328836 in 0.92 second(s) [2023-11-23 10:13:06 +0530] [ BUSY ] Transferring comment (Entity 8 of 11)... [2023-11-23 10:13:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328851 in 0.92 second(s) [2023-11-23 10:13:07 +0530] [ BUSY ] Transferring comment (Entity 9 of 11)... [2023-11-23 10:13:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328866 in 0.92 second(s) [2023-11-23 10:13:08 +0530] [ BUSY ] Transferring comment (Entity 10 of 11)... [2023-11-23 10:13:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328888 in 0.92 second(s) [2023-11-23 10:13:09 +0530] [ BUSY ] Transferring comment (Entity 11 of 11)... [2023-11-23 10:13:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/81#note_1664328902 in 0.82 second(s) [2023-11-23 10:13:10 +0530] [ BUSY ] Migrating issue ticket with labels #7 'Complete Outreachy application for Fedora' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:13:10 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82 in 0.92 second(s) [2023-11-23 10:13:10 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:13:11 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:13:11 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:13:11 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:13:12 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:13:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82#note_1664328949 in 0.92 second(s) [2023-11-23 10:13:14 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:13:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82#note_1664328986 in 2.20 second(s) [2023-11-23 10:13:16 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:13:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82#note_1664329032 in 1.69 second(s) [2023-11-23 10:13:17 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:13:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82#note_1664329050 in 1.23 second(s) [2023-11-23 10:13:18 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:13:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82#note_1664329074 in 0.92 second(s) [2023-11-23 10:13:19 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:13:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82#note_1664329088 in 0.82 second(s) [2023-11-23 10:13:20 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:13:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/82#note_1664329104 in 0.92 second(s) [2023-11-23 10:13:21 +0530] [ BUSY ] Migrating issue ticket with labels #4 'Submit GSoC 2018 Application' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:13:21 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/83 in 1.63 second(s) [2023-11-23 10:13:21 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:13:22 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:13:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:13:22 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:13:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:13:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/83#note_1664329178 in 1.12 second(s) [2023-11-23 10:13:24 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:13:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/83#note_1664329203 in 0.92 second(s) [2023-11-23 10:13:25 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:13:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/83#note_1664329228 in 0.92 second(s) [2023-11-23 10:13:27 +0530] [ BUSY ] Migrating issue ticket with labels #3 'Can we gather stastics about long-term participation?' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:13:27 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/84 in 1.38 second(s) [2023-11-23 10:13:27 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:13:27 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:13:27 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:13:27 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:13:28 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:13:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/84#note_1664329273 in 0.97 second(s) [2023-11-23 10:13:29 +0530] [ BUSY ] Migrating issue ticket with labels #2 'Ensure we have Fedora Badges for participants in each program and that the award list is accurate' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:13:29 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/85 in 1.02 second(s) [2023-11-23 10:13:29 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:13:29 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:13:29 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:13:29 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:13:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:13:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/85#note_1664329304 in 0.92 second(s) [2023-11-23 10:13:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:13:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/85#note_1664329321 in 1.12 second(s) [2023-11-23 10:13:32 +0530] [ BUSY ] Migrating issue ticket with labels #1 'LT Goal: Let's build a website to promote our participation and history' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:13:32 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/86 in 1.53 second(s) [2023-11-23 10:13:32 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:13:32 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:13:32 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:13:32 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:13:33 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:13:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/86#note_1664329363 in 0.92 second(s) [2023-11-23 10:13:34 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:13:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/86#note_1664329377 in 1.05 second(s) [2023-11-23 10:13:36 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:13:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/86#note_1664329402 in 1.71 second(s) [2023-11-23 10:13:36 +0530] [ PASS ] Namespace assets transferring queue processed! [2023-11-23 10:13:36 +0530] 86 issue ticket(s) transferred ```
gridhead commented 11 months ago

I will be purging the test repository that I created in the Fedora Badges subgroup in a week or so as it was something that I created only for testing things out. Folks who are listening in to the activities in that subgroup must have received a barrage of email notifications as a consequence of these tests and I would like to apologize for that.

Logs from the second attempt ``` [2023-11-23 10:14:54 +0530] [ BUSY ] Requesting for source namespace metadata... [2023-11-23 10:14:56 +0530] [ PASS ] Source namespace metadata acquisition succeeded! [2023-11-23 10:14:56 +0530] Name: mentored-projects [2023-11-23 10:14:56 +0530] Identifier: 3583 [2023-11-23 10:14:56 +0530] Maintainer: Justin W. Flory (ID jflory7) [2023-11-23 10:14:56 +0530] Location: https://pagure.io/mentored-projects [2023-11-23 10:14:56 +0530] Address: https://t0xic0der:****************************************************************@pagure.io/mentored-projects.git [2023-11-23 10:14:56 +0530] Created on: Thu Jan 11 19:02:10 2018 [2023-11-23 10:14:56 +0530] Last modified on: Thu Oct 12 17:59:48 2023 [2023-11-23 10:14:56 +0530] Tags: [''] [2023-11-23 10:14:56 +0530] [ BUSY ] Requesting for destination namespace metadata... [2023-11-23 10:14:56 +0530] [ PASS ] Destination namespace metadata acquisition succeeded! [2023-11-23 10:14:56 +0530] Name: fedora/websites-apps/fedora-badges/pagure-exporter-test [2023-11-23 10:14:56 +0530] Identifier: 52464780 [2023-11-23 10:14:56 +0530] Maintainer: fedora-badges (ID Fedora Badges) [2023-11-23 10:14:56 +0530] Location: https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test [2023-11-23 10:14:56 +0530] Address: https://gridhead:**************************@gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test.git [2023-11-23 10:14:56 +0530] Created on: 2023-11-23T16:21:44.255Z [2023-11-23 10:14:56 +0530] Last modified on: 2023-11-23T16:21:44.255Z [2023-11-23 10:14:56 +0530] Tags: [] [2023-11-23 10:14:56 +0530] [ BUSY ] Attempting source namespace issue ticket count... [2023-11-23 10:14:56 +0530] [ WARN ] Extracting all issue tickets with labels, with states, with privacy and with comments off the given selection [2023-11-23 10:15:03 +0530] Found 86 issue ticket(s) across 3 page(s) in 6.45 second(s) [2023-11-23 10:15:03 +0530] [ BUSY ] Reading issue tickets information (Page 1 of 3)... [2023-11-23 10:15:09 +0530] Found 35 issue ticket(s) on this page in 6.04 second(s) [2023-11-23 10:15:10 +0530] [ BUSY ] Migrating issue ticket with labels #135 'Request to become a General Mentor' by 'Nikita Tripathi (ID nekonya3)'... [2023-11-23 10:15:10 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/87 in 1.33 second(s) [2023-11-23 10:15:10 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:10 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:15:10 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:10 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:15:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:15:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/87#note_1664331266 in 0.92 second(s) [2023-11-23 10:15:12 +0530] [ BUSY ] Migrating issue ticket with labels #134 '[May-Aug 2023 Outreachy Cohort Proposal] Fedora Badges Design' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:15:12 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/88 in 1.13 second(s) [2023-11-23 10:15:12 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:12 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:15:12 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:12 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:15:13 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:15:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/88#note_1664331286 in 0.92 second(s) [2023-11-23 10:15:18 +0530] [ BUSY ] Migrating issue ticket with labels #133 'Create and Design Icons for a Chat System' by 'Madeline Peck (ID madelinepeck)'... [2023-11-23 10:15:18 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/89 in 4.61 second(s) [2023-11-23 10:15:18 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:18 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:15:18 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:18 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:15:19 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:15:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/89#note_1664331371 in 1.33 second(s) [2023-11-23 10:15:20 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:15:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/89#note_1664331391 in 0.92 second(s) [2023-11-23 10:15:22 +0530] [ BUSY ] Migrating issue ticket with labels #132 'Fedora's participation in Hacktoberfest 2022' by 'Smera Goel (ID smeragoel)'... [2023-11-23 10:15:22 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/90 in 1.53 second(s) [2023-11-23 10:15:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:22 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:15:22 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:22 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 10:15:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 10:15:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/90#note_1664331447 in 1.02 second(s) [2023-11-23 10:15:24 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 10:15:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/90#note_1664331464 in 1.13 second(s) [2023-11-23 10:15:25 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 10:15:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/90#note_1664331498 in 1.22 second(s) [2023-11-23 10:15:26 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 10:15:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/90#note_1664331532 in 1.43 second(s) [2023-11-23 10:15:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 10:15:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/90#note_1664331563 in 1.12 second(s) [2023-11-23 10:15:29 +0530] [ BUSY ] Migrating issue ticket with labels #131 'Onboard @smeragoel as the new Mentored Project Representative to Mindshare' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:15:29 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/91 in 1.43 second(s) [2023-11-23 10:15:29 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:29 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:15:29 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:29 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:15:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:15:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/91#note_1664331614 in 0.82 second(s) [2023-11-23 10:15:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:15:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/91#note_1664331624 in 1.12 second(s) [2023-11-23 10:15:32 +0530] [ BUSY ] Migrating issue ticket with labels #130 'New Mentored Project rep to Mindshare' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:15:32 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92 in 1.33 second(s) [2023-11-23 10:15:32 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:34 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:15:34 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:34 +0530] Found 12 entities in 0.00 second(s) [2023-11-23 10:15:35 +0530] [ BUSY ] Transferring comment (Entity 1 of 12)... [2023-11-23 10:15:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331676 in 1.02 second(s) [2023-11-23 10:15:36 +0530] [ BUSY ] Transferring comment (Entity 2 of 12)... [2023-11-23 10:15:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331688 in 1.12 second(s) [2023-11-23 10:15:37 +0530] [ BUSY ] Transferring comment (Entity 3 of 12)... [2023-11-23 10:15:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331701 in 0.92 second(s) [2023-11-23 10:15:38 +0530] [ BUSY ] Transferring comment (Entity 4 of 12)... [2023-11-23 10:15:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331717 in 1.33 second(s) [2023-11-23 10:15:39 +0530] [ BUSY ] Transferring comment (Entity 5 of 12)... [2023-11-23 10:15:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331752 in 0.82 second(s) [2023-11-23 10:15:40 +0530] [ BUSY ] Transferring comment (Entity 6 of 12)... [2023-11-23 10:15:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331765 in 0.82 second(s) [2023-11-23 10:15:41 +0530] [ BUSY ] Transferring comment (Entity 7 of 12)... [2023-11-23 10:15:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331791 in 1.33 second(s) [2023-11-23 10:15:42 +0530] [ BUSY ] Transferring comment (Entity 8 of 12)... [2023-11-23 10:15:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331818 in 0.92 second(s) [2023-11-23 10:15:43 +0530] [ BUSY ] Transferring comment (Entity 9 of 12)... [2023-11-23 10:15:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331831 in 0.82 second(s) [2023-11-23 10:15:44 +0530] [ BUSY ] Transferring comment (Entity 10 of 12)... [2023-11-23 10:15:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331845 in 0.92 second(s) [2023-11-23 10:15:45 +0530] [ BUSY ] Transferring comment (Entity 11 of 12)... [2023-11-23 10:15:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331856 in 0.92 second(s) [2023-11-23 10:15:46 +0530] [ BUSY ] Transferring comment (Entity 12 of 12)... [2023-11-23 10:15:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/92#note_1664331874 in 0.92 second(s) [2023-11-23 10:15:47 +0530] [ BUSY ] Migrating issue ticket with labels #129 'Interns introduction blog for May 2022 to August 2022 Outreachy internship round!' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:15:47 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/93 in 1.02 second(s) [2023-11-23 10:15:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:48 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:15:48 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:48 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:15:49 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:15:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/93#note_1664331928 in 1.43 second(s) [2023-11-23 10:15:50 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:15:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/93#note_1664331952 in 0.92 second(s) [2023-11-23 10:15:52 +0530] [ BUSY ] Migrating issue ticket with labels #128 'Outreachy proposal: Improve Docs Experience' by 'Ben Cotton (ID bcotton)'... [2023-11-23 10:15:52 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/94 in 1.70 second(s) [2023-11-23 10:15:52 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:15:53 +0530] Asserted CLOSE status of the ticket in 1.47 second(s) [2023-11-23 10:15:53 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:15:53 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:15:54 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:15:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/94#note_1664332018 in 1.22 second(s) [2023-11-23 10:15:55 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:15:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/94#note_1664332049 in 0.82 second(s) [2023-11-23 10:15:56 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:15:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/94#note_1664332070 in 1.02 second(s) [2023-11-23 10:15:57 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:15:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/94#note_1664332090 in 0.92 second(s) [2023-11-23 10:15:59 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:15:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/94#note_1664332109 in 1.33 second(s) [2023-11-23 10:15:59 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:15:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/94#note_1664332148 in 0.92 second(s) [2023-11-23 10:16:01 +0530] [ BUSY ] Migrating issue ticket with labels #127 'Outreachy proposal: MIgrate zezere, the Fedora IoT device onboarding webapp, to use FDO ' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 10:16:01 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/95 in 1.84 second(s) [2023-11-23 10:16:01 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:03 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:16:03 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:03 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:16:03 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:16:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/95#note_1664332256 in 0.82 second(s) [2023-11-23 10:16:04 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:16:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/95#note_1664332274 in 0.82 second(s) [2023-11-23 10:16:05 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:16:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/95#note_1664332284 in 0.92 second(s) [2023-11-23 10:16:07 +0530] [ BUSY ] Migrating issue ticket with labels #126 'Project proposal: KDE Apps as Flatpaks in Fedora' by 'Timothée Ravier (ID siosm)'... [2023-11-23 10:16:07 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/96 in 2.05 second(s) [2023-11-23 10:16:07 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:08 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:16:08 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:08 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:16:09 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:16:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/96#note_1664332356 in 1.12 second(s) [2023-11-23 10:16:10 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:16:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/96#note_1664332373 in 0.82 second(s) [2023-11-23 10:16:11 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:16:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/96#note_1664332392 in 0.92 second(s) [2023-11-23 10:16:12 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:16:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/96#note_1664332402 in 1.12 second(s) [2023-11-23 10:16:13 +0530] [ BUSY ] Migrating issue ticket with labels #125 'Volunteer to be a General Mentor' by 'Amy Marrich (ID spotz)'... [2023-11-23 10:16:13 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/97 in 1.13 second(s) [2023-11-23 10:16:13 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:13 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:16:13 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:13 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:16:14 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:16:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/97#note_1664332442 in 0.82 second(s) [2023-11-23 10:16:15 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:16:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/97#note_1664332469 in 1.23 second(s) [2023-11-23 10:16:16 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:16:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/97#note_1664332512 in 1.02 second(s) [2023-11-23 10:16:18 +0530] [ BUSY ] Migrating issue ticket with labels #124 'Improve ethtool information querying in NetworkManager using Netlink' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:16:18 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/98 in 1.74 second(s) [2023-11-23 10:16:18 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:18 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:16:18 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:18 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 10:16:19 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 10:16:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/98#note_1664332590 in 1.53 second(s) [2023-11-23 10:16:21 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 10:16:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/98#note_1664332628 in 1.23 second(s) [2023-11-23 10:16:22 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 10:16:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/98#note_1664332682 in 1.12 second(s) [2023-11-23 10:16:23 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 10:16:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/98#note_1664332705 in 1.33 second(s) [2023-11-23 10:16:24 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 10:16:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/98#note_1664332732 in 0.82 second(s) [2023-11-23 10:16:25 +0530] [ BUSY ] Migrating issue ticket with labels #123 'Upgrade Fedimg - AMI creation for Fedora' by 'Mark O'Brien (ID mobrien)'... [2023-11-23 10:16:25 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/99 in 1.02 second(s) [2023-11-23 10:16:25 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:26 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:16:26 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:26 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:16:27 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:16:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/99#note_1664332812 in 0.82 second(s) [2023-11-23 10:16:28 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:16:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/99#note_1664332833 in 0.92 second(s) [2023-11-23 10:16:29 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:16:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/99#note_1664332869 in 1.02 second(s) [2023-11-23 10:16:30 +0530] [ BUSY ] Migrating issue ticket with labels #122 'New Packager Guide Tool' by 'Stephen Snow (ID jakfrost)'... [2023-11-23 10:16:30 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/100 in 1.23 second(s) [2023-11-23 10:16:30 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:30 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:16:30 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:30 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:16:31 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:16:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/100#note_1664332929 in 0.92 second(s) [2023-11-23 10:16:32 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:16:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/100#note_1664332959 in 1.02 second(s) [2023-11-23 10:16:33 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:16:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/100#note_1664332975 in 1.02 second(s) [2023-11-23 10:16:35 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:16:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/100#note_1664333013 in 1.63 second(s) [2023-11-23 10:16:36 +0530] [ BUSY ] Migrating issue ticket with labels #121 'Become a general mentor' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:16:36 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/101 in 1.23 second(s) [2023-11-23 10:16:36 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:36 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:16:36 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:36 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:16:37 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:16:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/101#note_1664333063 in 0.92 second(s) [2023-11-23 10:16:38 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:16:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/101#note_1664333085 in 0.82 second(s) [2023-11-23 10:16:39 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:16:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/101#note_1664333108 in 0.82 second(s) [2023-11-23 10:16:40 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:16:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/101#note_1664333134 in 1.02 second(s) [2023-11-23 10:16:41 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:16:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/101#note_1664333152 in 0.92 second(s) [2023-11-23 10:16:42 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:16:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/101#note_1664333178 in 1.43 second(s) [2023-11-23 10:16:43 +0530] [ BUSY ] Migrating issue ticket with labels #119 'GSoC Organization Questionnaire' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:16:43 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/102 in 1.23 second(s) [2023-11-23 10:16:43 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:44 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:16:44 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:44 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:16:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:16:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/102#note_1664333228 in 1.43 second(s) [2023-11-23 10:16:47 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:16:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/102#note_1664333247 in 1.12 second(s) [2023-11-23 10:16:48 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:16:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/102#note_1664333273 in 1.12 second(s) [2023-11-23 10:16:49 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:16:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/102#note_1664333292 in 1.02 second(s) [2023-11-23 10:16:50 +0530] [ BUSY ] Migrating issue ticket with labels #118 'GSoC 2022: Request for joining as a general mentor' by 'Aditya R Rudra (ID adityaofficial)'... [2023-11-23 10:16:50 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/103 in 1.12 second(s) [2023-11-23 10:16:50 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:51 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:16:51 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:51 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:16:52 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:16:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/103#note_1664333354 in 1.33 second(s) [2023-11-23 10:16:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:16:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/103#note_1664333368 in 1.13 second(s) [2023-11-23 10:16:55 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:16:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/103#note_1664333389 in 1.02 second(s) [2023-11-23 10:16:56 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:16:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/103#note_1664333408 in 1.12 second(s) [2023-11-23 10:16:57 +0530] [ BUSY ] Migrating issue ticket with labels #117 'Outreachy Proposal: Fedora Badges Design' by 'Smera Goel (ID smeragoel)'... [2023-11-23 10:16:57 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104 in 1.74 second(s) [2023-11-23 10:16:57 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:16:58 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:16:58 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:16:58 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 10:16:59 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 10:16:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333478 in 1.12 second(s) [2023-11-23 10:17:01 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 10:17:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333499 in 1.43 second(s) [2023-11-23 10:17:02 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 10:17:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333520 in 0.82 second(s) [2023-11-23 10:17:03 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 10:17:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333532 in 0.92 second(s) [2023-11-23 10:17:03 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 10:17:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333545 in 0.92 second(s) [2023-11-23 10:17:04 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 10:17:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333556 in 0.92 second(s) [2023-11-23 10:17:05 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 10:17:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333572 in 0.92 second(s) [2023-11-23 10:17:06 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 10:17:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333617 in 1.02 second(s) [2023-11-23 10:17:09 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 10:17:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333683 in 2.76 second(s) [2023-11-23 10:17:10 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 10:17:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333712 in 1.02 second(s) [2023-11-23 10:17:11 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 10:17:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333726 in 0.92 second(s) [2023-11-23 10:17:12 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 10:17:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333738 in 1.23 second(s) [2023-11-23 10:17:14 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 10:17:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333776 in 1.33 second(s) [2023-11-23 10:17:14 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 10:17:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333824 in 0.92 second(s) [2023-11-23 10:17:15 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 10:17:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/104#note_1664333853 in 0.82 second(s) [2023-11-23 10:17:16 +0530] [ BUSY ] Migrating issue ticket with labels #114 'Outreachy proposal: helping the NeuroFedora SIG' by 'Ankur Sinha (ID ankursinha)'... [2023-11-23 10:17:16 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/105 in 1.13 second(s) [2023-11-23 10:17:16 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:17:17 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:17:17 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:17:17 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:17:18 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:17:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/105#note_1664333943 in 0.82 second(s) [2023-11-23 10:17:19 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:17:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/105#note_1664333959 in 0.92 second(s) [2023-11-23 10:17:20 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:17:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/105#note_1664333975 in 1.23 second(s) [2023-11-23 10:17:21 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:17:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/105#note_1664333998 in 1.12 second(s) [2023-11-23 10:17:22 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:17:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/105#note_1664334010 in 0.92 second(s) [2023-11-23 10:17:23 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:17:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/105#note_1664334026 in 0.82 second(s) [2023-11-23 10:17:24 +0530] [ BUSY ] Migrating issue ticket with labels #113 'Outreachy Proposal: Fragment - Conversation Caretaker' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:17:24 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/106 in 1.12 second(s) [2023-11-23 10:17:24 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:17:25 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:17:25 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:17:25 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:17:26 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:17:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/106#note_1664334073 in 0.92 second(s) [2023-11-23 10:17:27 +0530] [ BUSY ] Migrating issue ticket with labels #107 'Outreachy FAQ Page on Docs site' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:17:27 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107 in 1.02 second(s) [2023-11-23 10:17:27 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:17:28 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:17:28 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:17:28 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 10:17:29 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 10:17:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334114 in 1.12 second(s) [2023-11-23 10:17:30 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 10:17:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334130 in 0.82 second(s) [2023-11-23 10:17:31 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 10:17:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334149 in 1.13 second(s) [2023-11-23 10:17:32 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 10:17:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334168 in 1.02 second(s) [2023-11-23 10:17:33 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 10:17:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334177 in 0.82 second(s) [2023-11-23 10:17:34 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 10:17:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334190 in 1.02 second(s) [2023-11-23 10:17:35 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 10:17:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334206 in 1.33 second(s) [2023-11-23 10:17:36 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 10:17:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/107#note_1664334231 in 1.02 second(s) [2023-11-23 10:17:37 +0530] [ BUSY ] Migrating issue ticket with labels #105 'Fedora Magazing or community Blog Post with all upcoming projects' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:17:37 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/108 in 1.44 second(s) [2023-11-23 10:17:37 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:17:39 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:17:39 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:17:39 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:17:40 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:17:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/108#note_1664334277 in 1.12 second(s) [2023-11-23 10:17:41 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:17:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/108#note_1664334303 in 1.43 second(s) [2023-11-23 10:17:42 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:17:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/108#note_1664334331 in 1.02 second(s) [2023-11-23 10:17:43 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:17:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/108#note_1664334364 in 1.12 second(s) [2023-11-23 10:17:44 +0530] [ BUSY ] Migrating issue ticket with labels #104 'Reflect the most recent selection outcome for GSoC 2021 in Docs' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:17:45 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/109 in 1.02 second(s) [2023-11-23 10:17:45 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:17:45 +0530] Asserted CLOSE status of the ticket in 0.61 second(s) [2023-11-23 10:17:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:17:45 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:17:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:17:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/109#note_1664334401 in 0.82 second(s) [2023-11-23 10:17:47 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:17:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/109#note_1664334418 in 1.13 second(s) [2023-11-23 10:17:48 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:17:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/109#note_1664334440 in 0.82 second(s) [2023-11-23 10:17:49 +0530] [ BUSY ] Migrating issue ticket with labels #103 'Update Summer Coding Documentation with Recent Selected Projects' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:17:49 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/110 in 1.02 second(s) [2023-11-23 10:17:49 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:17:50 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:17:50 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:17:50 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 10:17:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 10:17:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/110#note_1664334478 in 1.22 second(s) [2023-11-23 10:17:52 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 10:17:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/110#note_1664334501 in 1.02 second(s) [2023-11-23 10:17:53 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 10:17:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/110#note_1664334526 in 1.02 second(s) [2023-11-23 10:17:54 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 10:17:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/110#note_1664334556 in 0.92 second(s) [2023-11-23 10:17:55 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 10:17:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/110#note_1664334577 in 0.92 second(s) [2023-11-23 10:17:56 +0530] [ BUSY ] Migrating issue ticket with labels #102 'Award badge to all Outreachy (southern hemisphere) participants' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:17:56 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/111 in 1.02 second(s) [2023-11-23 10:17:56 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:17:58 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 10:17:58 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:17:58 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:17:59 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:17:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/111#note_1664334630 in 1.02 second(s) [2023-11-23 10:18:00 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:18:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/111#note_1664334647 in 0.81 second(s) [2023-11-23 10:18:00 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:18:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/111#note_1664334654 in 0.82 second(s) [2023-11-23 10:18:01 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:18:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/111#note_1664334665 in 0.92 second(s) [2023-11-23 10:18:02 +0530] [ BUSY ] Migrating issue ticket with labels #101 'Putting myself forward to be a General Mentor for GSOC' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:18:02 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112 in 1.02 second(s) [2023-11-23 10:18:02 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:18:04 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 10:18:04 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:18:04 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 10:18:05 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 10:18:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334743 in 1.02 second(s) [2023-11-23 10:18:06 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 10:18:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334750 in 1.12 second(s) [2023-11-23 10:18:07 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 10:18:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334771 in 0.82 second(s) [2023-11-23 10:18:08 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 10:18:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334785 in 1.02 second(s) [2023-11-23 10:18:09 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 10:18:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334800 in 1.02 second(s) [2023-11-23 10:18:10 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 10:18:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334825 in 1.43 second(s) [2023-11-23 10:18:11 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 10:18:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334843 in 0.82 second(s) [2023-11-23 10:18:12 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 10:18:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334863 in 0.82 second(s) [2023-11-23 10:18:13 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 10:18:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334883 in 0.92 second(s) [2023-11-23 10:18:14 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 10:18:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/112#note_1664334899 in 0.82 second(s) [2023-11-23 10:18:15 +0530] [ BUSY ] Migrating issue ticket with labels #100 'KiwiTCMS integration with Fedora QA workflow' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 10:18:15 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/113 in 1.43 second(s) [2023-11-23 10:18:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:18:16 +0530] Asserted CLOSE status of the ticket in 0.81 second(s) [2023-11-23 10:18:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:18:16 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:18:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:18:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/113#note_1664334955 in 0.82 second(s) [2023-11-23 10:18:18 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:18:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/113#note_1664334977 in 1.02 second(s) [2023-11-23 10:18:19 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:18:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/113#note_1664334994 in 1.23 second(s) [2023-11-23 10:18:20 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:18:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/113#note_1664335021 in 1.23 second(s) [2023-11-23 10:18:22 +0530] [ BUSY ] Migrating issue ticket with labels #99 ' Outreachy proposal: Support repo overrides in rpm-ostree' by 'Jonathan Lebon (ID jlebon)'... [2023-11-23 10:18:22 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114 in 1.54 second(s) [2023-11-23 10:18:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:18:23 +0530] Asserted CLOSE status of the ticket in 1.43 second(s) [2023-11-23 10:18:23 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:18:23 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:18:24 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:18:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335077 in 0.92 second(s) [2023-11-23 10:18:25 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:18:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335097 in 1.23 second(s) [2023-11-23 10:18:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:18:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335112 in 0.82 second(s) [2023-11-23 10:18:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:18:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335131 in 1.02 second(s) [2023-11-23 10:18:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:18:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335151 in 1.22 second(s) [2023-11-23 10:18:29 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:18:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335168 in 0.82 second(s) [2023-11-23 10:18:30 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:18:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335187 in 1.02 second(s) [2023-11-23 10:18:31 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:18:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335207 in 1.22 second(s) [2023-11-23 10:18:32 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:18:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/114#note_1664335228 in 0.92 second(s) [2023-11-23 10:18:34 +0530] [ BUSY ] Migrating issue ticket with labels #98 'Become Outreachy Mentor' by 'Mark O'Brien (ID mobrien)'... [2023-11-23 10:18:34 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/115 in 1.54 second(s) [2023-11-23 10:18:34 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:18:35 +0530] Asserted CLOSE status of the ticket in 1.22 second(s) [2023-11-23 10:18:35 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:18:35 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:18:36 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:18:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/115#note_1664335281 in 1.02 second(s) [2023-11-23 10:18:36 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 10:18:36 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 10:19:37 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:19:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/115#note_1664336389 in 0.82 second(s) [2023-11-23 10:19:38 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:19:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/115#note_1664336413 in 0.92 second(s) [2023-11-23 10:19:39 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:19:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/115#note_1664336427 in 1.02 second(s) [2023-11-23 10:19:40 +0530] [ BUSY ] Migrating issue ticket with labels #97 'Fedora QA Dashboard' by 'Lukas Brabec (ID lbrabec)'...[2023-11-23 10:19:40 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116 in 1.12 second(s) [2023-11-23 10:19:40 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:19:41 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:19:41 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:19:41 +0530] Found 20 entities in 0.00 second(s) [2023-11-23 10:19:43 +0530] [ BUSY ] Transferring comment (Entity 1 of 20)... [2023-11-23 10:19:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336480 in 1.23 second(s) [2023-11-23 10:19:43 +0530] [ BUSY ] Transferring comment (Entity 2 of 20)... [2023-11-23 10:19:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336501 in 0.82 second(s) [2023-11-23 10:19:45 +0530] [ BUSY ] Transferring comment (Entity 3 of 20)... [2023-11-23 10:19:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336517 in 1.64 second(s) [2023-11-23 10:19:46 +0530] [ BUSY ] Transferring comment (Entity 4 of 20)... [2023-11-23 10:19:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336546 in 1.12 second(s) [2023-11-23 10:19:47 +0530] [ BUSY ] Transferring comment (Entity 5 of 20)... [2023-11-23 10:19:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336564 in 0.92 second(s) [2023-11-23 10:19:48 +0530] [ BUSY ] Transferring comment (Entity 6 of 20)... [2023-11-23 10:19:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336574 in 0.82 second(s) [2023-11-23 10:19:49 +0530] [ BUSY ] Transferring comment (Entity 7 of 20)... [2023-11-23 10:19:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336587 in 0.82 second(s) [2023-11-23 10:19:50 +0530] [ BUSY ] Transferring comment (Entity 8 of 20)... [2023-11-23 10:19:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336601 in 0.82 second(s) [2023-11-23 10:19:51 +0530] [ BUSY ] Transferring comment (Entity 9 of 20)... [2023-11-23 10:19:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336622 in 1.64 second(s) [2023-11-23 10:19:52 +0530] [ BUSY ] Transferring comment (Entity 10 of 20)... [2023-11-23 10:19:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336636 in 0.92 second(s) [2023-11-23 10:19:53 +0530] [ BUSY ] Transferring comment (Entity 11 of 20)... [2023-11-23 10:19:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336657 in 0.92 second(s) [2023-11-23 10:19:54 +0530] [ BUSY ] Transferring comment (Entity 12 of 20)... [2023-11-23 10:19:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336674 in 1.43 second(s) [2023-11-23 10:19:55 +0530] [ BUSY ] Transferring comment (Entity 13 of 20)... [2023-11-23 10:19:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336689 in 0.82 second(s) [2023-11-23 10:19:56 +0530] [ BUSY ] Transferring comment (Entity 14 of 20)... [2023-11-23 10:19:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336703 in 0.82 second(s) [2023-11-23 10:19:57 +0530] [ BUSY ] Transferring comment (Entity 15 of 20)... [2023-11-23 10:19:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336715 in 0.82 second(s) [2023-11-23 10:19:58 +0530] [ BUSY ] Transferring comment (Entity 16 of 20)... [2023-11-23 10:19:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336732 in 0.82 second(s) [2023-11-23 10:19:59 +0530] [ BUSY ] Transferring comment (Entity 17 of 20)... [2023-11-23 10:19:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336753 in 0.92 second(s) [2023-11-23 10:20:00 +0530] [ BUSY ] Transferring comment (Entity 18 of 20)... [2023-11-23 10:20:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336774 in 1.43 second(s) [2023-11-23 10:20:01 +0530] [ BUSY ] Transferring comment (Entity 19 of 20)... [2023-11-23 10:20:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336796 in 0.82 second(s) [2023-11-23 10:20:04 +0530] [ BUSY ] Transferring comment (Entity 20 of 20)... [2023-11-23 10:20:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/116#note_1664336839 in 3.58 second(s) [2023-11-23 10:20:06 +0530] [ BUSY ] Migrating issue ticket with labels #96 'Outreachy proposal: Develop & Design Assets for the Fedora Community Outreach Revamp' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:20:06 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/117 in 1.33 second(s) [2023-11-23 10:20:06 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:20:07 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:20:07 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:20:07 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:20:08 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:20:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/117#note_1664336900 in 1.23 second(s) [2023-11-23 10:20:09 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:20:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/117#note_1664336925 in 1.22 second(s) [2023-11-23 10:20:10 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:20:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/117#note_1664336955 in 0.82 second(s) [2023-11-23 10:20:11 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:20:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/117#note_1664336977 in 1.43 second(s) [2023-11-23 10:20:12 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:20:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/117#note_1664336995 in 0.92 second(s) [2023-11-23 10:20:13 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:20:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/117#note_1664337019 in 1.33 second(s) [2023-11-23 10:20:15 +0530] [ BUSY ] Migrating issue ticket with labels #95 'GSoC Project Proposal - Interactive Performance Monitoring for Podman' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:20:15 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118 in 1.84 second(s) [2023-11-23 10:20:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:20:17 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:20:17 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:20:17 +0530] Found 21 entities in 0.00 second(s) [2023-11-23 10:20:18 +0530] [ BUSY ] Transferring comment (Entity 1 of 21)... [2023-11-23 10:20:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337092 in 1.12 second(s) [2023-11-23 10:20:19 +0530] [ BUSY ] Transferring comment (Entity 2 of 21)... [2023-11-23 10:20:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337108 in 0.82 second(s) [2023-11-23 10:20:20 +0530] [ BUSY ] Transferring comment (Entity 3 of 21)... [2023-11-23 10:20:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337125 in 1.33 second(s) [2023-11-23 10:20:21 +0530] [ BUSY ] Transferring comment (Entity 4 of 21)... [2023-11-23 10:20:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337146 in 1.33 second(s) [2023-11-23 10:20:22 +0530] [ BUSY ] Transferring comment (Entity 5 of 21)... [2023-11-23 10:20:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337170 in 0.82 second(s) [2023-11-23 10:20:23 +0530] [ BUSY ] Transferring comment (Entity 6 of 21)... [2023-11-23 10:20:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337192 in 0.82 second(s) [2023-11-23 10:20:24 +0530] [ BUSY ] Transferring comment (Entity 7 of 21)... [2023-11-23 10:20:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337204 in 0.82 second(s) [2023-11-23 10:20:25 +0530] [ BUSY ] Transferring comment (Entity 8 of 21)... [2023-11-23 10:20:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337223 in 0.81 second(s) [2023-11-23 10:20:25 +0530] [ BUSY ] Transferring comment (Entity 9 of 21)... [2023-11-23 10:20:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337240 in 0.82 second(s) [2023-11-23 10:20:26 +0530] [ BUSY ] Transferring comment (Entity 10 of 21)... [2023-11-23 10:20:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337254 in 0.82 second(s) [2023-11-23 10:20:27 +0530] [ BUSY ] Transferring comment (Entity 11 of 21)... [2023-11-23 10:20:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337268 in 0.92 second(s) [2023-11-23 10:20:28 +0530] [ BUSY ] Transferring comment (Entity 12 of 21)... [2023-11-23 10:20:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337274 in 1.12 second(s) [2023-11-23 10:20:29 +0530] [ BUSY ] Transferring comment (Entity 13 of 21)... [2023-11-23 10:20:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337303 in 0.92 second(s) [2023-11-23 10:20:30 +0530] [ BUSY ] Transferring comment (Entity 14 of 21)... [2023-11-23 10:20:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337322 in 0.92 second(s) [2023-11-23 10:20:31 +0530] [ BUSY ] Transferring comment (Entity 15 of 21)... [2023-11-23 10:20:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337335 in 1.02 second(s) [2023-11-23 10:20:32 +0530] [ BUSY ] Transferring comment (Entity 16 of 21)... [2023-11-23 10:20:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337356 in 1.12 second(s) [2023-11-23 10:20:33 +0530] [ BUSY ] Transferring comment (Entity 17 of 21)... [2023-11-23 10:20:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337372 in 0.71 second(s) [2023-11-23 10:20:34 +0530] [ BUSY ] Transferring comment (Entity 18 of 21)... [2023-11-23 10:20:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337387 in 0.92 second(s) [2023-11-23 10:20:35 +0530] [ BUSY ] Transferring comment (Entity 19 of 21)... [2023-11-23 10:20:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337403 in 0.71 second(s) [2023-11-23 10:20:36 +0530] [ BUSY ] Transferring comment (Entity 20 of 21)... [2023-11-23 10:20:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337414 in 0.92 second(s) [2023-11-23 10:20:37 +0530] [ BUSY ] Transferring comment (Entity 21 of 21)... [2023-11-23 10:20:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/118#note_1664337437 in 1.02 second(s) [2023-11-23 10:20:38 +0530] [ BUSY ] Migrating issue ticket with labels #94 'Outreachy proposal: Improved automated community metrics' by 'Matthew Miller (ID mattdm)'... [2023-11-23 10:20:38 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119 in 1.02 second(s) [2023-11-23 10:20:38 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:20:40 +0530] Asserted CLOSE status of the ticket in 2.05 second(s) [2023-11-23 10:20:40 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:20:40 +0530] Found 13 entities in 0.00 second(s) [2023-11-23 10:20:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 13)... [2023-11-23 10:20:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337520 in 1.02 second(s) [2023-11-23 10:20:41 +0530] [ BUSY ] Transferring comment (Entity 2 of 13)... [2023-11-23 10:20:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337540 in 0.82 second(s) [2023-11-23 10:20:42 +0530] [ BUSY ] Transferring comment (Entity 3 of 13)... [2023-11-23 10:20:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337557 in 1.02 second(s) [2023-11-23 10:20:43 +0530] [ BUSY ] Transferring comment (Entity 4 of 13)... [2023-11-23 10:20:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337581 in 0.92 second(s) [2023-11-23 10:20:44 +0530] [ BUSY ] Transferring comment (Entity 5 of 13)... [2023-11-23 10:20:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337596 in 1.02 second(s) [2023-11-23 10:20:45 +0530] [ BUSY ] Transferring comment (Entity 6 of 13)... [2023-11-23 10:20:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337606 in 0.82 second(s) [2023-11-23 10:20:46 +0530] [ BUSY ] Transferring comment (Entity 7 of 13)... [2023-11-23 10:20:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337618 in 0.82 second(s) [2023-11-23 10:20:47 +0530] [ BUSY ] Transferring comment (Entity 8 of 13)... [2023-11-23 10:20:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337635 in 0.82 second(s) [2023-11-23 10:20:48 +0530] [ BUSY ] Transferring comment (Entity 9 of 13)... [2023-11-23 10:20:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337642 in 0.92 second(s) [2023-11-23 10:20:49 +0530] [ BUSY ] Transferring comment (Entity 10 of 13)... [2023-11-23 10:20:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337660 in 0.82 second(s) [2023-11-23 10:20:50 +0530] [ BUSY ] Transferring comment (Entity 11 of 13)... [2023-11-23 10:20:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337673 in 1.02 second(s) [2023-11-23 10:20:51 +0530] [ BUSY ] Transferring comment (Entity 12 of 13)... [2023-11-23 10:20:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337694 in 1.12 second(s) [2023-11-23 10:20:52 +0530] [ BUSY ] Transferring comment (Entity 13 of 13)... [2023-11-23 10:20:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/119#note_1664337715 in 1.02 second(s) [2023-11-23 10:20:53 +0530] [ BUSY ] Migrating issue ticket with labels #93 '[GSoC] Update all artifacts for upcoming GSoC 2021' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 10:20:53 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/120 in 1.64 second(s) [2023-11-23 10:20:53 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:20:55 +0530] Asserted CLOSE status of the ticket in 1.29 second(s) [2023-11-23 10:20:55 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:20:55 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:20:56 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:20:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/120#note_1664337781 in 0.85 second(s) [2023-11-23 10:20:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:20:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/120#note_1664337797 in 0.82 second(s) [2023-11-23 10:20:57 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:20:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/120#note_1664337806 in 0.82 second(s) [2023-11-23 10:20:58 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:20:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/120#note_1664337825 in 0.82 second(s) [2023-11-23 10:20:59 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:20:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/120#note_1664337842 in 0.92 second(s) [2023-11-23 10:21:00 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:21:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/120#note_1664337856 in 1.02 second(s) [2023-11-23 10:21:01 +0530] [ BUSY ] Migrating issue ticket with labels #92 'Admin/moderator of outreachy mailing list' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:21:01 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121 in 1.02 second(s) [2023-11-23 10:21:01 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:21:02 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:21:02 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:21:02 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 10:21:03 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 10:21:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337892 in 0.82 second(s) [2023-11-23 10:21:04 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 10:21:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337908 in 0.92 second(s) [2023-11-23 10:21:04 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 10:21:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337916 in 0.71 second(s) [2023-11-23 10:21:05 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 10:21:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337926 in 0.92 second(s) [2023-11-23 10:21:06 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 10:21:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337941 in 0.82 second(s) [2023-11-23 10:21:07 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 10:21:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337953 in 0.82 second(s) [2023-11-23 10:21:08 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 10:21:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337972 in 0.92 second(s) [2023-11-23 10:21:09 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 10:21:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337986 in 1.02 second(s) [2023-11-23 10:21:10 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 10:21:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664337995 in 0.82 second(s) [2023-11-23 10:21:11 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 10:21:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/121#note_1664338026 in 0.92 second(s) [2023-11-23 10:21:11 +0530] [ BUSY ] Reading issue tickets information (Page 2 of 3)... [2023-11-23 10:21:15 +0530] Found 35 issue ticket(s) on this page in 4.82 second(s) [2023-11-23 10:21:16 +0530] [ BUSY ] Migrating issue ticket with labels #91 'Application for becoming an Outreachy Coordinator' by 'Nasir Hussain (ID nasirhm)'... [2023-11-23 10:21:16 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/122 in 1.02 second(s) [2023-11-23 10:21:16 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:21:17 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:21:17 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:21:17 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:21:18 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:21:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/122#note_1664338133 in 1.02 second(s) [2023-11-23 10:21:19 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:21:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/122#note_1664338155 in 1.12 second(s) [2023-11-23 10:21:20 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:21:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/122#note_1664338167 in 0.82 second(s) [2023-11-23 10:21:21 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:21:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/122#note_1664338185 in 0.92 second(s) [2023-11-23 10:21:22 +0530] [ BUSY ] Migrating issue ticket with labels #90 'Outreachy: Implement new features on Nmstate and Nispor' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:21:22 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123 in 1.13 second(s) [2023-11-23 10:21:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:21:23 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:21:23 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:21:23 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:21:24 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:21:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123#note_1664338246 in 0.81 second(s) [2023-11-23 10:21:25 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:21:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123#note_1664338260 in 0.82 second(s) [2023-11-23 10:21:26 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:21:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123#note_1664338266 in 0.82 second(s) [2023-11-23 10:21:27 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:21:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123#note_1664338282 in 0.82 second(s) [2023-11-23 10:21:28 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:21:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123#note_1664338298 in 1.33 second(s) [2023-11-23 10:21:29 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:21:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123#note_1664338314 in 0.92 second(s) [2023-11-23 10:21:30 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:21:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/123#note_1664338335 in 0.92 second(s) [2023-11-23 10:21:31 +0530] [ BUSY ] Migrating issue ticket with labels #89 'Outreachy proposal: Enable CI/CD of content to Fedora docs site' by 'Sarah Finn (ID sfinn)'... [2023-11-23 10:21:31 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124 in 1.23 second(s) [2023-11-23 10:21:31 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:21:32 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:21:32 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:21:32 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 10:21:33 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 10:21:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338399 in 1.23 second(s) [2023-11-23 10:21:34 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 10:21:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338414 in 1.22 second(s) [2023-11-23 10:21:35 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 10:21:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338435 in 0.92 second(s) [2023-11-23 10:21:36 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 10:21:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338456 in 0.71 second(s) [2023-11-23 10:21:37 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 10:21:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338479 in 0.92 second(s) [2023-11-23 10:21:38 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 10:21:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338510 in 0.82 second(s) [2023-11-23 10:21:39 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 10:21:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338535 in 0.82 second(s) [2023-11-23 10:21:40 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 10:21:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338556 in 0.82 second(s) [2023-11-23 10:21:41 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 10:21:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338577 in 1.12 second(s) [2023-11-23 10:21:41 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 10:21:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338594 in 0.82 second(s) [2023-11-23 10:21:42 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 10:21:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338607 in 0.92 second(s) [2023-11-23 10:21:44 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 10:21:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338612 in 1.23 second(s) [2023-11-23 10:21:45 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 10:21:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338631 in 1.12 second(s) [2023-11-23 10:21:46 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 10:21:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338650 in 1.12 second(s) [2023-11-23 10:21:47 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 10:21:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/124#note_1664338669 in 0.92 second(s) [2023-11-23 10:21:48 +0530] [ BUSY ] Migrating issue ticket with labels #88 'Outreachy: Improve NetworkManager documentation' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:21:48 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/125 in 1.02 second(s) [2023-11-23 10:21:48 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:21:50 +0530] Asserted CLOSE status of the ticket in 1.84 second(s) [2023-11-23 10:21:50 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:21:50 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:21:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:21:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/125#note_1664338743 in 0.92 second(s) [2023-11-23 10:21:51 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:21:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/125#note_1664338757 in 0.82 second(s) [2023-11-23 10:21:52 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:21:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/125#note_1664338775 in 0.92 second(s) [2023-11-23 10:21:54 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:21:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/125#note_1664338788 in 1.94 second(s) [2023-11-23 10:21:55 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:21:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/125#note_1664338818 in 0.92 second(s) [2023-11-23 10:21:56 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:21:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/125#note_1664338844 in 1.02 second(s) [2023-11-23 10:21:58 +0530] [ BUSY ] Migrating issue ticket with labels #87 'Outreachy: Implementing Wireguard interface support on Nmstate' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:21:58 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126 in 1.53 second(s) [2023-11-23 10:21:58 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:21:59 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:21:59 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:21:59 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:22:00 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:22:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126#note_1664338924 in 0.82 second(s) [2023-11-23 10:22:01 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:22:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126#note_1664338937 in 0.92 second(s) [2023-11-23 10:22:02 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:22:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126#note_1664338955 in 0.92 second(s) [2023-11-23 10:22:03 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:22:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126#note_1664338978 in 1.23 second(s) [2023-11-23 10:22:05 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:22:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126#note_1664338999 in 2.25 second(s) [2023-11-23 10:22:06 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:22:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126#note_1664339024 in 0.92 second(s) [2023-11-23 10:22:07 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:22:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/126#note_1664339035 in 1.23 second(s) [2023-11-23 10:22:09 +0530] [ BUSY ] Migrating issue ticket with labels #86 '[Outreachy] Fedora Design Internship: Fedora Zine - Dec-March 2020-2021 ' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:22:09 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/127 in 1.53 second(s) [2023-11-23 10:22:09 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:22:10 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:22:10 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:22:10 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:22:10 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:22:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/127#note_1664339077 in 0.92 second(s) [2023-11-23 10:22:11 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:22:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/127#note_1664339085 in 0.92 second(s) [2023-11-23 10:22:12 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:22:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/127#note_1664339095 in 0.82 second(s) [2023-11-23 10:22:13 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:22:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/127#note_1664339110 in 1.23 second(s) [2023-11-23 10:22:15 +0530] [ BUSY ] Migrating issue ticket with labels #85 'Proposed Project for GSoC - Unintrusive Synchronized Authorship Web Application' by 'Akashdeep Dhar (ID t0xic0der)'... [2023-11-23 10:22:15 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128 in 1.53 second(s) [2023-11-23 10:22:15 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:22:16 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:22:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:22:16 +0530] Found 41 entities in 0.00 second(s) [2023-11-23 10:22:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 41)... [2023-11-23 10:22:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339168 in 0.82 second(s) [2023-11-23 10:22:18 +0530] [ BUSY ] Transferring comment (Entity 2 of 41)... [2023-11-23 10:22:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339187 in 0.92 second(s) [2023-11-23 10:22:18 +0530] [ BUSY ] Transferring comment (Entity 3 of 41)... [2023-11-23 10:22:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339196 in 0.82 second(s) [2023-11-23 10:22:19 +0530] [ BUSY ] Transferring comment (Entity 4 of 41)... [2023-11-23 10:22:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339212 in 0.82 second(s) [2023-11-23 10:22:20 +0530] [ BUSY ] Transferring comment (Entity 5 of 41)... [2023-11-23 10:22:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339231 in 0.82 second(s) [2023-11-23 10:22:21 +0530] [ BUSY ] Transferring comment (Entity 6 of 41)... [2023-11-23 10:22:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339256 in 1.12 second(s) [2023-11-23 10:22:22 +0530] [ BUSY ] Transferring comment (Entity 7 of 41)... [2023-11-23 10:22:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339279 in 1.13 second(s) [2023-11-23 10:22:23 +0530] [ BUSY ] Transferring comment (Entity 8 of 41)... [2023-11-23 10:22:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339297 in 0.81 second(s) [2023-11-23 10:22:24 +0530] [ BUSY ] Transferring comment (Entity 9 of 41)... [2023-11-23 10:22:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339318 in 0.82 second(s) [2023-11-23 10:22:25 +0530] [ BUSY ] Transferring comment (Entity 10 of 41)... [2023-11-23 10:22:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339323 in 0.81 second(s) [2023-11-23 10:22:26 +0530] [ BUSY ] Transferring comment (Entity 11 of 41)... [2023-11-23 10:22:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339332 in 0.92 second(s) [2023-11-23 10:22:27 +0530] [ BUSY ] Transferring comment (Entity 12 of 41)... [2023-11-23 10:22:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339341 in 0.82 second(s) [2023-11-23 10:22:27 +0530] [ BUSY ] Transferring comment (Entity 13 of 41)... [2023-11-23 10:22:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339357 in 0.82 second(s) [2023-11-23 10:22:28 +0530] [ BUSY ] Transferring comment (Entity 14 of 41)... [2023-11-23 10:22:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339372 in 0.92 second(s) [2023-11-23 10:22:29 +0530] [ BUSY ] Transferring comment (Entity 15 of 41)... [2023-11-23 10:22:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339392 in 1.13 second(s) [2023-11-23 10:22:30 +0530] [ BUSY ] Transferring comment (Entity 16 of 41)... [2023-11-23 10:22:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339411 in 1.02 second(s) [2023-11-23 10:22:32 +0530] [ BUSY ] Transferring comment (Entity 17 of 41)... [2023-11-23 10:22:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339431 in 1.12 second(s) [2023-11-23 10:22:34 +0530] [ BUSY ] Transferring comment (Entity 18 of 41)... [2023-11-23 10:22:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339486 in 2.15 second(s) [2023-11-23 10:22:35 +0530] [ BUSY ] Transferring comment (Entity 19 of 41)... [2023-11-23 10:22:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339497 in 0.92 second(s) [2023-11-23 10:22:36 +0530] [ BUSY ] Transferring comment (Entity 20 of 41)... [2023-11-23 10:22:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339507 in 1.02 second(s) [2023-11-23 10:22:37 +0530] [ BUSY ] Transferring comment (Entity 21 of 41)... [2023-11-23 10:22:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339522 in 0.92 second(s) [2023-11-23 10:22:38 +0530] [ BUSY ] Transferring comment (Entity 22 of 41)... [2023-11-23 10:22:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339535 in 1.12 second(s) [2023-11-23 10:22:38 +0530] [ BUSY ] Transferring comment (Entity 23 of 41)... [2023-11-23 10:22:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339559 in 0.82 second(s) [2023-11-23 10:22:39 +0530] [ BUSY ] Transferring comment (Entity 24 of 41)... [2023-11-23 10:22:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339571 in 0.82 second(s) [2023-11-23 10:22:41 +0530] [ BUSY ] Transferring comment (Entity 25 of 41)... [2023-11-23 10:22:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339582 in 1.23 second(s) [2023-11-23 10:22:41 +0530] [ BUSY ] Transferring comment (Entity 26 of 41)... [2023-11-23 10:22:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339600 in 0.92 second(s) [2023-11-23 10:22:42 +0530] [ BUSY ] Transferring comment (Entity 27 of 41)... [2023-11-23 10:22:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339617 in 0.82 second(s) [2023-11-23 10:22:43 +0530] [ BUSY ] Transferring comment (Entity 28 of 41)... [2023-11-23 10:22:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339638 in 0.92 second(s) [2023-11-23 10:22:45 +0530] [ BUSY ] Transferring comment (Entity 29 of 41)... [2023-11-23 10:22:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339652 in 1.94 second(s) [2023-11-23 10:22:46 +0530] [ BUSY ] Transferring comment (Entity 30 of 41)... [2023-11-23 10:22:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339678 in 1.02 second(s) [2023-11-23 10:22:47 +0530] [ BUSY ] Transferring comment (Entity 31 of 41)... [2023-11-23 10:22:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339692 in 1.13 second(s) [2023-11-23 10:22:48 +0530] [ BUSY ] Transferring comment (Entity 32 of 41)... [2023-11-23 10:22:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339713 in 0.82 second(s) [2023-11-23 10:22:49 +0530] [ BUSY ] Transferring comment (Entity 33 of 41)... [2023-11-23 10:22:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339734 in 1.12 second(s) [2023-11-23 10:22:50 +0530] [ BUSY ] Transferring comment (Entity 34 of 41)... [2023-11-23 10:22:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339753 in 0.92 second(s) [2023-11-23 10:22:51 +0530] [ BUSY ] Transferring comment (Entity 35 of 41)... [2023-11-23 10:22:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339767 in 1.33 second(s) [2023-11-23 10:22:52 +0530] [ BUSY ] Transferring comment (Entity 36 of 41)... [2023-11-23 10:22:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339795 in 0.92 second(s) [2023-11-23 10:22:53 +0530] [ BUSY ] Transferring comment (Entity 37 of 41)... [2023-11-23 10:22:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339825 in 0.92 second(s) [2023-11-23 10:22:54 +0530] [ BUSY ] Transferring comment (Entity 38 of 41)... [2023-11-23 10:22:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339845 in 0.82 second(s) [2023-11-23 10:22:55 +0530] [ BUSY ] Transferring comment (Entity 39 of 41)... [2023-11-23 10:22:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339861 in 1.23 second(s) [2023-11-23 10:22:57 +0530] [ BUSY ] Transferring comment (Entity 40 of 41)... [2023-11-23 10:22:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339894 in 1.22 second(s) [2023-11-23 10:23:00 +0530] [ BUSY ] Transferring comment (Entity 41 of 41)... [2023-11-23 10:23:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/128#note_1664339946 in 3.07 second(s) [2023-11-23 10:23:01 +0530] [ BUSY ] Migrating issue ticket with labels #78 'GSoD 2020 ideas' by 'Petr Bokoc (ID pbokoc)'... [2023-11-23 10:23:01 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129 in 0.92 second(s) [2023-11-23 10:23:01 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:23:02 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:23:02 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:23:02 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:23:03 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:23:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664340003 in 0.82 second(s) [2023-11-23 10:23:04 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:23:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664340015 in 1.33 second(s) [2023-11-23 10:23:05 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:23:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664340034 in 0.82 second(s) [2023-11-23 10:23:06 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:23:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664340056 in 0.92 second(s) [2023-11-23 10:23:06 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 10:23:06 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 10:24:07 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:24:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664341335 in 1.64 second(s) [2023-11-23 10:24:08 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:24:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664341362 in 1.02 second(s) [2023-11-23 10:24:10 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:24:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664341383 in 1.12 second(s) [2023-11-23 10:24:10 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:24:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664341399 in 0.82 second(s) [2023-11-23 10:24:12 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:24:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/129#note_1664341427 in 1.22 second(s) [2023-11-23 10:24:13 +0530] [ BUSY ] Migrating issue ticket with labels #76 'Including more tools and demonstrating the usability of NeuroFedora' by 'Ankur Sinha (ID ankursinha)'... [2023-11-23 10:24:13 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130 in 1.53 second(s) [2023-11-23 10:24:13 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:24:14 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:24:14 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:24:14 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 10:24:15 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 10:24:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341486 in 0.82 second(s) [2023-11-23 10:24:17 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 10:24:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341511 in 1.74 second(s) [2023-11-23 10:24:18 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 10:24:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341527 in 0.92 second(s) [2023-11-23 10:24:19 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 10:24:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341538 in 0.92 second(s) [2023-11-23 10:24:20 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 10:24:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341554 in 0.92 second(s) [2023-11-23 10:24:21 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 10:24:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341584 in 0.92 second(s) [2023-11-23 10:24:22 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 10:24:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341616 in 1.02 second(s) [2023-11-23 10:24:23 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 10:24:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341654 in 1.43 second(s) [2023-11-23 10:24:24 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 10:24:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341683 in 0.92 second(s) [2023-11-23 10:24:25 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 10:24:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341700 in 1.02 second(s) [2023-11-23 10:24:26 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 10:24:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341723 in 0.81 second(s) [2023-11-23 10:24:27 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 10:24:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341745 in 0.82 second(s) [2023-11-23 10:24:28 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 10:24:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341769 in 0.82 second(s) [2023-11-23 10:24:28 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 10:24:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341797 in 0.92 second(s) [2023-11-23 10:24:32 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 10:24:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/130#note_1664341820 in 3.38 second(s) [2023-11-23 10:24:33 +0530] [ BUSY ] Migrating issue ticket with labels #75 'Outreachy - Fedora Websites' by 'Rick Elrod (ID codeblock)'... [2023-11-23 10:24:33 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131 in 1.33 second(s) [2023-11-23 10:24:33 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:24:34 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:24:34 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:24:34 +0530] Found 21 entities in 0.00 second(s) [2023-11-23 10:24:35 +0530] [ BUSY ] Transferring comment (Entity 1 of 21)... [2023-11-23 10:24:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664341897 in 0.92 second(s) [2023-11-23 10:24:36 +0530] [ BUSY ] Transferring comment (Entity 2 of 21)... [2023-11-23 10:24:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664341920 in 0.92 second(s) [2023-11-23 10:24:37 +0530] [ BUSY ] Transferring comment (Entity 3 of 21)... [2023-11-23 10:24:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664341945 in 1.02 second(s) [2023-11-23 10:24:38 +0530] [ BUSY ] Transferring comment (Entity 4 of 21)... [2023-11-23 10:24:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664341967 in 1.12 second(s) [2023-11-23 10:24:39 +0530] [ BUSY ] Transferring comment (Entity 5 of 21)... [2023-11-23 10:24:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664341981 in 0.81 second(s) [2023-11-23 10:24:40 +0530] [ BUSY ] Transferring comment (Entity 6 of 21)... [2023-11-23 10:24:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664341997 in 0.92 second(s) [2023-11-23 10:24:41 +0530] [ BUSY ] Transferring comment (Entity 7 of 21)... [2023-11-23 10:24:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342019 in 0.82 second(s) [2023-11-23 10:24:41 +0530] [ BUSY ] Transferring comment (Entity 8 of 21)... [2023-11-23 10:24:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342037 in 0.92 second(s) [2023-11-23 10:24:42 +0530] [ BUSY ] Transferring comment (Entity 9 of 21)... [2023-11-23 10:24:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342060 in 0.92 second(s) [2023-11-23 10:24:43 +0530] [ BUSY ] Transferring comment (Entity 10 of 21)... [2023-11-23 10:24:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342079 in 0.82 second(s) [2023-11-23 10:24:44 +0530] [ BUSY ] Transferring comment (Entity 11 of 21)... [2023-11-23 10:24:44 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342099 in 0.82 second(s) [2023-11-23 10:24:45 +0530] [ BUSY ] Transferring comment (Entity 12 of 21)... [2023-11-23 10:24:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342120 in 1.33 second(s) [2023-11-23 10:24:46 +0530] [ BUSY ] Transferring comment (Entity 13 of 21)... [2023-11-23 10:24:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342133 in 1.02 second(s) [2023-11-23 10:24:47 +0530] [ BUSY ] Transferring comment (Entity 14 of 21)... [2023-11-23 10:24:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342155 in 0.82 second(s) [2023-11-23 10:24:48 +0530] [ BUSY ] Transferring comment (Entity 15 of 21)... [2023-11-23 10:24:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342171 in 0.92 second(s) [2023-11-23 10:24:49 +0530] [ BUSY ] Transferring comment (Entity 16 of 21)... [2023-11-23 10:24:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342196 in 1.12 second(s) [2023-11-23 10:24:50 +0530] [ BUSY ] Transferring comment (Entity 17 of 21)... [2023-11-23 10:24:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342213 in 0.82 second(s) [2023-11-23 10:24:51 +0530] [ BUSY ] Transferring comment (Entity 18 of 21)... [2023-11-23 10:24:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342225 in 0.92 second(s) [2023-11-23 10:24:53 +0530] [ BUSY ] Transferring comment (Entity 19 of 21)... [2023-11-23 10:24:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342245 in 1.95 second(s) [2023-11-23 10:24:54 +0530] [ BUSY ] Transferring comment (Entity 20 of 21)... [2023-11-23 10:24:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342283 in 1.13 second(s) [2023-11-23 10:24:55 +0530] [ BUSY ] Transferring comment (Entity 21 of 21)... [2023-11-23 10:24:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/131#note_1664342299 in 1.33 second(s) [2023-11-23 10:24:57 +0530] [ BUSY ] Migrating issue ticket with labels #74 'Fedora Badges Back-end Engineering' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:24:57 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/132 in 1.23 second(s) [2023-11-23 10:24:57 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:24:57 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:24:57 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:24:57 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:24:58 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:24:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/132#note_1664342357 in 0.92 second(s) [2023-11-23 10:24:59 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:24:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/132#note_1664342370 in 0.81 second(s) [2023-11-23 10:25:00 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:25:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/132#note_1664342387 in 1.02 second(s) [2023-11-23 10:25:02 +0530] [ BUSY ] Migrating issue ticket with labels #73 'Fedora Design Internship for Outreachy' by 'Marie Nordin (ID riecatnor)'... [2023-11-23 10:25:02 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/133 in 1.94 second(s) [2023-11-23 10:25:02 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:03 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:25:03 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:03 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:25:04 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:25:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/133#note_1664342441 in 0.92 second(s) [2023-11-23 10:25:05 +0530] [ BUSY ] Migrating issue ticket with labels #72 'Improve Network Linux System Role' by 'Till Maas (ID till)'... [2023-11-23 10:25:05 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/134 in 1.12 second(s) [2023-11-23 10:25:05 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:06 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:25:06 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:06 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:25:07 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:25:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/134#note_1664342474 in 0.82 second(s) [2023-11-23 10:25:08 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:25:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/134#note_1664342485 in 1.12 second(s) [2023-11-23 10:25:09 +0530] [ BUSY ] Migrating issue ticket with labels #71 'Add varlink support to Nmstate' by 'FAS Fernando F. Mancera (ID ffmancera)'... [2023-11-23 10:25:09 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/135 in 1.02 second(s) [2023-11-23 10:25:09 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:10 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:25:10 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:10 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:25:11 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:25:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/135#note_1664342547 in 0.82 second(s) [2023-11-23 10:25:12 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:25:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/135#note_1664342565 in 1.53 second(s) [2023-11-23 10:25:13 +0530] [ BUSY ] Migrating issue ticket with labels #70 'Dashboard for Packit 🤖📦' by 'Hunor Csomortáni (ID csomh)'... [2023-11-23 10:25:13 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136 in 1.33 second(s) [2023-11-23 10:25:13 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:15 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:25:15 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:15 +0530] Found 12 entities in 0.00 second(s) [2023-11-23 10:25:16 +0530] [ BUSY ] Transferring comment (Entity 1 of 12)... [2023-11-23 10:25:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342631 in 0.82 second(s) [2023-11-23 10:25:17 +0530] [ BUSY ] Transferring comment (Entity 2 of 12)... [2023-11-23 10:25:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342645 in 1.12 second(s) [2023-11-23 10:25:18 +0530] [ BUSY ] Transferring comment (Entity 3 of 12)... [2023-11-23 10:25:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342671 in 0.92 second(s) [2023-11-23 10:25:19 +0530] [ BUSY ] Transferring comment (Entity 4 of 12)... [2023-11-23 10:25:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342685 in 1.12 second(s) [2023-11-23 10:25:20 +0530] [ BUSY ] Transferring comment (Entity 5 of 12)... [2023-11-23 10:25:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342706 in 0.82 second(s) [2023-11-23 10:25:21 +0530] [ BUSY ] Transferring comment (Entity 6 of 12)... [2023-11-23 10:25:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342723 in 1.43 second(s) [2023-11-23 10:25:22 +0530] [ BUSY ] Transferring comment (Entity 7 of 12)... [2023-11-23 10:25:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342747 in 0.92 second(s) [2023-11-23 10:25:23 +0530] [ BUSY ] Transferring comment (Entity 8 of 12)... [2023-11-23 10:25:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342763 in 0.92 second(s) [2023-11-23 10:25:24 +0530] [ BUSY ] Transferring comment (Entity 9 of 12)... [2023-11-23 10:25:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342789 in 0.92 second(s) [2023-11-23 10:25:25 +0530] [ BUSY ] Transferring comment (Entity 10 of 12)... [2023-11-23 10:25:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342818 in 1.43 second(s) [2023-11-23 10:25:26 +0530] [ BUSY ] Transferring comment (Entity 11 of 12)... [2023-11-23 10:25:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342850 in 0.71 second(s) [2023-11-23 10:25:27 +0530] [ BUSY ] Transferring comment (Entity 12 of 12)... [2023-11-23 10:25:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/136#note_1664342867 in 0.92 second(s) [2023-11-23 10:25:28 +0530] [ BUSY ] Migrating issue ticket with labels #69 'Packit can work with GitLab' by 'Tomas Tomecek (ID ttomecek)'... [2023-11-23 10:25:28 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/137 in 1.11 second(s) [2023-11-23 10:25:28 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:29 +0530] Asserted CLOSE status of the ticket in 0.83 second(s) [2023-11-23 10:25:29 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:29 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:25:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:25:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/137#note_1664342931 in 1.12 second(s) [2023-11-23 10:25:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:25:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/137#note_1664342957 in 0.92 second(s) [2023-11-23 10:25:32 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:25:32 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/137#note_1664342975 in 1.02 second(s) [2023-11-23 10:25:33 +0530] [ BUSY ] Migrating issue ticket with labels #68 'Create a GraphQL API for Bodhi.' by 'Clement Verna (ID cverna)'... [2023-11-23 10:25:33 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138 in 1.43 second(s) [2023-11-23 10:25:33 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:35 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:25:35 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:35 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:25:36 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:25:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343042 in 0.92 second(s) [2023-11-23 10:25:37 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:25:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343060 in 1.12 second(s) [2023-11-23 10:25:37 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:25:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343074 in 0.82 second(s) [2023-11-23 10:25:38 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:25:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343088 in 0.92 second(s) [2023-11-23 10:25:39 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:25:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343104 in 0.92 second(s) [2023-11-23 10:25:40 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:25:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343114 in 0.82 second(s) [2023-11-23 10:25:41 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:25:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343126 in 0.81 second(s) [2023-11-23 10:25:42 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:25:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343135 in 0.82 second(s) [2023-11-23 10:25:43 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:25:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/138#note_1664343152 in 0.92 second(s) [2023-11-23 10:25:44 +0530] [ BUSY ] Migrating issue ticket with labels #64 'Add link to published docs site in Pagure settings for repo' by 'Justin W. Flory (ID jflory7)'... [2023-11-23 10:25:44 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/139 in 1.02 second(s) [2023-11-23 10:25:44 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:45 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:25:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:45 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:25:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:25:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/139#note_1664343208 in 1.02 second(s) [2023-11-23 10:25:47 +0530] [ BUSY ] Migrating issue ticket with labels #61 'Fedora-App " What is FMN"' by 'Tawfiek allah Khalaf (ID tawfiek)'... [2023-11-23 10:25:47 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/140 in 1.02 second(s) [2023-11-23 10:25:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:48 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:25:48 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:48 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:25:49 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:25:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/140#note_1664343253 in 0.82 second(s) [2023-11-23 10:25:50 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:25:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/140#note_1664343269 in 1.02 second(s) [2023-11-23 10:25:51 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:25:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/140#note_1664343281 in 0.82 second(s) [2023-11-23 10:25:51 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:25:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/140#note_1664343292 in 0.82 second(s) [2023-11-23 10:25:53 +0530] [ BUSY ] Migrating issue ticket with labels #54 '[Project idea for GSoC 2019] Fedora Happiness Packets' by 'Jona Azizaj (ID jonatoni)'... [2023-11-23 10:25:53 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/141 in 1.13 second(s) [2023-11-23 10:25:53 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:53 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:25:53 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:53 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:25:54 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:25:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/141#note_1664343338 in 1.02 second(s) [2023-11-23 10:25:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:25:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/141#note_1664343357 in 1.16 second(s) [2023-11-23 10:25:56 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:25:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/141#note_1664343392 in 0.88 second(s) [2023-11-23 10:25:57 +0530] [ BUSY ] Migrating issue ticket with labels #50 '[Project Idea for GSoC 2019] Podman Container SECCOMP generation tool' by 'Daniel J Walsh (ID dwalsh)'... [2023-11-23 10:25:57 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142 in 1.02 second(s) [2023-11-23 10:25:57 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:25:59 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:25:59 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:25:59 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:26:00 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:26:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142#note_1664343469 in 0.92 second(s) [2023-11-23 10:26:01 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:26:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142#note_1664343482 in 1.12 second(s) [2023-11-23 10:26:02 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:26:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142#note_1664343504 in 0.92 second(s) [2023-11-23 10:26:02 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:26:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142#note_1664343523 in 0.81 second(s) [2023-11-23 10:26:03 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:26:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142#note_1664343536 in 0.82 second(s) [2023-11-23 10:26:05 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:26:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142#note_1664343554 in 1.23 second(s) [2023-11-23 10:26:05 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:26:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/142#note_1664343572 in 0.82 second(s) [2023-11-23 10:26:07 +0530] [ BUSY ] Migrating issue ticket with labels #49 ' [Project Idea for GSoC 2019] Release-bot' by 'Rado Pitonak (ID rpitonak)'... [2023-11-23 10:26:07 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/143 in 1.43 second(s) [2023-11-23 10:26:07 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:26:08 +0530] Asserted CLOSE status of the ticket in 1.02 second(s) [2023-11-23 10:26:08 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:26:08 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:26:09 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:26:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/143#note_1664343622 in 1.23 second(s) [2023-11-23 10:26:10 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:26:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/143#note_1664343644 in 1.43 second(s) [2023-11-23 10:26:11 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:26:11 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/143#note_1664343660 in 0.82 second(s) [2023-11-23 10:26:12 +0530] [ BUSY ] Migrating issue ticket with labels #48 '[GSoC] Push Container image updates in bodhi immediately' by 'Tomas Tomecek (ID ttomecek)'... [2023-11-23 10:26:12 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144 in 1.02 second(s) [2023-11-23 10:26:12 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:26:13 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:26:13 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:26:13 +0530] Found 10 entities in 0.00 second(s) [2023-11-23 10:26:14 +0530] [ BUSY ] Transferring comment (Entity 1 of 10)... [2023-11-23 10:26:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343700 in 0.82 second(s) [2023-11-23 10:26:15 +0530] [ BUSY ] Transferring comment (Entity 2 of 10)... [2023-11-23 10:26:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343713 in 0.82 second(s) [2023-11-23 10:26:16 +0530] [ BUSY ] Transferring comment (Entity 3 of 10)... [2023-11-23 10:26:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343729 in 1.22 second(s) [2023-11-23 10:26:17 +0530] [ BUSY ] Transferring comment (Entity 4 of 10)... [2023-11-23 10:26:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343744 in 0.92 second(s) [2023-11-23 10:26:18 +0530] [ BUSY ] Transferring comment (Entity 5 of 10)... [2023-11-23 10:26:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343753 in 0.82 second(s) [2023-11-23 10:26:19 +0530] [ BUSY ] Transferring comment (Entity 6 of 10)... [2023-11-23 10:26:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343769 in 1.23 second(s) [2023-11-23 10:26:20 +0530] [ BUSY ] Transferring comment (Entity 7 of 10)... [2023-11-23 10:26:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343788 in 1.23 second(s) [2023-11-23 10:26:21 +0530] [ BUSY ] Transferring comment (Entity 8 of 10)... [2023-11-23 10:26:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343806 in 0.81 second(s) [2023-11-23 10:26:22 +0530] [ BUSY ] Transferring comment (Entity 9 of 10)... [2023-11-23 10:26:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343816 in 1.12 second(s) [2023-11-23 10:26:23 +0530] [ BUSY ] Transferring comment (Entity 10 of 10)... [2023-11-23 10:26:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/144#note_1664343835 in 0.92 second(s) [2023-11-23 10:26:24 +0530] [ BUSY ] Migrating issue ticket with labels #47 '[Project Idea for GSoC 2019] Change management tool' by 'Ben Cotton (ID bcotton)'... [2023-11-23 10:26:24 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/145 in 1.23 second(s) [2023-11-23 10:26:24 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:26:25 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:26:25 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:26:25 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:26:26 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:26:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/145#note_1664343889 in 0.92 second(s) [2023-11-23 10:26:27 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:26:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/145#note_1664343908 in 0.82 second(s) [2023-11-23 10:26:27 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:26:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/145#note_1664343922 in 0.82 second(s) [2023-11-23 10:26:29 +0530] [ BUSY ] Migrating issue ticket with labels #46 'Improving Fedora Android App' by 'Amitosh Swain Mahapatra (ID amitosh)'... [2023-11-23 10:26:29 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/146 in 1.23 second(s) [2023-11-23 10:26:29 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:26:30 +0530] Asserted CLOSE status of the ticket in 0.81 second(s) [2023-11-23 10:26:30 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:26:30 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:26:30 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:26:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/146#note_1664343968 in 0.92 second(s) [2023-11-23 10:26:31 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:26:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/146#note_1664343974 in 0.82 second(s) [2023-11-23 10:26:33 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:26:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/146#note_1664343993 in 2.04 second(s) [2023-11-23 10:26:34 +0530] [ BUSY ] Migrating issue ticket with labels #45 'Fedora Gooye Karma' by 'Sumantro Mukherjee (ID sumantrom)'... [2023-11-23 10:26:34 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/147 in 1.12 second(s) [2023-11-23 10:26:34 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:26:36 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:26:36 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:26:36 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:26:36 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:26:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/147#note_1664344052 in 0.82 second(s) [2023-11-23 10:26:38 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:26:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/147#note_1664344066 in 1.33 second(s) [2023-11-23 10:26:39 +0530] [ BUSY ] Migrating issue ticket with labels #44 '[Project Idea for GSoC 2019] CentOS CI user front end' by 'Vipul Siddharth (ID siddharthvipul1)'... [2023-11-23 10:26:39 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/148 in 1.02 second(s) [2023-11-23 10:26:39 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:26:40 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:26:40 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:26:40 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:26:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:26:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/148#note_1664344113 in 1.02 second(s) [2023-11-23 10:26:42 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:26:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/148#note_1664344130 in 0.92 second(s) [2023-11-23 10:26:43 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:26:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/148#note_1664344152 in 1.12 second(s) [2023-11-23 10:26:44 +0530] [ BUSY ] Migrating issue ticket with labels #43 'I want to be General Mentor' by 'Alberto Rodriguez Sanchez (ID bt0dotninja)'... [2023-11-23 10:26:44 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149 in 1.33 second(s) [2023-11-23 10:26:44 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:26:45 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:26:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:26:45 +0530] Found 17 entities in 0.00 second(s) [2023-11-23 10:26:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 17)... [2023-11-23 10:26:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344197 in 0.82 second(s) [2023-11-23 10:26:47 +0530] [ BUSY ] Transferring comment (Entity 2 of 17)... [2023-11-23 10:26:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344210 in 0.92 second(s) [2023-11-23 10:26:48 +0530] [ BUSY ] Transferring comment (Entity 3 of 17)... [2023-11-23 10:26:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344222 in 0.92 second(s) [2023-11-23 10:26:49 +0530] [ BUSY ] Transferring comment (Entity 4 of 17)... [2023-11-23 10:26:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344236 in 1.33 second(s) [2023-11-23 10:26:50 +0530] [ BUSY ] Transferring comment (Entity 5 of 17)... [2023-11-23 10:26:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344252 in 0.82 second(s) [2023-11-23 10:26:51 +0530] [ BUSY ] Transferring comment (Entity 6 of 17)... [2023-11-23 10:26:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344272 in 0.92 second(s) [2023-11-23 10:26:52 +0530] [ BUSY ] Transferring comment (Entity 7 of 17)... [2023-11-23 10:26:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344285 in 0.81 second(s) [2023-11-23 10:26:53 +0530] [ BUSY ] Transferring comment (Entity 8 of 17)... [2023-11-23 10:26:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344299 in 1.33 second(s) [2023-11-23 10:26:54 +0530] [ BUSY ] Transferring comment (Entity 9 of 17)... [2023-11-23 10:26:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344315 in 1.23 second(s) [2023-11-23 10:26:55 +0530] [ BUSY ] Transferring comment (Entity 10 of 17)... [2023-11-23 10:26:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344351 in 0.92 second(s) [2023-11-23 10:26:56 +0530] [ BUSY ] Transferring comment (Entity 11 of 17)... [2023-11-23 10:26:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344371 in 0.82 second(s) [2023-11-23 10:26:57 +0530] [ BUSY ] Transferring comment (Entity 12 of 17)... [2023-11-23 10:26:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344389 in 0.82 second(s) [2023-11-23 10:26:58 +0530] [ BUSY ] Transferring comment (Entity 13 of 17)... [2023-11-23 10:26:58 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344415 in 0.81 second(s) [2023-11-23 10:26:59 +0530] [ BUSY ] Transferring comment (Entity 14 of 17)... [2023-11-23 10:26:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344430 in 1.02 second(s) [2023-11-23 10:27:00 +0530] [ BUSY ] Transferring comment (Entity 15 of 17)... [2023-11-23 10:27:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344450 in 0.81 second(s) [2023-11-23 10:27:00 +0530] [ BUSY ] Transferring comment (Entity 16 of 17)... [2023-11-23 10:27:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344466 in 0.82 second(s) [2023-11-23 10:27:02 +0530] [ BUSY ] Transferring comment (Entity 17 of 17)... [2023-11-23 10:27:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/149#note_1664344488 in 1.33 second(s) [2023-11-23 10:27:03 +0530] [ BUSY ] Migrating issue ticket with labels #41 ' Outreachy : fedora security dashboard' by 'Huzaifa Sidhpurwala (ID huzaifas)'... [2023-11-23 10:27:03 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150 in 0.92 second(s) [2023-11-23 10:27:03 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:27:04 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 10:27:04 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:27:04 +0530] Found 15 entities in 0.00 second(s) [2023-11-23 10:27:05 +0530] [ BUSY ] Transferring comment (Entity 1 of 15)... [2023-11-23 10:27:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344561 in 1.13 second(s) [2023-11-23 10:27:07 +0530] [ BUSY ] Transferring comment (Entity 2 of 15)... [2023-11-23 10:27:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344590 in 1.22 second(s) [2023-11-23 10:27:07 +0530] [ BUSY ] Transferring comment (Entity 3 of 15)... [2023-11-23 10:27:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344604 in 0.82 second(s) [2023-11-23 10:27:08 +0530] [ BUSY ] Transferring comment (Entity 4 of 15)... [2023-11-23 10:27:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344611 in 0.92 second(s) [2023-11-23 10:27:09 +0530] [ BUSY ] Transferring comment (Entity 5 of 15)... [2023-11-23 10:27:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344621 in 0.82 second(s) [2023-11-23 10:27:10 +0530] [ BUSY ] Transferring comment (Entity 6 of 15)... [2023-11-23 10:27:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344649 in 1.12 second(s) [2023-11-23 10:27:12 +0530] [ BUSY ] Transferring comment (Entity 7 of 15)... [2023-11-23 10:27:12 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344673 in 1.33 second(s) [2023-11-23 10:27:13 +0530] [ BUSY ] Transferring comment (Entity 8 of 15)... [2023-11-23 10:27:13 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344697 in 0.92 second(s) [2023-11-23 10:27:14 +0530] [ BUSY ] Transferring comment (Entity 9 of 15)... [2023-11-23 10:27:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344719 in 1.13 second(s) [2023-11-23 10:27:14 +0530] [ BUSY ] Transferring comment (Entity 10 of 15)... [2023-11-23 10:27:14 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344734 in 0.82 second(s) [2023-11-23 10:27:16 +0530] [ BUSY ] Transferring comment (Entity 11 of 15)... [2023-11-23 10:27:16 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344760 in 1.33 second(s) [2023-11-23 10:27:17 +0530] [ BUSY ] Transferring comment (Entity 12 of 15)... [2023-11-23 10:27:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344782 in 0.71 second(s) [2023-11-23 10:27:18 +0530] [ BUSY ] Transferring comment (Entity 13 of 15)... [2023-11-23 10:27:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344801 in 1.33 second(s) [2023-11-23 10:27:19 +0530] [ BUSY ] Transferring comment (Entity 14 of 15)... [2023-11-23 10:27:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344833 in 1.53 second(s) [2023-11-23 10:27:20 +0530] [ BUSY ] Transferring comment (Entity 15 of 15)... [2023-11-23 10:27:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/150#note_1664344853 in 0.92 second(s) [2023-11-23 10:27:22 +0530] [ BUSY ] Migrating issue ticket with labels #39 'Outreachy : fedora-search a new package search engine for Fedora' by 'Clement Verna (ID cverna)'... [2023-11-23 10:27:22 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151 in 2.15 second(s) [2023-11-23 10:27:22 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:27:23 +0530] Asserted CLOSE status of the ticket in 0.92 second(s) [2023-11-23 10:27:23 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:27:23 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:27:25 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:27:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151#note_1664344913 in 1.30 second(s) [2023-11-23 10:27:26 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:27:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151#note_1664344941 in 1.15 second(s) [2023-11-23 10:27:27 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:27:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151#note_1664344962 in 1.63 second(s) [2023-11-23 10:27:28 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:27:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151#note_1664344970 in 0.80 second(s) [2023-11-23 10:27:30 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:27:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151#note_1664344983 in 1.24 second(s) [2023-11-23 10:27:31 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:27:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151#note_1664345005 in 1.02 second(s) [2023-11-23 10:27:31 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:27:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/151#note_1664345025 in 0.92 second(s) [2023-11-23 10:27:31 +0530] [ WARN ] Rate limit reached - 195 API requests made... [2023-11-23 10:27:31 +0530] Waiting for 60 second(s) and resetting the counter before resuming the transfer process [2023-11-23 10:28:33 +0530] [ BUSY ] Migrating issue ticket with labels #38 'Outreachy project - CLI for pull-requests workflow' by 'Aleksandra Fedorova (ID bookwar)'... [2023-11-23 10:28:33 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152 in 1.64 second(s) [2023-11-23 10:28:33 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:28:34 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:28:34 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:28:34 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 10:28:35 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 10:28:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346041 in 1.02 second(s) [2023-11-23 10:28:36 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 10:28:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346063 in 1.12 second(s) [2023-11-23 10:28:37 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 10:28:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346084 in 0.82 second(s) [2023-11-23 10:28:38 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 10:28:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346097 in 0.92 second(s) [2023-11-23 10:28:39 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 10:28:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346112 in 0.82 second(s) [2023-11-23 10:28:39 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 10:28:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346129 in 0.92 second(s) [2023-11-23 10:28:40 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 10:28:40 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346140 in 0.92 second(s) [2023-11-23 10:28:42 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 10:28:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/152#note_1664346166 in 1.84 second(s) [2023-11-23 10:28:43 +0530] [ BUSY ] Migrating issue ticket with labels #37 'Outreachy project - Improve External Bugs and Links pages in FAF' by 'Matej Marusak (ID mmarusak)'... [2023-11-23 10:28:43 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153 in 1.23 second(s) [2023-11-23 10:28:43 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:28:45 +0530] Asserted CLOSE status of the ticket in 1.12 second(s) [2023-11-23 10:28:45 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:28:45 +0530] Found 8 entities in 0.00 second(s) [2023-11-23 10:28:45 +0530] [ BUSY ] Transferring comment (Entity 1 of 8)... [2023-11-23 10:28:45 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346230 in 0.92 second(s) [2023-11-23 10:28:46 +0530] [ BUSY ] Transferring comment (Entity 2 of 8)... [2023-11-23 10:28:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346244 in 0.82 second(s) [2023-11-23 10:28:47 +0530] [ BUSY ] Transferring comment (Entity 3 of 8)... [2023-11-23 10:28:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346259 in 0.92 second(s) [2023-11-23 10:28:48 +0530] [ BUSY ] Transferring comment (Entity 4 of 8)... [2023-11-23 10:28:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346277 in 0.82 second(s) [2023-11-23 10:28:49 +0530] [ BUSY ] Transferring comment (Entity 5 of 8)... [2023-11-23 10:28:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346297 in 1.33 second(s) [2023-11-23 10:28:50 +0530] [ BUSY ] Transferring comment (Entity 6 of 8)... [2023-11-23 10:28:50 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346314 in 0.82 second(s) [2023-11-23 10:28:51 +0530] [ BUSY ] Transferring comment (Entity 7 of 8)... [2023-11-23 10:28:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346328 in 0.82 second(s) [2023-11-23 10:28:52 +0530] [ BUSY ] Transferring comment (Entity 8 of 8)... [2023-11-23 10:28:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/153#note_1664346344 in 0.82 second(s) [2023-11-23 10:28:53 +0530] [ BUSY ] Migrating issue ticket with labels #36 'Fix 404s' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:28:53 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/154 in 1.23 second(s) [2023-11-23 10:28:53 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:28:54 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:28:54 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:28:54 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:28:55 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:28:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/154#note_1664346480 in 1.23 second(s) [2023-11-23 10:28:56 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:28:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/154#note_1664346503 in 1.12 second(s) [2023-11-23 10:28:57 +0530] [ BUSY ] Migrating issue ticket with labels #35 'Fix bad asciidoc' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:28:57 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/155 in 1.02 second(s) [2023-11-23 10:28:57 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:28:58 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:28:58 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:28:58 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:28:59 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:28:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/155#note_1664346566 in 0.81 second(s) [2023-11-23 10:29:00 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:29:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/155#note_1664346592 in 1.53 second(s) [2023-11-23 10:29:01 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:29:01 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/155#note_1664346609 in 0.92 second(s) [2023-11-23 10:29:02 +0530] [ BUSY ] Migrating issue ticket with labels #33 'Switching Fedora Docs to Antora — last weekend of July' by 'Adam Samalik (ID asamalik)'... [2023-11-23 10:29:02 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/156 in 1.02 second(s) [2023-11-23 10:29:02 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:03 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:29:03 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:03 +0530] Found 6 entities in 0.00 second(s) [2023-11-23 10:29:04 +0530] [ BUSY ] Transferring comment (Entity 1 of 6)... [2023-11-23 10:29:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/156#note_1664346678 in 1.33 second(s) [2023-11-23 10:29:05 +0530] [ BUSY ] Transferring comment (Entity 2 of 6)... [2023-11-23 10:29:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/156#note_1664346698 in 0.92 second(s) [2023-11-23 10:29:06 +0530] [ BUSY ] Transferring comment (Entity 3 of 6)... [2023-11-23 10:29:06 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/156#note_1664346717 in 1.02 second(s) [2023-11-23 10:29:07 +0530] [ BUSY ] Transferring comment (Entity 4 of 6)... [2023-11-23 10:29:07 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/156#note_1664346730 in 0.92 second(s) [2023-11-23 10:29:08 +0530] [ BUSY ] Transferring comment (Entity 5 of 6)... [2023-11-23 10:29:08 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/156#note_1664346745 in 0.81 second(s) [2023-11-23 10:29:09 +0530] [ BUSY ] Transferring comment (Entity 6 of 6)... [2023-11-23 10:29:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/156#note_1664346764 in 0.82 second(s) [2023-11-23 10:29:09 +0530] [ BUSY ] Reading issue tickets information (Page 3 of 3)... [2023-11-23 10:29:12 +0530] Found 16 issue ticket(s) on this page in 2.97 second(s) [2023-11-23 10:29:13 +0530] [ BUSY ] Migrating issue ticket with labels #25 'Include Perceval plugin GSoC idea for Outreachy' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 10:29:13 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/157 in 1.02 second(s) [2023-11-23 10:29:13 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:16 +0530] Asserted CLOSE status of the ticket in 3.07 second(s) [2023-11-23 10:29:16 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:16 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:29:17 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:29:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/157#note_1664346899 in 0.92 second(s) [2023-11-23 10:29:18 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:29:18 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/157#note_1664346909 in 0.92 second(s) [2023-11-23 10:29:19 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:29:19 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/157#note_1664346926 in 1.12 second(s) [2023-11-23 10:29:20 +0530] [ BUSY ] Migrating issue ticket with labels #23 'Add contact for Atomic idea' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 10:29:20 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/158 in 1.12 second(s) [2023-11-23 10:29:20 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:21 +0530] Asserted CLOSE status of the ticket in 1.23 second(s) [2023-11-23 10:29:21 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:21 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:29:23 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:29:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/158#note_1664347008 in 1.33 second(s) [2023-11-23 10:29:23 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:29:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/158#note_1664347032 in 0.72 second(s) [2023-11-23 10:29:24 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:29:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/158#note_1664347043 in 1.12 second(s) [2023-11-23 10:29:25 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:29:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/158#note_1664347063 in 0.92 second(s) [2023-11-23 10:29:26 +0530] [ BUSY ] Migrating issue ticket with labels #22 'Need to get Outreachy projects immediately' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:29:26 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/159 in 1.02 second(s) [2023-11-23 10:29:26 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:28 +0530] Asserted CLOSE status of the ticket in 1.64 second(s) [2023-11-23 10:29:28 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:28 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:29:29 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:29:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/159#note_1664347130 in 1.02 second(s) [2023-11-23 10:29:30 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:29:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/159#note_1664347144 in 0.82 second(s) [2023-11-23 10:29:31 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:29:31 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/159#note_1664347164 in 1.23 second(s) [2023-11-23 10:29:32 +0530] [ BUSY ] Migrating issue ticket with labels #20 'GSoC project proposal: New container backends for conu' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 10:29:32 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/160 in 1.33 second(s) [2023-11-23 10:29:32 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:33 +0530] Asserted CLOSE status of the ticket in 0.82 second(s) [2023-11-23 10:29:33 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:33 +0530] Found 4 entities in 0.00 second(s) [2023-11-23 10:29:34 +0530] [ BUSY ] Transferring comment (Entity 1 of 4)... [2023-11-23 10:29:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/160#note_1664347212 in 0.92 second(s) [2023-11-23 10:29:35 +0530] [ BUSY ] Transferring comment (Entity 2 of 4)... [2023-11-23 10:29:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/160#note_1664347229 in 0.92 second(s) [2023-11-23 10:29:36 +0530] [ BUSY ] Transferring comment (Entity 3 of 4)... [2023-11-23 10:29:36 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/160#note_1664347246 in 0.82 second(s) [2023-11-23 10:29:37 +0530] [ BUSY ] Transferring comment (Entity 4 of 4)... [2023-11-23 10:29:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/160#note_1664347255 in 0.82 second(s) [2023-11-23 10:29:39 +0530] [ BUSY ] Migrating issue ticket with labels #19 'GSoC project proposal: Advanced test cases for images running in OpenShift using conu' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 10:29:39 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/161 in 2.56 second(s) [2023-11-23 10:29:39 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:40 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:29:40 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:40 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:29:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:29:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/161#note_1664347316 in 0.92 second(s) [2023-11-23 10:29:42 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:29:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/161#note_1664347329 in 0.92 second(s) [2023-11-23 10:29:43 +0530] [ BUSY ] Migrating issue ticket with labels #18 'GSoC project proposal: Fedora Dockerfile linter leveraging Container Best Practices' by 'Eliska Slobodova (ID eslobodo)'... [2023-11-23 10:29:43 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/162 in 1.22 second(s) [2023-11-23 10:29:43 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:46 +0530] Asserted CLOSE status of the ticket in 2.46 second(s) [2023-11-23 10:29:46 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:46 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:29:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:29:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/162#note_1664347408 in 0.92 second(s) [2023-11-23 10:29:47 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:29:47 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/162#note_1664347422 in 0.92 second(s) [2023-11-23 10:29:48 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:29:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/162#note_1664347435 in 0.92 second(s) [2023-11-23 10:29:49 +0530] [ BUSY ] Migrating issue ticket with labels #14 'Atomic IoT (likely useful in numerous other Atomic ideas) host upgrade daemon' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 10:29:49 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/163 in 1.12 second(s) [2023-11-23 10:29:49 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:50 +0530] Asserted CLOSE status of the ticket in 0.72 second(s) [2023-11-23 10:29:50 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:50 +0530] Found 5 entities in 0.00 second(s) [2023-11-23 10:29:51 +0530] [ BUSY ] Transferring comment (Entity 1 of 5)... [2023-11-23 10:29:51 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/163#note_1664347483 in 0.92 second(s) [2023-11-23 10:29:52 +0530] [ BUSY ] Transferring comment (Entity 2 of 5)... [2023-11-23 10:29:52 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/163#note_1664347508 in 0.82 second(s) [2023-11-23 10:29:53 +0530] [ BUSY ] Transferring comment (Entity 3 of 5)... [2023-11-23 10:29:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/163#note_1664347530 in 0.92 second(s) [2023-11-23 10:29:54 +0530] [ BUSY ] Transferring comment (Entity 4 of 5)... [2023-11-23 10:29:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/163#note_1664347551 in 0.92 second(s) [2023-11-23 10:29:55 +0530] [ BUSY ] Transferring comment (Entity 5 of 5)... [2023-11-23 10:29:55 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/163#note_1664347561 in 0.92 second(s) [2023-11-23 10:29:56 +0530] [ BUSY ] Migrating issue ticket with labels #13 'Creating summer coding "best practices" docs for mentors' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:29:56 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164 in 1.12 second(s) [2023-11-23 10:29:56 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:29:56 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:29:56 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:29:56 +0530] Found 9 entities in 0.00 second(s) [2023-11-23 10:29:57 +0530] [ BUSY ] Transferring comment (Entity 1 of 9)... [2023-11-23 10:29:57 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347595 in 1.12 second(s) [2023-11-23 10:29:59 +0530] [ BUSY ] Transferring comment (Entity 2 of 9)... [2023-11-23 10:29:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347617 in 1.74 second(s) [2023-11-23 10:29:59 +0530] [ BUSY ] Transferring comment (Entity 3 of 9)... [2023-11-23 10:29:59 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347653 in 0.82 second(s) [2023-11-23 10:30:00 +0530] [ BUSY ] Transferring comment (Entity 4 of 9)... [2023-11-23 10:30:00 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347665 in 0.92 second(s) [2023-11-23 10:30:02 +0530] [ BUSY ] Transferring comment (Entity 5 of 9)... [2023-11-23 10:30:02 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347684 in 1.33 second(s) [2023-11-23 10:30:03 +0530] [ BUSY ] Transferring comment (Entity 6 of 9)... [2023-11-23 10:30:03 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347697 in 0.82 second(s) [2023-11-23 10:30:04 +0530] [ BUSY ] Transferring comment (Entity 7 of 9)... [2023-11-23 10:30:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347721 in 1.02 second(s) [2023-11-23 10:30:04 +0530] [ BUSY ] Transferring comment (Entity 8 of 9)... [2023-11-23 10:30:04 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347738 in 0.92 second(s) [2023-11-23 10:30:05 +0530] [ BUSY ] Transferring comment (Entity 9 of 9)... [2023-11-23 10:30:05 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/164#note_1664347754 in 1.02 second(s) [2023-11-23 10:30:07 +0530] [ BUSY ] Migrating issue ticket with labels #10 'Improve GPIO support in Fedora in general and particularly on the Raspberry Pi.' by 'Peter Robinson (ID pbrobinson)'... [2023-11-23 10:30:07 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/165 in 1.33 second(s) [2023-11-23 10:30:07 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:08 +0530] Asserted CLOSE status of the ticket in 1.33 second(s) [2023-11-23 10:30:08 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:08 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:30:09 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:30:09 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/165#note_1664347807 in 0.92 second(s) [2023-11-23 10:30:10 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:30:10 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/165#note_1664347828 in 1.23 second(s) [2023-11-23 10:30:11 +0530] [ BUSY ] Migrating issue ticket with labels #9 '[URGENT] Need Project Ideas' by 'Sachin S Kamath (ID skamath)'... [2023-11-23 10:30:11 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/166 in 1.02 second(s) [2023-11-23 10:30:11 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:14 +0530] Asserted CLOSE status of the ticket in 3.17 second(s) [2023-11-23 10:30:14 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:14 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:30:15 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:30:15 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/166#note_1664347913 in 0.81 second(s) [2023-11-23 10:30:17 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:30:17 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/166#note_1664347928 in 1.43 second(s) [2023-11-23 10:30:18 +0530] [ BUSY ] Migrating issue ticket with labels #8 'CFP for Outreachy Mentors Summer 2018' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:30:18 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167 in 1.12 second(s) [2023-11-23 10:30:18 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:19 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:30:19 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:19 +0530] Found 11 entities in 0.00 second(s) [2023-11-23 10:30:20 +0530] [ BUSY ] Transferring comment (Entity 1 of 11)... [2023-11-23 10:30:20 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664347993 in 1.13 second(s) [2023-11-23 10:30:21 +0530] [ BUSY ] Transferring comment (Entity 2 of 11)... [2023-11-23 10:30:21 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348011 in 1.12 second(s) [2023-11-23 10:30:22 +0530] [ BUSY ] Transferring comment (Entity 3 of 11)... [2023-11-23 10:30:22 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348033 in 0.82 second(s) [2023-11-23 10:30:23 +0530] [ BUSY ] Transferring comment (Entity 4 of 11)... [2023-11-23 10:30:23 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348052 in 1.23 second(s) [2023-11-23 10:30:24 +0530] [ BUSY ] Transferring comment (Entity 5 of 11)... [2023-11-23 10:30:24 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348070 in 0.92 second(s) [2023-11-23 10:30:25 +0530] [ BUSY ] Transferring comment (Entity 6 of 11)... [2023-11-23 10:30:25 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348091 in 0.92 second(s) [2023-11-23 10:30:26 +0530] [ BUSY ] Transferring comment (Entity 7 of 11)... [2023-11-23 10:30:26 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348099 in 0.82 second(s) [2023-11-23 10:30:27 +0530] [ BUSY ] Transferring comment (Entity 8 of 11)... [2023-11-23 10:30:27 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348111 in 1.23 second(s) [2023-11-23 10:30:28 +0530] [ BUSY ] Transferring comment (Entity 9 of 11)... [2023-11-23 10:30:28 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348131 in 0.81 second(s) [2023-11-23 10:30:29 +0530] [ BUSY ] Transferring comment (Entity 10 of 11)... [2023-11-23 10:30:29 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348139 in 0.92 second(s) [2023-11-23 10:30:30 +0530] [ BUSY ] Transferring comment (Entity 11 of 11)... [2023-11-23 10:30:30 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/167#note_1664348151 in 1.43 second(s) [2023-11-23 10:30:31 +0530] [ BUSY ] Migrating issue ticket with labels #7 'Complete Outreachy application for Fedora' by 'Laura Abbott (ID labbott)'... [2023-11-23 10:30:31 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168 in 1.12 second(s) [2023-11-23 10:30:31 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:32 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:30:32 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:32 +0530] Found 7 entities in 0.00 second(s) [2023-11-23 10:30:33 +0530] [ BUSY ] Transferring comment (Entity 1 of 7)... [2023-11-23 10:30:33 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168#note_1664348197 in 0.82 second(s) [2023-11-23 10:30:34 +0530] [ BUSY ] Transferring comment (Entity 2 of 7)... [2023-11-23 10:30:34 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168#note_1664348217 in 1.23 second(s) [2023-11-23 10:30:35 +0530] [ BUSY ] Transferring comment (Entity 3 of 7)... [2023-11-23 10:30:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168#note_1664348230 in 0.81 second(s) [2023-11-23 10:30:35 +0530] [ BUSY ] Transferring comment (Entity 4 of 7)... [2023-11-23 10:30:35 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168#note_1664348240 in 0.82 second(s) [2023-11-23 10:30:37 +0530] [ BUSY ] Transferring comment (Entity 5 of 7)... [2023-11-23 10:30:37 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168#note_1664348263 in 1.33 second(s) [2023-11-23 10:30:38 +0530] [ BUSY ] Transferring comment (Entity 6 of 7)... [2023-11-23 10:30:38 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168#note_1664348287 in 0.82 second(s) [2023-11-23 10:30:39 +0530] [ BUSY ] Transferring comment (Entity 7 of 7)... [2023-11-23 10:30:39 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/168#note_1664348304 in 1.02 second(s) [2023-11-23 10:30:40 +0530] [ BUSY ] Migrating issue ticket with labels #4 'Submit GSoC 2018 Application' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:30:40 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/169 in 0.92 second(s) [2023-11-23 10:30:40 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:40 +0530] Asserted CLOSE status of the ticket in 0.71 second(s) [2023-11-23 10:30:40 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:40 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:30:41 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:30:41 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/169#note_1664348348 in 0.82 second(s) [2023-11-23 10:30:42 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:30:42 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/169#note_1664348365 in 1.12 second(s) [2023-11-23 10:30:43 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:30:43 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/169#note_1664348383 in 1.02 second(s) [2023-11-23 10:30:44 +0530] [ BUSY ] Migrating issue ticket with labels #3 'Can we gather stastics about long-term participation?' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:30:44 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/170 in 0.92 second(s) [2023-11-23 10:30:44 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:44 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:30:44 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:44 +0530] Found 1 entities in 0.00 second(s) [2023-11-23 10:30:46 +0530] [ BUSY ] Transferring comment (Entity 1 of 1)... [2023-11-23 10:30:46 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/170#note_1664348411 in 1.33 second(s) [2023-11-23 10:30:47 +0530] [ BUSY ] Migrating issue ticket with labels #2 'Ensure we have Fedora Badges for participants in each program and that the award list is accurate' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:30:47 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/171 in 1.54 second(s) [2023-11-23 10:30:47 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:47 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:30:47 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:47 +0530] Found 2 entities in 0.00 second(s) [2023-11-23 10:30:48 +0530] [ BUSY ] Transferring comment (Entity 1 of 2)... [2023-11-23 10:30:48 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/171#note_1664348458 in 1.22 second(s) [2023-11-23 10:30:49 +0530] [ BUSY ] Transferring comment (Entity 2 of 2)... [2023-11-23 10:30:49 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/171#note_1664348473 in 0.92 second(s) [2023-11-23 10:30:52 +0530] [ BUSY ] Migrating issue ticket with labels #1 'LT Goal: Let's build a website to promote our participation and history' by 'Brian (bex) Exelbierd (ID bex)'... [2023-11-23 10:30:52 +0530] Migrated to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/172 in 2.45 second(s) [2023-11-23 10:30:52 +0530] [ BUSY ] Asserting issue ticket status... [2023-11-23 10:30:52 +0530] Assertion unnecessary due to the OPEN status of the ticket [2023-11-23 10:30:52 +0530] [ BUSY ] Reading comment information... [2023-11-23 10:30:52 +0530] Found 3 entities in 0.00 second(s) [2023-11-23 10:30:53 +0530] [ BUSY ] Transferring comment (Entity 1 of 3)... [2023-11-23 10:30:53 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/172#note_1664348553 in 1.12 second(s) [2023-11-23 10:30:54 +0530] [ BUSY ] Transferring comment (Entity 2 of 3)... [2023-11-23 10:30:54 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/172#note_1664348578 in 0.92 second(s) [2023-11-23 10:30:56 +0530] [ BUSY ] Transferring comment (Entity 3 of 3)... [2023-11-23 10:30:56 +0530] Transferred to https://gitlab.com/fedora/websites-apps/fedora-badges/pagure-exporter-test/-/issues/172#note_1664348654 in 1.94 second(s) [2023-11-23 10:30:56 +0530] [ PASS ] Namespace assets transferring queue processed! [2023-11-23 10:30:56 +0530] 86 issue ticket(s) transferred ```
semioticrobotic commented 11 months ago

Thanks for letting me know about this, @jwflory and @gridhead. I'm sorry you're experiencing this. Let me find the proper person to review and comment on API limits.

StingRayZA commented 11 months ago

Hey folks 👋 @semioticrobotic asked if I could take a look here and offer any insights.

You've (correctly) found the docs pertaining to the limits configured on gitlab.com. Additionally, as a part of the rate-limit 429 error, gitlab sends back a couple of other headers, which can be interpreted by the tool to ‘back off and wait’ and as a result ‘obey’ the rate-limits. The list of headers are here: https://docs.gitlab.com/ee/administration/settings/user_and_ip_rate_limits.html#response-headers (This doc also mentions bypassing rate-limits - that’s only available for self-hosted installs)

I do know that some api clients have built in handling for this rate-limit - and they inherently ‘obey’ this (python example) The 'easiest' fix to this issue would be for pagure-exporter to ‘nicely’ support understanding those 429 errors, backing off and waiting, before resuming. Here is a direct link to where this is handled inside python-gitlab.

(I'd like to take this opportunity to recommend python-gitlab for your interactions with the API from python - it's very actively maintained and in use on some pretty large gitlab instances)

Hope this helps!

jwflory commented 8 months ago

@gridhead Per request, a bump on this issue since I am still getting 429 errors. The issue I had on the last run is the same behavior described in the original comment on this issue.