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

Issue with "get" and URL/routing #4749

Open
aronchick opened this issue Dec 11, 2024 · 1 comment
Open

Issue with "get" and URL/routing #4749

aronchick opened this issue Dec 11, 2024 · 1 comment
Labels
th/game-day-1.6 Issues reported during game day testing for 1.6

Comments

@aronchick
Copy link
Collaborator

when doing gameday using docker compose, i wanted to create "output" step.

It failed (assume it's a docker compose routing issue).

bf30a0f63dd2:~# bacalhau docker run     --output outputs:/outputs --publisher local ubuntu -- sh -c "echo hello_world > /outputs/greeting.txt"
Job successfully submitted. Job ID: j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):

 TIME          EXEC. ID    TOPIC            EVENT
 16:39:04.910              Submission       Job submitted
 16:39:04.913  e-9d7e9f95  Scheduling       Requested execution on fd9ff673
 16:39:04.921  e-9d7e9f95  Execution        Running
 16:39:04.999  e-9d7e9f95  Execution        Completed successfully

To get more details about the run, execute:
	bacalhau job describe j-23c54aa6-245d-4c58-82c4-20ec70ee22d6

To get more details about the run executions, execute:
	bacalhau job executions j-23c54aa6-245d-4c58-82c4-20ec70ee22d6

To download the results, execute:
	bacalhau job get j-23c54aa6-245d-4c58-82c4-20ec70ee22d6

bf30a0f63dd2:~# bacalhau job describe j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
ID            = j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Name          = j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Namespace     = default
Type          = batch
State         = Completed
Count         = 1
Created Time  = 2024-12-11 16:39:04
Modified Time = 2024-12-11 16:39:05
Version       = 0

Summary
Completed = 1

Job History
 TIME                 TOPIC         EVENT
 2024-12-11 16:39:04  Submission    Job submitted
 2024-12-11 16:39:04  State Update  Running
 2024-12-11 16:39:05  State Update  Completed

Executions
 ID          NODE ID   STATE      DESIRED  REV.  CREATED  MODIFIED  COMMENT
 e-9d7e9f95  fd9ff673  Completed  Stopped  4     8s ago   8s ago

Execution e-9d7e9f95 History
 TIME                 TOPIC       EVENT
 2024-12-11 16:39:04  Scheduling  Requested execution on fd9ff673
 2024-12-11 16:39:04  Execution   Running
 2024-12-11 16:39:04  Execution   Completed successfully

bf30a0f63dd2:~# ls -la
total 12
drwx------    1 root     root          4096 Dec 11 16:13 .
drwxr-xr-x    1 root     root          4096 Dec 11 15:59 ..
drwxr-xr-x    2 root     root          4096 Dec 11 16:13 .bacalhau
bf30a0f63dd2:~# bacalhau job get j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Fetching results of job 'j-23c54aa6-245d-4c58-82c4-20ec70ee22d6'...

Error: Get "http://127.0.0.1:6001/e-9d7e9f95-9fd2-49a0-a302-508e15643799.tar.gz": dial tcp 127.0.0.1:6001: connect: connection refused
bf30a0f63dd2:~#
@aronchick aronchick added the th/game-day-1.6 Issues reported during game day testing for 1.6 label Dec 11, 2024
Copy link

linear bot commented Dec 11, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
th/game-day-1.6 Issues reported during game day testing for 1.6
Projects
None yet
Development

No branches or pull requests

1 participant