[06:06:35] (03CR) 10Hashar: "iegreview is not archived yet and you can drop slimapp as well as far as I can tell." [integration/config] - 10https://gerrit.wikimedia.org/r/976875 (owner: 10Reedy) [06:17:06] 10Phabricator, 10Release-Engineering-Team (Priority Backlog 📥), 10Patch-For-Review, 10User-brennen: Work out how to bring in new Phabricator translations again - https://phabricator.wikimedia.org/T318763 (10valerio.bozzolan) [06:24:05] 10Continuous-Integration-Infrastructure, 10Jenkins, 10Release-Engineering-Team (Priority Backlog 📥), 10Upstream, 10ci-test-error: Various CI jobs failing after "mkdir: cannot create directory ‘log’: Permission denied" - https://phabricator.wikimedia.org/T282893 (10hashar) My [[ https://github.com/jenkins... [06:28:32] Project beta-update-databases-eqiad build #71905: 15ABORTED in 8 min 31 sec: https://integration.wikimedia.org/ci/job/beta-update-databases-eqiad/71905/ [06:31:24] 10Continuous-Integration-Infrastructure, 10Jenkins, 10Release-Engineering-Team (Priority Backlog 📥), 10Upstream, 10ci-test-error: Various CI jobs failing after "mkdir: cannot create directory ‘log’: Permission denied" - https://phabricator.wikimedia.org/T282893 (10hashar) 05Open→03Resolved Tentativel... [07:08:26] Project mediawiki-core-doxygen-docker build #48127: 15ABORTED in 3 min 57 sec: https://integration.wikimedia.org/ci/job/mediawiki-core-doxygen-docker/48127/ [07:12:07] PROBLEM - jenkins_service_running on contint2002 is CRITICAL: PROCS CRITICAL: 0 processes with regex args .*/bin/java .*-jar /usr/share/java/jenkins.war https://wikitech.wikimedia.org/wiki/Jenkins [07:13:07] RECOVERY - jenkins_service_running on contint2002 is OK: PROCS OK: 1 process with regex args .*/bin/java .*-jar /usr/share/java/jenkins.war https://wikitech.wikimedia.org/wiki/Jenkins [07:18:31] 10Continuous-Integration-Infrastructure, 10Jenkins, 10Release-Engineering-Team: CI Jenkins fails to restart after applying plugin updates - https://phabricator.wikimedia.org/T351865 (10hashar) [07:59:00] 10Continuous-Integration-Infrastructure, 10Jenkins, 10Release-Engineering-Team: CI Jenkins fails to restart after applying plugin updates - https://phabricator.wikimedia.org/T351865 (10hashar) So why is Jenkin exiting 5 on restart? Lets dig in the code: ` ((jenkins-2.414.3))$ git grep -n System.exit cli/src... [08:10:41] 10Continuous-Integration-Infrastructure, 10Jenkins, 10Release-Engineering-Team: CI Jenkins fails to restart after applying plugin updates - https://phabricator.wikimedia.org/T351865 (10hashar) core/src/main/java/hudson/lifecycle/Lifecycle.java states does: ` } else if (System.getenv("NOTIFY_S... [08:17:27] 10Continuous-Integration-Infrastructure, 10Jenkins, 10Release-Engineering-Team, 10Upstream: CI Jenkins fails to restart after applying plugin updates - https://phabricator.wikimedia.org/T351865 (10hashar) https://github.com/jenkinsci/jenkins/pull/3036#issuecomment-357470206 mentions `RestartForceExitStatus... [08:29:29] 10Continuous-Integration-Infrastructure, 10Quibble: Find a way to significantly speed up the zuul-cloner step - https://phabricator.wikimedia.org/T351466 (10hashar) [08:35:37] 10Continuous-Integration-Infrastructure, 10Release-Engineering-Team (Kanban), 10Machine-Learning-Team, 10MediaWiki-extensions-Newsletter, and 3 others: Jenkins jobs for npm-test fail on project with deps on node-gyp which requires python2.7 - https://phabricator.wikimedia.org/T213944 (10hashar) [09:13:38] (03CR) 10Hashar: [C: 03+2] Update maven-javadoc-plugin to 3.3.0 [integration/gearman-java] - 10https://gerrit.wikimedia.org/r/975835 (https://phabricator.wikimedia.org/T351413) (owner: 10Hashar) [09:28:20] (03Merged) 10jenkins-bot: Update maven-javadoc-plugin to 3.3.0 [integration/gearman-java] - 10https://gerrit.wikimedia.org/r/975835 (https://phabricator.wikimedia.org/T351413) (owner: 10Hashar) [09:30:05] 10Continuous-Integration-Infrastructure, 10Release-Engineering-Team, 10Patch-For-Review: Remove Java 8 images from integration/config - https://phabricator.wikimedia.org/T350587 (10hashar) [10:59:26] Quiz question: How to find out how and why empty https://gerrit.wikimedia.org/r/plugins/gitiles/conda-wmf.git was created? I cannot find anything in Phab tasks or on https://www.mediawiki.org/wiki/Gerrit/New_repositories/Requests [10:59:30] Any ideas welcome. [11:06:49] andre: possibly via whatever mediawiki.org page used to request a new repository. Then for that one it probably got created directly [11:07:35] so you can clone it: git clone https://gerrit.wikimedia.org/r/conda-wmf.git [11:07:42] then inspect the reference in GErrit: [11:07:46] cd conda-wmf [11:07:49] git ls-remote origin [11:08:00] among others is: 935c7a10f54706ac6703b5bd16c5a4c1a861281a refs/changes/86/774886/meta [11:08:27] so there was a single change made by ottomatta https://gerrit.wikimedia.org/r/c/conda-wmf/+/774886 [11:09:16] which was an idea to use a git repo to trigger Blubber to create a base Docker image [11:09:46] and i recommended to use docker-pkg instead [11:10:09] anyway that got implemented in Gitlab https://gitlab.wikimedia.org/repos/data-engineering/conda-analytics [11:10:27] and I don't think we need to keep this change around (should ask Andrew maybe) [11:10:56] also in your local clone of conda-wmf you can retrieve Gerrit configuration for that repository and inspect it: [11:11:01] 10Release-Engineering-Team, 10Scap, 10MW-on-K8s, 10serviceops-radar: Add a scap way to deploy mw-on-k8s without an image rebuild - https://phabricator.wikimedia.org/T351880 (10Clement_Goubert) [11:11:02] git fetch origin refs/meta/config [11:11:13] hashar: I will. Thanks for sharing how I could investigate such empty repos, that's super helpful! [11:11:20] git log --reverse FETCH_HEAD [11:11:49] which has a single entry [11:12:06] Author: Ottomata [11:12:06] Date: Tue Mar 29 13:17:49 2022 +0000 [11:12:07] Created project [11:12:30] (that answers your original question: who created the repo and when) [11:13:01] and their task was https://phabricator.wikimedia.org/T304450 [11:13:16] :-] [11:13:23] I am off for lunch! happy cleanup andre! [11:13:35] I guess my --bare checkout of complete Gerrit saved me some diskspace but may not have include some info I'm looking for :P [11:13:38] Thanks again! [11:14:03] andre: cause git only clones refs/heads/* (branches) and refs/tags/* [11:14:18] while Gerrit stores its data in `refs/meta/*` which is not cloned by default [11:14:37] I am sure there is a git config trick to have `git clone` to also fetch `refs/meta/config` on the initial clone [11:16:26] yes there [11:16:26] is [11:18:12] I did that for the zuul merger using `init.templateDir` a directorty in which one can add some config files that will act when running `git-clone` and can be used to add additional refspec to fetch when creating the repo [11:18:42] eg `fetch = +refs/meta/config:refs/remotes/origin/refs/meta/config` [11:18:44] or something like that [11:19:09] anyway that is too deep in the stack and I am going to prepare lunch [12:08:22] 10GitLab (Administration, Settings & Policy), 10collaboration-services, 10Patch-For-Review: Wikimedia GitLab should use a Wikimedia logo - https://phabricator.wikimedia.org/T349167 (10Jelto) I updated the [MR](https://gitlab.wikimedia.org/repos/releng/gitlab-settings/-/merge_requests/51) to upload the new WM... [12:34:58] 10GitLab (Administration, Settings & Policy), 10collaboration-services, 10Patch-For-Review: Wikimedia GitLab should use a Wikimedia logo - https://phabricator.wikimedia.org/T349167 (10Aklapper) > I think the logo looks good (except when you use the white-themed status bar). Uhm, I had no idea https://gitlab... [12:39:59] 10GitLab (Administration, Settings & Policy), 10collaboration-services, 10Patch-For-Review: Wikimedia GitLab should use a Wikimedia logo - https://phabricator.wikimedia.org/T349167 (10Aklapper) {F41524996} should work better with the Light Gray theme and I cross fingers it'll also still work okay with other... [12:54:07] 10GitLab (Administration, Settings & Policy), 10collaboration-services, 10Patch-For-Review: Wikimedia GitLab should use a Wikimedia logo - https://phabricator.wikimedia.org/T349167 (10Jelto) I uploaded the new logo to the test instance. The logo works with the white theme. But somehow the bigger outline mak... [13:20:35] (03CR) 10Reedy: jjb/php.yaml: Stop running wikimedia-apps-php-security against two projects (031 comment) [integration/config] - 10https://gerrit.wikimedia.org/r/976875 (owner: 10Reedy) [14:06:58] 10GitLab (Administration, Settings & Policy), 10collaboration-services, 10Patch-For-Review: Wikimedia GitLab should use a Wikimedia logo - https://phabricator.wikimedia.org/T349167 (10Aklapper) That URL shows a `Application Not Authorized to Use CAS` error here. But if 1px stroke renders well for you, let's... [14:14:28] 10GitLab (Administration, Settings & Policy), 10collaboration-services, 10Patch-For-Review: Wikimedia GitLab should use a Wikimedia logo - https://phabricator.wikimedia.org/T349167 (10Jelto) > Application Not Authorized to Use CAS That might be a bug with GitLab Admin Mode. You could try login to https://gi... [15:04:35] 10Release-Engineering-Team (Priority Backlog 📥): Gerrit cleanup: Make stats by 01-get-active-gerrit-projects.py ignore bot commits - https://phabricator.wikimedia.org/T351892 (10Aklapper) [17:39:21] 10Phabricator: Discord URL previews do not work for phabricator.wikimedia.org URLs (suggest adding ) - https://phabricator.wikimedia.org/T351902 (10Novem_Linguae) [17:58:19] 10Phabricator: Discord URL previews do not work for phabricator.wikimedia.org URLs (suggest adding ) - https://phabricator.wikimedia.org/T351902 (10Aklapper) [17:58:23] 10Phabricator (Upstream), 10Release-Engineering-Team (Radar), 10Developer Productivity, 10Upstream, 10User-brennen: Add Open Graph support to Phabricator Maniphest Tasks to have link preview on Telegram, Slack, and other messaging apps - https://phabricator.wikimedia.org/T288117 (10Aklapper) [17:58:30] 10Phabricator: Discord URL previews do not work for phabricator.wikimedia.org URLs (suggest adding ) - https://phabricator.wikimedia.org/T351902 (10Aklapper) [17:58:42] 10Phabricator: Discord URL previews should work for phabricator.wikimedia.org URLs (suggest adding ) - https://phabricator.wikimedia.org/T351902 (10Aklapper) [17:58:54] 10Phabricator (Upstream): Discord URL previews should work for phabricator.wikimedia.org URLs (suggest adding ) - https://phabricator.wikimedia.org/T351902 (10Aklapper)