[00:00:03] oh hmm, looks like there's a missing deb package [00:00:04] /srv/civicrm-buildkit/src/civibuild.lib.sh: line 1049: patch: command not found [00:07:31] ejegg: port 3306 is mysql [00:07:52] you can set that differently in .env (or re-run setup.sh) [00:08:00] AndyRussG: was it previously only available on the internal docker network? [00:08:08] right! [00:08:14] definitely useful to have it exposed! [00:08:34] yeah that's what I was using when we were looking at the DB in my IDE [00:08:43] ejegg: regarding the package, is it sendmail that's missing? [00:08:49] no, 'patch' [00:08:56] huh weird [00:09:12] yeah, i thought that would be in the base deb utils, but it looks like it's not [00:09:15] ejegg: do you have the latest civibuild and crm [00:09:17] ? [00:09:23] ah, maybe not [00:09:34] lemme do a git pull in all those dirs [00:09:35] yeah try that first, and maybe try rebuilding civi? [00:09:53] for civi you actually need the Getpreferences Gerrit change [00:10:07] but you could pull down the latest civibild, and that change, and then re-run the setup stuff [00:10:27] ok, got it [00:11:55] ah lemme make a patch for that line in the apache config too [00:13:19] oh drat it's more complicated than I thought, we'd need to send the service name into the vhost template [00:13:29] or maybe get it via an apache variable, which should be possible [00:13:36] K I'll just make a note as promised on the etherpad instead [00:13:37] let's see, it seems to have installed the wmff site fine, it just got that 'patch' error installing dmaster [00:13:51] hmmm [00:13:54] eileen: ^ ? [00:14:37] ok, right, because that 'patch' command is inside a drupal_download() function [00:14:45] and for wmff we have the drupal source already checked out [00:16:54] hmmm [00:17:08] well probably a new thing in vanilla civi. Probably we should add that package [00:17:34] not a big issue, but if you'd like to try apt installing that inside the container, and seeing if that makes it work, that might be fun :) [00:21:45] yep, if I see the same failure this time with freshly pulled src-es i'll try that [00:22:38] ejegg: cool beans, thanks! [00:22:50] yeah now with the images in the registry, only one person has to rebuild [01:05:04] ok, it got past the 'patch' bit and is now failing with Failed to locate valid civi root: /srv/civi-sites/dmaster/web/sites/all/modules/civicrm [01:05:22] let's see, seems to be at the civicrm_install step of dmaster [01:05:42] so that would be the upstream civi [01:05:53] ah, I'm guessing it's because the last build failed halfway [01:06:06] i'mm delete the whole dmaster part of civi-sites and try again [01:07:32] it's funny, it remembers my mariadb port from one setup.sh run to the next but not my xdebug port [01:08:26] ejegg: huh it should remember your debug port! which version of fundraising dev are you on? [01:08:46] 26a43e8d803f4c7b33b0aaa22303caf7b5468b87 [01:09:00] 'Add settings for email-pref-ctr connection to civiproxy' [01:09:13] hmm that's the right one, yep [01:10:31] should it write that to .env? I see the other ports there but nothing with xdebug [01:11:03] ejegg: ahah yep that's the reason that didn't work heheh [01:11:09] K I'll fix that [01:11:17] it's supposed to remember all those settings :) [01:11:51] (see setup.sh lines 312+ for how it's supposed to work...) [01:12:18] hehe sorry about that, thx for mentioning it! [01:14:35] ejegg: you don't have to write it there, but in the fix I'll make it do that [01:20:02] ok, a bit further along now it's getting PHP Fatal error: Uncaught Error: Class 'Symfony\Component\Filesystem\Filesystem' not found in /srv/civicrm-buildkit/bin/extract-url:85 [01:20:23] looks like downloding the civicrm-l10n-core daily gz [01:20:34] could we be missing a composer install? [01:22:25] ejegg: did you tell setup.sh to run composer and npm for buildkit? [01:22:28] hmm, def don't have that class in civicrm-buildkit's vendor dir even after composer install [01:22:31] yep [01:22:51] huh weird [01:22:52] and if I try running composer install manually it says nothing to install [01:23:07] which sha are you on for buildkit? [01:23:13] could be a recent change there? [01:23:18] let's see, we're still supposed to be using our gerrit-hosted version, right? [01:23:42] yes we are! [01:23:46] ah, interesting, eileen's merged in a whooooole lot of upstream there [01:23:59] I'm on c72d7d89e691f50, Switch to composer 2 [01:24:05] yep, me too [01:24:07] yeah that happens [01:24:10] huh weird! [01:24:11] and your dmsaster installs fine? [01:24:15] yeah! [01:24:16] yeah it is better to use the upstream buildkit [01:24:35] oh that symfony error [01:24:48] it seems to happen & then go away when you run again [01:25:06] upps hehe ejegg ^ [01:28:34] oh fun [01:29:11] that always makes me wonder if something is being left half done [01:36:22] like bread that's burnt on the outside but raw on the inside? [01:36:48] like abandoned grad school? [01:46:14] aiii [02:03:03] ok, all set up that time [02:03:30] and logged in once as admin [02:03:45] to get that link table entry [02:08:42] (PS1) Eileen: Add test and fix for handling emails [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677414 (https://phabricator.wikimedia.org/T276391) [02:09:27] (PS2) Eileen: Add test and fix for handling emails [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677414 (https://phabricator.wikimedia.org/T276391) [02:09:29] (PS2) Eileen: Additional check pre-tearDown for MergeTest [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677068 [02:16:47] ejegg: ah yay! [02:23:53] (CR) jerkins-bot: [V: -1] Add test and fix for handling emails [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677414 (https://phabricator.wikimedia.org/T276391) (owner: Eileen) [02:24:15] (CR) jerkins-bot: [V: -1] Additional check pre-tearDown for MergeTest [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677068 (owner: Eileen) [04:06:55] (PS3) AndyRussG: Add settings for email-pref-ctr connection to civiproxy [wikimedia/fundraising/dev] - https://gerrit.wikimedia.org/r/677308 (https://phabricator.wikimedia.org/T268497) [04:07:50] (PS3) Eileen: Add test and fix for handling emails [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677414 (https://phabricator.wikimedia.org/T276391) [04:22:21] (CR) jerkins-bot: [V: -1] Add test and fix for handling emails [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677414 (https://phabricator.wikimedia.org/T276391) (owner: Eileen) [06:05:49] (CR) AndyRussG: "Hey! Great work eh!" (8 comments) [wikimedia/fundraising/dev] - https://gerrit.wikimedia.org/r/673094 (https://phabricator.wikimedia.org/T268683) (owner: Jgleeson) [06:45:22] (PS4) Eileen: Add test and fix for handling emails [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677414 (https://phabricator.wikimedia.org/T276391) [12:42:59] Fundraising Sprint File Systems Stage Show, Fundraising Sprint Git Rebase Jump, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Creating New Fidelity File Civi Import - https://phabricator.wikimedia.org/T275445 (RLewis) @MDemosWMF - that's fine, thanks for letting me know. [13:21:29] PROBLEM - check_disk on frpm1001 is CRITICAL: DISK CRITICAL - free space: /dev 7957 MB (100% inode=99%): /run 1432 MB (89% inode=99%): / 5208 MB (9% inode=93%): /dev/shm 7974 MB (99% inode=99%): /run/lock 5 MB (100% inode=99%): /sys/fs/cgroup 7974 MB (100% inode=99%): /boot 160 MB (64% inode=99%): /srv 657222 MB (79% inode=48%): /run/user/573 1594 MB (100% inode=99%): /run/user/16759 1594 MB (100% inode=99%): /run/user/3609 1594 [13:21:29] %): /run/user/571 1594 MB (100% inode=99%) [13:26:29] RECOVERY - check_disk on frpm1001 is OK: DISK OK - free space: /dev 7957 MB (100% inode=99%): /run 1432 MB (89% inode=99%): / 14686 MB (27% inode=93%): /dev/shm 7974 MB (99% inode=99%): /run/lock 5 MB (100% inode=99%): /sys/fs/cgroup 7974 MB (100% inode=99%): /boot 160 MB (64% inode=99%): /srv 657222 MB (79% inode=48%): /run/user/573 1594 MB (100% inode=99%): /run/user/16759 1594 MB (100% inode=99%): /run/user/3609 1594 MB (100% [13:26:29] user/571 1594 MB (100% inode=99%) [14:08:42] Fundraising Sprint File Systems Stage Show, Fundraising Sprint Git Rebase Jump, Fundraising-Backlog, FR-AutoTY-Email, Patch-For-Review: Production of New Annual Fund Thank You Email (due to ED transition) - https://phabricator.wikimedia.org/T278363 (CDenes_WMF) Edit to **fr-CA **: - First s... [15:18:36] howdy fr-tech [15:18:57] I'm the proud owner of fully functioning ears! [15:28:11] fr-tech, today's tech-talk clashes with the monthly tech department updates meeting. there's also the civi fortnightly 30 mins after that meeting so I'm gonna propose we move tech-talk to tomorrow (Thursday) bolting on to the scheduled alerts retro (which we seem to have allocated 50 minutes but usually takes about 15) so we can probably combine the both. sound ok? [15:29:20] sounds good to me jgleeson [15:29:25] awesome [15:29:29] fr-tech any news for scrum-o-scrums? [15:29:54] nothing here ejegg [15:56:02] (Restored) AndyRussG: Validate banner name on SpecialCentralNoticeBanners for delete and clone [extensions/CentralNotice] - https://gerrit.wikimedia.org/r/611713 (https://phabricator.wikimedia.org/T173782) (owner: Umherirrender) [15:56:57] Fundraising-Backlog, fundraising-tech-ops: Deactivate FR Tech account for seddon - https://phabricator.wikimedia.org/T279561 (Dwisehaupt) [15:57:19] (CR) AndyRussG: [C: +1] "Hi! Many, many apologies for not getting to this before!!!! Ahhh... In fact this patch looks fine. Thanks so so much, and apologies again!" [extensions/CentralNotice] - https://gerrit.wikimedia.org/r/611713 (https://phabricator.wikimedia.org/T173782) (owner: Umherirrender) [16:00:40] Fundraising Sprint File Systems Stage Show, Fundraising Sprint Git Rebase Jump, Fundraising-Backlog, MediaWiki-extensions-CentralNotice, and 3 others: Display a sane error if the CN banner name is invalid, instead of a cryptic «BannerDataException» - https://phabricator.wikimedia.org/T173782 (Andy... [16:04:21] Fundraising-Backlog, Analytics, FR-Tech-Analytics: Whitelist Portal and WikipediaApp event data for (sanitized) long-term storage - https://phabricator.wikimedia.org/T273246 (EYener) Update for those on this task: All three tables have been whitelisted and are live in the event_sanitized db: event_s... [16:14:45] Wikimedia-Fundraising-Banners, FR-Italy: Notifications overlay on top of WYDG for logged in users - https://phabricator.wikimedia.org/T279404 (jbolorinos-ctr) Would this be something we want to fix eventually? Or since usually the banners are only displayed to anonymous users, should we just close this a... [16:22:05] Fundraising Sprint Git Rebase Jump, Fundraising Sprint Princess Mongodb, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, and 2 others: Consume new messages from Email Preferences form - https://phabricator.wikimedia.org/T268511 (AndyRussG) a:AndyRussG [16:23:53] Wikimedia-Fundraising-Banners, FR-Italy: Notifications overlay on top of WYDG for logged in users - https://phabricator.wikimedia.org/T279404 (EWilfong_WMF) {F34275906} Jumping in here to note that this does affect visitors who are not logged in as well. The problem is with the entire top menu rather t... [16:40:40] fr-tech looks like I'm getting an error during the drupal install stages on the fundriaisng-dev setup [16:40:46] You are about to create a sites/default/settings.php file and DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y [16:40:48] Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok] [16:40:50] sh: 1: /usr/sbin/sendmail: not found [16:40:52] Installation complete. [ok] [16:40:54] Unable to send e-mail. Contact the site administrator if the problem persists. Y [16:41:06] oh interesting [16:41:20] I guess we could install sendmail in that image [16:41:22] hmm [16:41:26] yeah [16:41:29] though I didn't encounter it [16:41:53] Hmm, I was always nuking all the db storage before each setup run [16:42:14] so maybe the path you're hitting now depends on the db already existing? [16:43:36] just seeing if I can find anything in the logs [16:43:38] on the container [16:57:46] hmm [16:58:29] I'll try connecting in as root and installing sendmail [17:03:25] jgleeson ejegg ah yeah I did run into the same thing about a week ago, but wasn't sure if it wasn't a quirk of some intermediate state of merge of the civi stuff [17:03:42] installing sendmail did fix it (gotta do apt update first) [17:03:49] so yeah we should add that to the image too [17:05:14] still failing for me after installing sendmail although it does ask me "Who are you?" [17:05:31] docker@civicrm:/srv/civi-sites/wmff/drupal$ drush site-install -y --db-url=mysql://drupal:drupal@database:3306/drupal --account-name=admin --account-pass=admin --account-mail=admin@example.com --site-name=wmff --sites-subdir=default [17:05:33] You are about to DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y [17:05:35] Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok] [17:05:37] Who are you? [17:05:39] huh? [17:05:41] Installation complete. [ok] [17:05:43] Unable to send e-mail. Contact the site administrator if the problem persists. [error] [17:05:45] docker@civicrm:/srv/civi-sites/wmff/drupal$ huh? [17:05:47] bash: huh?: command not found [17:05:49] I probably should have answered "White Rabbit" [17:06:34] grrr [17:06:51] it might be complaining about our docker user not existing AndyRussG [17:07:12] not sure why now [17:07:15] Fundraising Sprint File Systems Stage Show, Fundraising Sprint Git Rebase Jump, Fundraising-Backlog, FR-AutoTY-Email, Patch-For-Review: Production of New Annual Fund Thank You Email (due to ED transition) - https://phabricator.wikimedia.org/T278363 (CDenes_WMF) Both Tomasz and I are getting a... [17:07:27] lemme try adding the user to the local userlist [17:15:54] ok that works [17:16:04] but I need to add the user to the machine [17:16:08] needed* [17:16:29] (I created a docker user with the uid/gid in my .env file) [17:17:18] which I guess I'll lose with that container [17:26:00] jgleeson: https://giphy.com/gifs/stephanieweber-alice-in-wonderland-3ohs4lOlH8GhRtb6QU [17:26:58] lol [17:27:43] Fundraising-Backlog, Patch-For-Review: es-419 updates to payments wiki smallprint/links - https://phabricator.wikimedia.org/T276367 (Pcoombe) Hi @Ejegg, just checking on the status of this? I didn't see it in the last sprint report. If it's easy to get done before the campaign that would be great, no wor... [17:32:49] hmm [17:34:44] AndyRussG: what do you think about a script to add a user for the current .env uid/gid to a targetted container? it could be called across them all during the initial setup also. Just thinking of ways to add a local user to the running containers around the existing challenges relating to that [17:39:49] (PS2) Ejegg: Delete non-customized es-419 messages [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/668229 (https://phabricator.wikimedia.org/T276367) [17:40:01] fr-tech anyone want to take a quick peek at ^^^ ? [17:40:13] pcoombe is asking about it in T276367 [17:40:25] T276367: es-419 updates to payments wiki smallprint/links - https://phabricator.wikimedia.org/T276367 [17:40:33] the patch removes all the non-customized messages since we now have fallback to es [17:40:57] but also does the updates to the small print requested in that ticket [17:41:18] checking ejegg [17:55:40] Fundraising-Backlog, fundraising-tech-ops: Deactivate FR Tech account for seddon - https://phabricator.wikimedia.org/T279561 (Dwisehaupt) [18:02:11] Fundraising-Backlog, fundraising-tech-ops: Deactivate FR Tech account for seddon - https://phabricator.wikimedia.org/T279561 (Dwisehaupt) Open→Resolved a:Dwisehaupt This has been completed and pushed. [18:05:45] ejegg: you got a test URL to try out the changed in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DonationInterface/+/668229 ? [18:06:13] oh sure jgleeson, one sec [18:06:36] thanks [18:07:50] https://localhost:9001/index.php?title=Special:IngenicoGateway&appeal=JimmyQuote&ffname=cc-vmad&payment_method=cc&recurring=&uselang=es-419&language=es-419¤cy=USD&amount=35&country=US [18:07:57] hmm? [18:08:02] Fundraising-Backlog, Patch-For-Review: es-419 updates to payments wiki smallprint/links - https://phabricator.wikimedia.org/T276367 (DStrine) @Pcoombe I have not prioritized this for the current sprint. Per the ticket and some conversations it seemed low priority. I can see about including this in the ne... [18:08:07] wait, I don't see any es-419 there [18:08:23] oh, am I missing a hook in my localsettings? [18:10:07] hmm, no, that hook should be automatically handled based on extension.json [18:10:29] grr [18:15:43] oh silly me [18:15:58] I had DonationInterface waaaaay behind in the docker checkout [18:16:06] jgleeson: ok, that link should work after all [18:20:29] ok thanks ejegg I'll stand up payments and try it out [18:31:02] (PS1) AndyRussG: Remove unused code to remove old cookies [extensions/CentralNotice] - https://gerrit.wikimedia.org/r/677636 [18:31:04] (PS1) AndyRussG: [WIP DO NOT MERGE] ESI banners [extensions/CentralNotice] - https://gerrit.wikimedia.org/r/677637 (https://phabricator.wikimedia.org/T279034) [18:49:53] (CR) Jgleeson: [C: +2] "Translations working for me!" [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/668229 (https://phabricator.wikimedia.org/T276367) (owner: Ejegg) [18:50:08] thanks jgleeson ! [18:50:12] np [18:52:32] fr-tech I haven't managed to get the local docker stuff reinstalled. Adding sendmail didn't fix the issue for me, and I couldn't track down why it was trying to send an email in the first place.I did get drupal to install by adding the a real user for the uid I docker-exec'd into the container with but that only got me drupal installed and required the rest of civicrm to be installed manually [18:52:34] so that's not really a solution. [18:52:46] (Merged) jenkins-bot: Delete non-customized es-419 messages [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/668229 (https://phabricator.wikimedia.org/T276367) (owner: Ejegg) [18:54:29] when running setup.sh I think I opted to reinstalling everything and remove the persistent storage, so technically that should be installing from afresh but maybe something got left behing [18:56:14] behind* [18:56:29] I'll try again tomorrow [18:56:33] bye for now! [18:56:45] Fundraising-Backlog, MediaWiki-extensions-CentralNotice, Patch-For-Review: CentralNotice code to fix the banner bump with “ESI and pageview+1 with possible exceptions for infrequent visitors or as needed” - https://phabricator.wikimedia.org/T279034 (DStrine) This task presupposes that the "banner bum... [19:08:30] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: some donors have "Change totals" may indicate larger errors - https://phabricator.wikimedia.org/T276984 (DStrine) [19:22:53] Fundraising-Backlog, MediaWiki-extensions-CentralNotice, Patch-For-Review: CentralNotice code to fix the banner bump with “ESI and pageview+1 with possible exceptions for infrequent visitors or as needed” - https://phabricator.wikimedia.org/T279034 (BBlack) >>! In T279034#6967183, @AndyRussG wrote: >... [19:25:17] Fundraising-Backlog, fundraising-tech-ops: Adjust namings in code/config/documentation in FR-tech land - https://phabricator.wikimedia.org/T279576 (Dwisehaupt) [20:06:48] Fundraising Sprint File Systems Stage Show, Fundraising Sprint Git Rebase Jump, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Creating New Fidelity File Civi Import - https://phabricator.wikimedia.org/T275445 (MDemosWMF) @RLewis It sounds like if we keep the import as it is now we should lo... [20:52:25] (PS1) Ejegg: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/677652 [20:56:13] Fundraising-Backlog, fundraising-tech-ops: Adjust namings in code/config/documentation in FR-tech land - https://phabricator.wikimedia.org/T279576 (Dwisehaupt) ` [frack::puppet] 7eb60640 Renaming of kmod blacklist to blocklist Also ensures we remove previous modprobe blacklist files when placing the new... [21:55:31] Fundraising Sprint File Systems Stage Show, Fundraising Sprint Git Rebase Jump, Fundraising-Backlog, FR-AutoTY-Email, Patch-For-Review: Production of New Annual Fund Thank You Email (due to ED transition) - https://phabricator.wikimedia.org/T278363 (Cstone) @CDenes_WMF that's what happens whe... [22:35:28] Fundraising-Backlog, MediaWiki-extensions-CentralNotice, Patch-For-Review: CentralNotice code to fix the banner bump with “ESI and pageview+1 with possible exceptions for infrequent visitors or as needed” - https://phabricator.wikimedia.org/T279034 (Jseddon) [22:42:26] (PS1) Cstone: Add back in missing endif [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677672 (https://phabricator.wikimedia.org/T278363) [22:42:58] fr-tech could someone look at that one real quick ^ just adding back a lost endif [23:03:29] sure thing cstone [23:03:48] (CR) Ejegg: [V: +2 C: +2] Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/677652 (owner: Ejegg) [23:04:29] (CR) Ejegg: [C: +2] Add back in missing endif [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677672 (https://phabricator.wikimedia.org/T278363) (owner: Cstone) [23:04:37] thanks ejegg ! [23:05:12] (Merged) jenkins-bot: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/677652 (owner: Ejegg) [23:05:19] yw [23:19:42] (Merged) jenkins-bot: Add back in missing endif [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/677672 (https://phabricator.wikimedia.org/T278363) (owner: Cstone) [23:24:08] Fundraising-Backlog, MediaWiki-extensions-CentralNotice, Patch-For-Review: CentralNotice code to fix the banner bump with “ESI and pageview+1 with possible exceptions for infrequent visitors or as needed” - https://phabricator.wikimedia.org/T279034 (AndyRussG) >>! In T279034#6981298, @DStrine wrote:... [23:27:31] Fundraising-Backlog, MediaWiki-extensions-CentralNotice, Patch-For-Review, SEO: CentralNotice code to fix the banner bump with “ESI and pageview+1 with possible exceptions for infrequent visitors or as needed” - https://phabricator.wikimedia.org/T279034 (AndyRussG) [23:28:54] (PS1) Cstone: Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/677677 [23:31:36] (PS1) Ejegg: Update DonationInterface submodule [core] (fundraising/REL1_35) - https://gerrit.wikimedia.org/r/677679 [23:32:22] (CR) Cstone: [C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/677677 (owner: Cstone) [23:33:01] (CR) Cstone: [V: +2 C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/677677 (owner: Cstone) [23:33:55] (CR) Ejegg: [V: +2 C: +2] Update DonationInterface submodule [core] (fundraising/REL1_35) - https://gerrit.wikimedia.org/r/677679 (owner: Ejegg) [23:35:02] !log civicrm revision changed from eb9379daa3 to fdb4f90c74 [23:35:08] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [23:36:28] Fundraising Sprint File Systems Stage Show, Fundraising Sprint Git Rebase Jump, Fundraising-Backlog, FR-AutoTY-Email, Patch-For-Review: Production of New Annual Fund Thank You Email (due to ED transition) - https://phabricator.wikimedia.org/T278363 (Cstone) @CDenes_WMF the MK thank you email... [23:38:47] !log updated payments-wiki from b06009c099 to 70f5163816, [23:38:53] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [23:39:30] fundraising-tech-ops: New ssh key for rmurthy - https://phabricator.wikimedia.org/T279611 (Dwisehaupt) [23:39:31] oh hey, rsyncing to new servers! [23:40:09] dwisehaupt: I see the new payments1006 is in the rsync_blaster mix but it just timed out after 16 seconds on this deploy [23:40:14] is that expected? [23:40:41] that is. it has console issues and hasn't been fully built yet. [23:40:58] hopefully they will be resolved RSN [23:41:08] k, cool [23:44:19] fundraising-tech-ops: New ssh key for rmurthy - https://phabricator.wikimedia.org/T279611 (RMurthy) IdentitiesOnly yes AddressFamily inet Host * UseRoaming no ## Fundraising Host frbast.wikimedia.org frbast-eqiad.wikimedia.org frbast-codfw.wikimedia.org User rmurthy HostKeyAlias frbast Ide... [23:51:45] ugh. just noticed the cronspew. fixing that. [23:56:32] ok. change pushed. looks like another python3 needing to encode/decode data vs using strings.