Added 2 gitlab conan remotes as well as the projects... says it cannot find packages

Replace this template with your information

I have a C++ project which I can build on my laptop locally no problem. Adding conan remotes via the instructions works… however… when in the CI I am attempting to do my first conan install and it seems to not be finding my custom conan packages at all… what am I doing wrong?

$ conan remote add gitlab-tws https://gitlab.com/api/v4/projects/1234/packages/conan
WARN: Remotes registry file missing, creating default one in /root/.conan/remotes.json
$ conan remote add gitlab-connpool https://gitlab.com/api/v4/projects/5678/packages/conan
$ conan remote add gitlab https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/conan
$ conan search twsapi* --remote=gitlab-tws
There are no packages matching the 'twsapi*' pattern
...
libevent/2.1.12: Downloaded recipe revision 0
WARN: libevent/2.1.12: requirement openssl/1.1.1q overridden by thrift/0.16.0 to openssl/1.1.1o 
twsapi/10.17.01@stonks/prod: Not found in local cache, looking in remotes...
twsapi/10.17.01@stonks/prod: Trying with 'conancenter'...
twsapi/10.17.01@stonks/prod: Trying with 'gitlab-tws'...
twsapi/10.17.01@stonks/prod: Trying with 'gitlab-connpool'...
twsapi/10.17.01@stonks/prod: Trying with 'gitlab'...
ERROR: Unable to find 'twsapi/10.17.01@stonks/prod' in remotes
Cleaning up project directory and file based variables 00:01
ERROR: Job failed: exit code 1
  • What are you seeing, and how does that differ from what you expect to see?

I should see the twsapi package being listed in the search command… I can very plainly see it in the gitlab GUI and been using it via my local workstation without issue… but the CI seems to not be quite getting anywhere

  • Consider including screenshots, error messages, and/or other helpful visuals

Let me know if screenshots of anything will help

  • What version are you on? Are you using self-managed or GitLab.com?

this is on gitlab.com

EDIT: Okay I think I am being hit by this bug