Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

push_o requires a concrete object error #5522

Open
melezhik opened this issue Feb 8, 2024 · 2 comments
Open

push_o requires a concrete object error #5522

melezhik opened this issue Feb 8, 2024 · 2 comments
Labels

Comments

@melezhik
Copy link

melezhik commented Feb 8, 2024

The Problem

error - push_o requires a concrete object raised when I run "tom install"

Expected Behavior

no errors

Actual Behavior

Steps to Reproduce

ubuntu@catalog:~/projects/sparky$ tom install
13:47:08 :: [repository] - index updated from file:///home/ubuntu/repo/api/v1/index
push_o requires a concrete object (got a ThreadPoolScheduler::Queue type object instead)
  in sub os at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/sources/C2CF8AC3EA08F9602E5B657B4C6D3510EE04B717 (Sparrow6::Common::Config) line 36
  in method  at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/sources/383F3BFE993F1D0BA5E4B05FC3FC41BB1E3C8CC6 (Sparrow6::Task::Runner) line 45
  in sub task-run at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/sources/C00230D8CC006CB2E9886CB5AF4CD1FA5ECA926D (Sparrow6::DSL::Common) line 14
  in sub bash at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/sources/28288817D87F9D4E3C0E255D3CE9C83DDD24F6C1 (Sparrow6::DSL::Bash) line 33
  in sub bash at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/sources/28288817D87F9D4E3C0E255D3CE9C83DDD24F6C1 (Sparrow6::DSL::Bash) line 7
  in block <unit> at /home/ubuntu/projects/sparky/.tom/install.raku line 1
  in sub scenario-run at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/sources/6051C07326DDDA9915E44AF6E3CDCF55B69FDFB2 (Tomtit) line 159
  in sub MAIN at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/resources/E1D8983BB38931993A3238458F47484CC66A29D4 line 133
  in block <unit> at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/resources/E1D8983BB38931993A3238458F47484CC66A29D4 line 3
  in sub MAIN at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/bin/tom line 3
  in block <unit> at /home/ubuntu/.rakubrew/versions/moar-2024.01/share/perl6/site/bin/tom line 1

Environment

  • Operating system:

Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal

  • Compiler version (rakudo -v or raku -v):

Welcome to Rakudo™ v2024.01.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.01.

@lizmat
Copy link
Contributor

lizmat commented Feb 8, 2024

Could you provide a --ll-exception stacktrace?

Looks like something's going wrong in qqx, but that doesn't give me a lot to go on.

@melezhik
Copy link
Author

melezhik commented Feb 8, 2024

Hi Liz! Thanks for swift reply, this bug is not reproduced when run second time , unfortunately ...

@ab5tract ab5tract added the intermittent Flapper label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants