Page MenuHomeDevCentral
Feed Advanced Search

Today

dereckson moved T2087: Extraneous directory assets/scss is created from Backlog / triage to Gulp / template on the upsection board.
Sun, Nov 17, 10:50 · Regression, upsection
dereckson triaged T2087: Extraneous directory assets/scss is created as Normal priority.
Sun, Nov 17, 10:50 · Regression, upsection

Thu, Oct 31

dereckson moved T1991: Context has again been lost on /var/log/www from To check again to To report on the upstream board.
Thu, Oct 31, 18:46 · upstream, Regression, Servers, Salt

Oct 14 2024

dereckson added a comment to T1991: Context has again been lost on /var/log/www.

Same thing for Dwellers:

Oct 14 2024, 00:23 · upstream, Regression, Servers, Salt

Sep 30 2024

dereckson updated the task description for T2022: Can't upgrade Openfire to 4.9.0.
Sep 30 2024, 22:25 · upstream, Regression, XMPP
dereckson closed T2022: Can't upgrade Openfire to 4.9.0 as Resolved.

Solved by removing space from conf/security.xml in Base64 string.

Sep 30 2024, 22:23 · upstream, Regression, XMPP

Sep 29 2024

dereckson added a comment to T2022: Can't upgrade Openfire to 4.9.0.

Illegal base64 character 20 is an hexadecimal ASCII code, so it's a space.

Sep 29 2024, 21:13 · upstream, Regression, XMPP

Sep 24 2024

dereckson added a comment to T2022: Can't upgrade Openfire to 4.9.0.

Raised the issue on the Ignite discussion forum - https://discourse.igniterealtime.org/t/regression-on-4-9-0-after-of-2864-illegal-base64/94703

Sep 24 2024, 17:05 · upstream, Regression, XMPP
dereckson added a project to T2022: Can't upgrade Openfire to 4.9.0: upstream.
Sep 24 2024, 17:04 · upstream, Regression, XMPP
dereckson added a comment to T2022: Can't upgrade Openfire to 4.9.0.

Could be triggered by https://igniterealtime.atlassian.net/browse/OF-2864 base64 class replacement.

Sep 24 2024, 16:51 · upstream, Regression, XMPP
dereckson triaged T2022: Can't upgrade Openfire to 4.9.0 as High priority.
Sep 24 2024, 08:34 · upstream, Regression, XMPP

Aug 5 2024

dereckson closed T1992: Install patch on redhat family as part of core, a subtask of T1991: Context has again been lost on /var/log/www, as Resolved.
Aug 5 2024, 19:26 · upstream, Regression, Servers, Salt

Aug 3 2024

dereckson moved T1991: Context has again been lost on /var/log/www from Backlog to To check again on the upstream board.
Aug 3 2024, 16:32 · upstream, Regression, Servers, Salt
dereckson moved T1991: Context has again been lost on /var/log/www from Working on to Pending review on the Servers board.
Aug 3 2024, 16:32 · upstream, Regression, Servers, Salt
dereckson added a revision to T1991: Context has again been lost on /var/log/www: D3392: Avoid egrep in Salt code base.
Aug 3 2024, 13:09 · upstream, Regression, Servers, Salt
dereckson claimed T1991: Context has again been lost on /var/log/www.

We can actually provide P352 as hotfix.

Aug 3 2024, 12:13 · upstream, Regression, Servers, Salt
dereckson added a subtask for T1991: Context has again been lost on /var/log/www: T1992: Install patch on redhat family as part of core.
Aug 3 2024, 12:04 · upstream, Regression, Servers, Salt
dereckson lowered the priority of T1991: Context has again been lost on /var/log/www from High to Normal.
Aug 3 2024, 10:11 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.

I've applied P352 to replace egrep by grep -E on dwellers and docker-002.

Aug 3 2024, 10:11 · upstream, Regression, Servers, Salt

Jul 31 2024

dereckson moved T1991: Context has again been lost on /var/log/www from Backlog to Bug and issues on the Salt board.
Jul 31 2024, 16:30 · upstream, Regression, Servers, Salt
dereckson added a project to T1991: Context has again been lost on /var/log/www: upstream.
Jul 31 2024, 16:30 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.

Already reported upstream: https://github.com/saltstack/salt/issues/65608

Jul 31 2024, 16:30 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.
Complector
$ cd /opt/salt/nasqueron-operations
$ salt dwellers state.apply roles/webserver-core/nginx/config
[…]
----------                                                                                                                                                                                                                                    [3/295]
          ID: selinux_context_nginx_logs
    Function: selinux.fcontext_policy_present
        Name: /var/log/www
      Result: False
     Comment: An exception occurred in this state: Traceback (most recent call last):
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/state.py", line 2428, in call
                  ret = self.states[cdata["full"]](
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__
                  ret = self.loader.run(run_func, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run
                  return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as
                  return _func_or_method(*args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1317, in wrapper
                  return f(*args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/states/selinux.py", line 326, in fcontext_policy_present
                  current_state = __salt__["selinux.fcontext_get_policy"](
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__
                  ret = self.loader.run(run_func, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run
                  return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as
                  return _func_or_method(*args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/selinux.py", line 507, in fcontext_get_policy
                  "filespec": parts.group(1).strip(),
              AttributeError: 'NoneType' object has no attribute 'group'
     Started: 16:25:51.413301
    Duration: 391.186 ms
     Changes:
----------
          ID: selinux_context_nginx_logs_applied
    Function: selinux.fcontext_policy_applied
        Name: /var/log/www
      Result: True
     Comment: SElinux policies are already applied for filespec "/var/log/www"
     Started: 16:25:51.804764
    Duration: 6.322 ms
     Changes:
----------
[…]
Jul 31 2024, 16:27 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.

Issue can be repro on Dwellers:

Jul 31 2024, 16:23 · upstream, Regression, Servers, Salt
dereckson edited Description on Regression.
Jul 31 2024, 16:22
dereckson added a project to T1991: Context has again been lost on /var/log/www: Regression.
Jul 31 2024, 16:22 · upstream, Regression, Servers, Salt

Jan 13 2024

dereckson closed T1940: Can't compile crc32fast on FreeBSD with current datasources dependencies as Resolved.

The crc32fast is a dependency of reqwest, it can be built in version 1.3.2 for reqwest 0.11.17.

Jan 13 2024, 19:25 · Regression, Nasqueron Databases
dereckson triaged T1940: Can't compile crc32fast on FreeBSD with current datasources dependencies as High priority.
Jan 13 2024, 19:19 · Regression, Nasqueron Databases

May 18 2023

dereckson closed T1542: Jenkins CD can't publish to Ysul anymore as Wontfix.

Alkane will now PULL files from Jenkins, instead of Jenkins pushing to the relevant server.

May 18 2023, 11:49 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers

Apr 19 2023

dereckson added a project to T1512: Could not create directory "mwstore://local-backend/local-public/b/b2".: Regression.
Apr 19 2023, 23:39 · Regression, Wolfplex migration, Mediawiki SaaS

Apr 3 2023

dereckson closed T1821: InvalidArgumentException: Please provide a valid cache path. as Resolved by committing rOPS89ce0bb0b48f: Create Laravel framework directories.
Apr 3 2023, 22:15 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
dereckson added a comment to T1821: InvalidArgumentException: Please provide a valid cache path..

Not sure at one moment the issue was solved, with opcache it's not easy to know, but just restart the server after creating the directories wasn't enough.

Apr 3 2023, 22:14 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
dereckson added a revision to T1821: InvalidArgumentException: Please provide a valid cache path.: D2971: Create Laravel framework directories.
Apr 3 2023, 21:54 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
dereckson updated the task description for T1821: InvalidArgumentException: Please provide a valid cache path..
Apr 3 2023, 21:49 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
alken-orin assigned T1821: InvalidArgumentException: Please provide a valid cache path. to dereckson.
Apr 3 2023, 20:04 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression

Jan 10 2023

dereckson closed T1727: 500 error when Phabricator sends a payload to the notifications center as Resolved.

I've regenerated /usr/share/ca-certificates and /etc/ssl/certs based on a "recent" Debian ca-certificates package against Debian Sid, version 20211016. Works like a charm now.

Jan 10 2023, 02:25 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson updated subscribers of T1727: 500 error when Phabricator sends a payload to the notifications center.

Container still runs on Jessie, we need to deploy new @DorianWinty work on recent Debian PHP 8 container, with correct certificates.

Jan 10 2023, 02:04 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson added a comment to T1727: 500 error when Phabricator sends a payload to the notifications center.

Disabled Sentry, so we can have a correct log of the stacktrace, and updated description accordingly.

Jan 10 2023, 02:01 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson updated the task description for T1727: 500 error when Phabricator sends a payload to the notifications center.
Jan 10 2023, 01:58 · User-Dereckson, Regression, DevCentral, Notifications center

Apr 20 2022

dereckson added a comment to T1727: 500 error when Phabricator sends a payload to the notifications center.

I'm not sure can still a reliable way create a map between project PHID and name. That should be the first thing to investigate.

Apr 20 2022, 15:35 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson moved T1727: 500 error when Phabricator sends a payload to the notifications center from Backlog to Config on the DevCentral board.
Apr 20 2022, 15:32 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson moved T1727: 500 error when Phabricator sends a payload to the notifications center from Backlog to Next on the User-Dereckson board.
Apr 20 2022, 15:31 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson added a project to T1727: 500 error when Phabricator sends a payload to the notifications center: User-Dereckson.
Apr 20 2022, 15:31 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson created T1727: 500 error when Phabricator sends a payload to the notifications center.
Apr 20 2022, 15:30 · User-Dereckson, Regression, DevCentral, Notifications center

Feb 27 2022

dereckson accepted rOPS72fc438a44ca: Install ProofredPage MediaWiki extension dependencies.

Issue fixed by aaeb4b5564bd.

Feb 27 2022, 01:18 · Regression
dereckson added a comment to rOPS72fc438a44ca: Install ProofredPage MediaWiki extension dependencies.
WindRiver
$ sudo salt-call --local state.sls roles/devserver/userland-software/dev test=True
local:
    Data failed to compile:
----------
    Too many functions declared in state 'pkg' in SLS 'roles/devserver/userland-software/dev'
Feb 27 2022, 01:07 · Regression
dereckson added 1 auditor(s) for rOPS72fc438a44ca: Install ProofredPage MediaWiki extension dependencies: dereckson.
Feb 27 2022, 01:06 · Regression

Dec 30 2020

dereckson closed T1640: "certbot: error: unrecognized arguments:" when renewing certificates on Docker Engine as Resolved by committing rOPS636fd7818086: Allow certbot wrapper to work when no argument is provided after the command.
Dec 30 2020, 02:23 · Regression, Nasqueron Docker deployment squad, security, Servers
dereckson added a revision to T1640: "certbot: error: unrecognized arguments:" when renewing certificates on Docker Engine: D2375: Allow certbot wrapper to work when no argument is provided after the command.
Dec 30 2020, 02:19 · Regression, Nasqueron Docker deployment squad, security, Servers
dereckson added a project to T1640: "certbot: error: unrecognized arguments:" when renewing certificates on Docker Engine: Regression.

Regression introduced in rOPSbf659c5728cbfeab65c1fba8772f2037278000b5:

Dec 30 2020, 02:14 · Regression, Nasqueron Docker deployment squad, security, Servers

Oct 13 2020

dereckson reopened T1542: Jenkins CD can't publish to Ysul anymore as "Open".
Oct 13 2020, 02:19 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers
dereckson closed T1542: Jenkins CD can't publish to Ysul anymore as Resolved.
Oct 13 2020, 02:19 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers

Jan 15 2020

dereckson added a project to T1542: Jenkins CD can't publish to Ysul anymore: Operations sprints (Consolidate them all).
Jan 15 2020, 11:17 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers

Nov 24 2019

dereckson added a project to T1542: Jenkins CD can't publish to Ysul anymore: Continous integration and delivery.
Nov 24 2019, 05:34 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers
dereckson triaged T1542: Jenkins CD can't publish to Ysul anymore as High priority.
Nov 24 2019, 05:34 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers

Oct 17 2018

dereckson closed T1324: Create logs/<bot> directories as Resolved by committing rOPS53fc28becb44: Create eggdrop log directory.
Oct 17 2018, 22:21 · Dæghrefn, Regression
dereckson added a revision to T1324: Create logs/<bot> directories: D1946: Create eggdrop log directory.
Oct 17 2018, 22:21 · Dæghrefn, Regression
dereckson claimed T1324: Create logs/<bot> directories.
Oct 17 2018, 22:19 · Dæghrefn, Regression

Sep 21 2018

dereckson closed T1449: Tommy doesn't show URL anymore as Resolved.

Issue fixed. A more correct solution to get rid of string keys can be handled at T912.

Sep 21 2018, 21:58 · Regression, Tommy
dereckson added a revision to T1449: Tommy doesn't show URL anymore: D1801: Revert "Use hash symbols instead of strings for keys".
Sep 21 2018, 21:48 · Regression, Tommy
dereckson updated the task description for T1449: Tommy doesn't show URL anymore.
Sep 21 2018, 21:45 · Regression, Tommy
dereckson added a comment to T1449: Tommy doesn't show URL anymore.

We've got a winner.

Sep 21 2018, 21:44 · Regression, Tommy
dereckson triaged T1449: Tommy doesn't show URL anymore as High priority.
Sep 21 2018, 21:39 · Regression, Tommy

Nov 22 2017

dereckson updated the task description for T1324: Create logs/<bot> directories.
Nov 22 2017, 01:56 · Dæghrefn, Regression

Jan 7 2017

dereckson closed T999: NotifyNewCommitsToDiffusion fails to check if we've or not a Phabricator instance for this project as Resolved by committing rNOTIF6653ad57b95c: Improve API replies handling in NotifyNewCommitsToDiffusion.
Jan 7 2017, 20:35 · Regression, Notifications center
dereckson added a revision to T999: NotifyNewCommitsToDiffusion fails to check if we've or not a Phabricator instance for this project: D807: Improve API replies handling in NotifyNewCommitsToDiffusion.
Jan 7 2017, 19:35 · Regression, Notifications center
dereckson moved T999: NotifyNewCommitsToDiffusion fails to check if we've or not a Phabricator instance for this project from Bugs to Working on on the Notifications center board.
Jan 7 2017, 17:49 · Regression, Notifications center
dereckson added a comment to T999: NotifyNewCommitsToDiffusion fails to check if we've or not a Phabricator instance for this project.

I can repro the regression with the following test:

tests/Jobs/NotifyNewCommitsToDiffusionTest.php
public function testJobWhenThereIsNoPhabricatorInstanceForTheProject () {
    $this->mockJob("not-existing-project");
    $this->job->handle();
}

protected function mockJob(string $project = "acme") {
    $this->job = new NotifyNewCommitsToDiffusion(
        $project,
        "ssh://acme/k2.git"
    );
}

This produces the following stack trace:

Nasqueron\Notifications\Tests\Jobs\NotifyNewCommitsToDiffusionTest::testJobWhenThereIsNoPhabricatorInstanceForTheProject
RuntimeException: No credentials for Phabricator project not-existing-project.

/app/notifications/app/Phabricator/PhabricatorAPI.php:67
/app/notifications/app/Phabricator/PhabricatorAPIFactory.php:26
/app/notifications/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:217
/app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:146
/app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:136
/app/notifications/app/Jobs/NotifyNewCommitsToDiffusion.php:75
/app/notifications/tests/Jobs/NotifyNewCommitsToDiffusionTest.php:37
Jan 7 2017, 17:46 · Regression, Notifications center
dereckson raised the priority of T999: NotifyNewCommitsToDiffusion fails to check if we've or not a Phabricator instance for this project from Low to High.
Jan 7 2017, 17:45 · Regression, Notifications center
dereckson merged task T1089: NotifyNewCommitsToDiffusion: RuntimeException: No credentials for Phabricator project ... into T999: NotifyNewCommitsToDiffusion fails to check if we've or not a Phabricator instance for this project.
Jan 7 2017, 17:44 · Regression, Notifications center
dereckson added a comment to T1089: NotifyNewCommitsToDiffusion: RuntimeException: No credentials for Phabricator project ....

I can repro the regression with the following test:

Jan 7 2017, 17:04 · Regression, Notifications center
dereckson created T1089: NotifyNewCommitsToDiffusion: RuntimeException: No credentials for Phabricator project ....
Jan 7 2017, 16:48 · Regression, Notifications center

Nov 16 2016

dereckson added a task to D726: Fix {{publicité forcée}} always appear bug: T1049: Improve analysis for sources used by Jack Rabbit Slim's.
Nov 16 2016, 17:00 · Regression
dereckson closed D726: Fix {{publicité forcée}} always appear bug by committing rSTGc200de5407e0: Fix {{publicité forcée}} always appear bug.
Nov 16 2016, 16:59 · Regression
dereckson accepted D726: Fix {{publicité forcée}} always appear bug.
Nov 16 2016, 16:59 · Regression
dereckson added a project to D726: Fix {{publicité forcée}} always appear bug: Regression.
Nov 16 2016, 16:59 · Regression

Sep 12 2016

dereckson closed T1017: Conflict between roles/core/rc and roles/core/rsyslog as Resolved by committing rOPS248f5481198c: Ensure SLS IDs are unique.
Sep 12 2016, 05:13 · Regression, Salt, Servers
dereckson added a revision to T1017: Conflict between roles/core/rc and roles/core/rsyslog: D679: Ensure SLS IDs are unique.
Sep 12 2016, 05:12 · Regression, Salt, Servers
dereckson created T1017: Conflict between roles/core/rc and roles/core/rsyslog.
Sep 12 2016, 05:05 · Regression, Salt, Servers

Aug 31 2016

dereckson closed T997: Fatal error when php artisan optimize: EventServiceProvider::boot() wrong signature as Resolved by committing rGROVE7020aac79919: Require Laravel 5.2, but not Laravel 5.3.
Aug 31 2016, 16:49 · Regression, Auth Grove, Docker images, User-Dereckson
dereckson added a revision to T997: Fatal error when php artisan optimize: EventServiceProvider::boot() wrong signature: D638: Require Laravel 5.2, but not Laravel 5.3.
Aug 31 2016, 15:35 · Regression, Auth Grove, Docker images, User-Dereckson
dereckson added a project to T997: Fatal error when php artisan optimize: EventServiceProvider::boot() wrong signature: Regression.

I can repro with laravel/framework v5.3.4.

Aug 31 2016, 14:47 · Regression, Auth Grove, Docker images, User-Dereckson

Jan 8 2016

dereckson closed T662: Address ProjectsMap::isCached visibility as Resolved by committing rNOTIFe11b107dbc79: ProjectsMap::isCached() is now public.
Jan 8 2016, 02:28 · Regression, Notifications center
dereckson added a revision to T662: Address ProjectsMap::isCached visibility: D167: ProjectsMap::isCached() is now public.
Jan 8 2016, 02:27 · Regression, Notifications center
dereckson claimed T662: Address ProjectsMap::isCached visibility.
Jan 8 2016, 01:58 · Regression, Notifications center
dereckson added a comment to T662: Address ProjectsMap::isCached visibility.

The method can be public.

Jan 8 2016, 01:58 · Regression, Notifications center
dereckson created T662: Address ProjectsMap::isCached visibility.
Jan 8 2016, 01:27 · Regression, Notifications center

Nov 30 2015

dereckson closed T605: APCu from PEAR should be from stable channel and not beta to get compatible with PHP 5.6 as Resolved by committing rDPHAB1b8982ac2dd8: Install APCu from stable PEAR channel.
Nov 30 2015, 19:12 · Docker images, DevCentral, Regression
Sandlayth added a comment to T605: APCu from PEAR should be from stable channel and not beta to get compatible with PHP 5.6 .

D96

Nov 30 2015, 17:18 · Docker images, DevCentral, Regression
dereckson added a revision to T605: APCu from PEAR should be from stable channel and not beta to get compatible with PHP 5.6 : D96: Install APCu from stable PEAR channel.
Nov 30 2015, 16:37 · Docker images, DevCentral, Regression
dereckson created T605: APCu from PEAR should be from stable channel and not beta to get compatible with PHP 5.6 .
Nov 30 2015, 16:32 · Docker images, DevCentral, Regression

Jul 26 2015

dereckson moved T513: Author field issue for Le Monde from Testing on tools51. to Deployed on tools. on the Source templates generator board.
Jul 26 2015, 15:57 · Regression, Source templates generator
dereckson closed T513: Author field issue for Le Monde as Resolved by committing rSTG650c9445113e: Extract author from Le Monde article.
Jul 26 2015, 15:26 · Regression, Source templates generator
dereckson moved T513: Author field issue for Le Monde from Working on to Testing on tools51. on the Source templates generator board.
Jul 26 2015, 15:25 · Regression, Source templates generator
dereckson added a revision to T513: Author field issue for Le Monde: D29: Extract author from Le Monde article.
Jul 26 2015, 15:25 · Regression, Source templates generator
dereckson moved T513: Author field issue for Le Monde from Backlog to Working on on the Source templates generator board.
Jul 26 2015, 15:14 · Regression, Source templates generator
dereckson created T513: Author field issue for Le Monde.
Jul 26 2015, 15:07 · Regression, Source templates generator
dereckson created Regression.
Jul 26 2015, 15:06