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

Pipe to command not working #4478

Closed
aronchick opened this issue Sep 19, 2024 · 1 comment
Closed

Pipe to command not working #4478

aronchick opened this issue Sep 19, 2024 · 1 comment
Labels
th/game-day Issues reported during game day testing

Comments

@aronchick
Copy link
Collaborator

This pipe fails, but the job is there:

❯ b15 docker run --id-only ubuntu echo hello | xargs b15 job describe
16:40:56.604 | INF pkg/config/config.go:211 > Config loaded from: [/Users/daaronch/code/bacalhau-versions/v1.5.0/data-dir/config.yaml], and with data-dir v1.5.0/data-dir
j-4b220c18-e481-40ae-9811-6376d7a40a84
❯ b15 job describe j-4b220c18
16:41:09.681 | INF pkg/config/config.go:211 > Config loaded from: [/Users/daaronch/code/bacalhau-versions/v1.5.0/data-dir/config.yaml], and with data-dir v1.5.0/data-dir
ID            = j-4b220c18-e481-40ae-9811-6376d7a40a84
Name          = j-4b220c18-e481-40ae-9811-6376d7a40a84
Namespace     = default
Type          = batch
State         = Completed
Count         = 1
Created Time  = 2024-09-19 15:40:56
Modified Time = 2024-09-19 15:40:56
Version       = 0

Summary
Completed = 1

Job History
 TIME                 TOPIC         EVENT
 2024-09-19 16:40:56  Submission    Job submitted
 2024-09-19 16:40:56  State Update  Running
 2024-09-19 16:40:56  State Update  Completed

Executions
 ID          NODE ID     STATE      DESIRED  REV.  CREATED  MODIFIED  COMMENT
 e-7df3aceb  n-4bd97437  Completed  Stopped  6     13s ago  12s ago

Execution e-7df3aceb History
 TIME                 TOPIC       EVENT
 2024-09-19 16:40:56  Scheduling  Requested execution on n-4bd97437
 2024-09-19 16:40:56  Execution   Running
 2024-09-19 16:40:56  Execution   Completed successfully

Standard Output
hello

@aronchick aronchick added the th/game-day Issues reported during game day testing label Sep 19, 2024
@frrist
Copy link
Member

frrist commented Sep 19, 2024

duplicate of #4456

@frrist frrist closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
th/game-day Issues reported during game day testing
Projects
Status: Done
Development

No branches or pull requests

2 participants