status
stringclasses
1 value
repo_name
stringclasses
31 values
repo_url
stringclasses
31 values
issue_id
int64
1
104k
title
stringlengths
4
233
body
stringlengths
0
186k
βŒ€
issue_url
stringlengths
38
56
pull_url
stringlengths
37
54
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
unknown
language
stringclasses
5 values
commit_datetime
unknown
updated_file
stringlengths
7
188
chunk_content
stringlengths
1
1.03M
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
if err != nil { return nil, err } } def, err := st.Marshal(ctx, llb.Platform(platform.Spec())) if err != nil { return nil, err } buildkit.RecordVertexes(subRecorder, def.ToPB()) container.FS = def.ToPB() container.FS.Source = nil cfgBytes, found := res.Metadata[exptypes.ExporterImageConfigKey] if found { var imgSpec specs.Image if err := json.Unmarshal(cfgBytes, &imgSpec); err != nil { return nil, err } container.Config = mergeImageConfig(container.Config, imgSpec.Config) } return container, nil } func (container *Container) RootFS(ctx context.Context) (*Directory, error) { return &Directory{ Query: container.Query, LLB: container.FS, Dir: "/", Platform: container.Platform, Services: container.Services, }, nil
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
} func (container *Container) WithRootFS(ctx context.Context, dir *Directory) (*Container, error) { container = container.Clone() dirSt, err := dir.StateWithSourcePath() if err != nil { return nil, err } def, err := dirSt.Marshal(ctx, llb.Platform(dir.Platform.Spec())) if err != nil { return nil, err } container.FS = def.ToPB() container.Services.Merge(dir.Services) container.ImageRef = "" return container, nil } func (container *Container) WithDirectory(ctx context.Context, subdir string, src *Directory, filter CopyFilter, owner string) (*Container, error) { container = container.Clone() return container.writeToPath(ctx, subdir, func(dir *Directory) (*Directory, error) { ownership, err := container.ownership(ctx, owner) if err != nil { return nil, err } return dir.WithDirectory(ctx, ".", src, filter, ownership) }) } func (container *Container) WithFile(ctx context.Context, destPath string, src *File, permissions *int, owner string) (*Container, error) { container = container.Clone() return container.writeToPath(ctx, path.Dir(destPath), func(dir *Directory) (*Directory, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
ownership, err := container.ownership(ctx, owner) if err != nil { return nil, err } return dir.WithFile(ctx, path.Base(destPath), src, permissions, ownership) }) } func (container *Container) WithFiles(ctx context.Context, destDir string, src []*File, permissions *int, owner string) (*Container, error) { container = container.Clone() return container.writeToPath(ctx, path.Dir(destDir), func(dir *Directory) (*Directory, error) { ownership, err := container.ownership(ctx, owner) if err != nil { return nil, err } return dir.WithFiles(ctx, destDir, src, permissions, ownership) }) } func (container *Container) WithNewFile(ctx context.Context, dest string, content []byte, permissions fs.FileMode, owner string) (*Container, error) { container = container.Clone() dir, file := filepath.Split(dest) return container.writeToPath(ctx, dir, func(dir *Directory) (*Directory, error) { ownership, err := container.ownership(ctx, owner) if err != nil { return nil, err } return dir.WithNewFile(ctx, file, content, permissions, ownership) }) } func (container *Container) WithMountedDirectory(ctx context.Context, target string, dir *Directory, owner string, readonly bool) (*Container, error) { container = container.Clone()
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
return container.withMounted(ctx, target, dir.LLB, dir.Dir, dir.Services, owner, readonly) } func (container *Container) WithMountedFile(ctx context.Context, target string, file *File, owner string, readonly bool) (*Container, error) { container = container.Clone() return container.withMounted(ctx, target, file.LLB, file.File, file.Services, owner, readonly) } var SeenCacheKeys = new(sync.Map) func (container *Container) WithMountedCache(ctx context.Context, target string, cache *CacheVolume, source *Directory, sharingMode CacheSharingMode, owner string) (*Container, error) { container = container.Clone() target = absPath(container.Config.WorkingDir, target) if sharingMode == "" { sharingMode = CacheSharingModeShared } mount := ContainerMount{ Target: target, CacheVolumeID: cache.Sum(), CacheSharingMode: sharingMode, } if source != nil { mount.Source = source.LLB mount.SourcePath = source.Dir } if owner != "" { var err error mount.Source, mount.SourcePath, err = container.chown( ctx, mount.Source, mount.SourcePath, owner, llb.Platform(container.Platform.Spec()),
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
) if err != nil { return nil, err } } container.Mounts = container.Mounts.With(mount) container.ImageRef = "" SeenCacheKeys.Store(cache.Keys[0], struct{}{}) return container, nil } func (container *Container) WithMountedTemp(ctx context.Context, target string) (*Container, error) { container = container.Clone() target = absPath(container.Config.WorkingDir, target) container.Mounts = container.Mounts.With(ContainerMount{ Target: target, Tmpfs: true, }) container.ImageRef = "" return container, nil } func (container *Container) WithMountedSecret(ctx context.Context, target string, source *Secret, owner string, mode fs.FileMode) (*Container, error) { container = container.Clone() target = absPath(container.Config.WorkingDir, target) ownership, err := container.ownership(ctx, owner) if err != nil { return nil, err } container.Secrets = append(container.Secrets, ContainerSecret{
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
Secret: source, MountPath: target, Owner: ownership, Mode: mode, }) container.ImageRef = "" return container, nil } func (container *Container) WithoutMount(ctx context.Context, target string) (*Container, error) { container = container.Clone() target = absPath(container.Config.WorkingDir, target) var found bool var foundIdx int for i := len(container.Mounts) - 1; i >= 0; i-- { if container.Mounts[i].Target == target { found = true foundIdx = i break } } if found { container.Mounts = append(container.Mounts[:foundIdx], container.Mounts[foundIdx+1:]...) } container.ImageRef = "" return container, nil } func (container *Container) MountTargets(ctx context.Context) ([]string, error) { mounts := []string{}
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
for _, mnt := range container.Mounts { mounts = append(mounts, mnt.Target) } return mounts, nil } func (container *Container) WithUnixSocket(ctx context.Context, target string, source *Socket, owner string) (*Container, error) { container = container.Clone() target = absPath(container.Config.WorkingDir, target) ownership, err := container.ownership(ctx, owner) if err != nil { return nil, err } newSocket := ContainerSocket{ Source: source, ContainerPath: target, Owner: ownership, } var replaced bool for i, sock := range container.Sockets { if sock.ContainerPath == target { container.Sockets[i] = newSocket replaced = true break } } if !replaced { container.Sockets = append(container.Sockets, newSocket) } container.ImageRef = ""
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
return container, nil } func (container *Container) WithoutUnixSocket(ctx context.Context, target string) (*Container, error) { container = container.Clone() target = absPath(container.Config.WorkingDir, target) for i, sock := range container.Sockets { if sock.ContainerPath == target { container.Sockets = append(container.Sockets[:i], container.Sockets[i+1:]...) break } } container.ImageRef = "" return container, nil } func (container *Container) WithSecretVariable(ctx context.Context, name string, secret *Secret) (*Container, error) { container = container.Clone() container.Secrets = append(container.Secrets, ContainerSecret{ Secret: secret, EnvName: name, }) container.ImageRef = "" return container, nil } func (container *Container) Directory(ctx context.Context, dirPath string) (*Directory, error) { dir, _, err := locatePath(ctx, container, dirPath, NewDirectory) if err != nil { return nil, err }
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
svcs := container.Query.Services bk := container.Query.Buildkit info, err := dir.Stat(ctx, bk, svcs, ".") if err != nil { return nil, err } if !info.IsDir() { return nil, fmt.Errorf("path %s is a file, not a directory", dirPath) } return dir, nil } func (container *Container) File(ctx context.Context, filePath string) (*File, error) { file, _, err := locatePath(ctx, container, filePath, NewFile) if err != nil { return nil, err } info, err := file.Stat(ctx) if err != nil { return nil, err } if info.IsDir() { return nil, fmt.Errorf("path %s is a directory, not a file", filePath) } return file, nil } func locatePath[T *File | *Directory](
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
ctx context.Context, container *Container, containerPath string, init func(*Query, *pb.Definition, string, Platform, ServiceBindings) T, ) (T, *ContainerMount, error) { containerPath = absPath(container.Config.WorkingDir, containerPath) for i := len(container.Mounts) - 1; i >= 0; i-- { mnt := container.Mounts[i] if containerPath == mnt.Target || strings.HasPrefix(containerPath, mnt.Target+"/") { if mnt.Tmpfs { return nil, nil, fmt.Errorf("%s: cannot retrieve path from tmpfs", containerPath) } if mnt.CacheVolumeID != "" { return nil, nil, fmt.Errorf("%s: cannot retrieve path from cache", containerPath) } sub := mnt.SourcePath if containerPath != mnt.Target {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
dirSub := strings.TrimPrefix(containerPath, mnt.Target+"/") if dirSub != "" { sub = path.Join(sub, dirSub) } } return init( container.Query, mnt.Source, sub, container.Platform, container.Services, ), &mnt, nil } } return init( container.Query, container.FS, containerPath, container.Platform, container.Services, ), nil, nil } func (container *Container) withMounted( ctx context.Context, target string, srcDef *pb.Definition, srcPath string, svcs ServiceBindings,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
owner string, readonly bool, ) (*Container, error) { target = absPath(container.Config.WorkingDir, target) var err error if owner != "" { srcDef, srcPath, err = container.chown(ctx, srcDef, srcPath, owner, llb.Platform(container.Platform.Spec())) if err != nil { return nil, err } } container.Mounts = container.Mounts.With(ContainerMount{ Source: srcDef, SourcePath: srcPath, Target: target, Readonly: readonly, }) container.Services.Merge(svcs) container.ImageRef = "" return container, nil } func (container *Container) chown( ctx context.Context, srcDef *pb.Definition, srcPath string, owner string, opts ...llb.ConstraintsOpt, ) (*pb.Definition, string, error) { ownership, err := container.ownership(ctx, owner)
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
if err != nil { return nil, "", err } if ownership == nil { return srcDef, srcPath, nil } var srcSt llb.State if srcDef == nil { srcSt = llb.Scratch().File( llb.Mkdir("/chown", 0o755, ownership.Opt()), ) srcPath = "/chown" } else { srcSt, err = defToState(srcDef) if err != nil { return nil, "", err } def, err := srcSt.Marshal(ctx, opts...) if err != nil { return nil, "", err } ref, err := bkRef(ctx, container.Query.Buildkit, def.ToPB()) if err != nil { return nil, "", err } stat, err := ref.StatFile(ctx, bkgw.StatRequest{ Path: srcPath, }) if err != nil {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
return nil, "", err } if stat.IsDir() { chowned := "/chown" srcSt = llb.Scratch().File( llb.Mkdir(chowned, os.FileMode(stat.Mode), ownership.Opt()). Copy(srcSt, srcPath, chowned, &llb.CopyInfo{ CopyDirContentsOnly: true, }, ownership.Opt()), ) srcPath = chowned } else { srcSt = llb.Scratch().File( llb.Copy(srcSt, srcPath, ".", ownership.Opt()), ) srcPath = filepath.Base(srcPath) } } def, err := srcSt.Marshal(ctx, opts...) if err != nil { return nil, "", err } return def.ToPB(), srcPath, nil } func (container *Container) writeToPath(ctx context.Context, subdir string, fn func(dir *Directory) (*Directory, error)) (*Container, error) { dir, mount, err := locatePath(ctx, container, subdir, NewDirectory) if err != nil {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
return nil, err } dir, err = fn(dir) if err != nil { return nil, err } if mount == nil { root, err := dir.Root() if err != nil { return nil, err } return container.WithRootFS(ctx, root) } return container.withMounted(ctx, mount.Target, dir.LLB, mount.SourcePath, nil, "", false) } func (container *Container) ImageConfig(ctx context.Context) (specs.ImageConfig, error) { return container.Config, nil } func (container *Container) UpdateImageConfig(ctx context.Context, updateFn func(specs.ImageConfig) specs.ImageConfig) (*Container, error) { container = container.Clone() container.Config = updateFn(container.Config) return container, nil } func (container *Container) WithPipeline(ctx context.Context, name, description string, labels []pipeline.Label) (*Container, error) { container = container.Clone() container.Query = container.Query.WithPipeline(name, description, labels) return container, nil } type ContainerGPUOpts struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
Devices []string } func (container *Container) WithGPU(ctx context.Context, gpuOpts ContainerGPUOpts) (*Container, error) { container = container.Clone() container.EnabledGPUs = gpuOpts.Devices return container, nil } func (container *Container) WithExec(ctx context.Context, opts ContainerExecOpts) (*Container, error) { container = container.Clone() cfg := container.Config mounts := container.Mounts platform := container.Platform if platform.OS == "" { platform = container.Query.Platform
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
} args, err := container.command(opts) if err != nil { return nil, err } var namef string if container.Focused { namef = buildkit.FocusPrefix + "exec %s" } else { namef = "exec %s" } runOpts := []llb.RunOption{ llb.Args(args), llb.WithCustomNamef(namef, strings.Join(args, " ")), } if opts.ExperimentalPrivilegedNesting { runOpts = append(runOpts, llb.AddEnv("_DAGGER_ENABLE_NESTING", engine.Version)) } if opts.ModuleCallerDigest != "" { runOpts = append(runOpts, llb.AddEnv("_DAGGER_MODULE_CALLER_DIGEST", opts.ModuleCallerDigest.String())) } if opts.NestedInSameSession { runOpts = append(runOpts, llb.AddEnv("_DAGGER_ENABLE_NESTING_IN_SAME_SESSION", "")) } metaSt, metaSourcePath := metaMount(opts.Stdin) runOpts = append(runOpts, llb.AddMount(buildkit.MetaMountDestPath, metaSt, llb.SourcePath(metaSourcePath)))
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
if opts.RedirectStdout != "" { runOpts = append(runOpts, llb.AddEnv("_DAGGER_REDIRECT_STDOUT", opts.RedirectStdout)) } if opts.RedirectStderr != "" { runOpts = append(runOpts, llb.AddEnv("_DAGGER_REDIRECT_STDERR", opts.RedirectStderr)) } for _, bnd := range container.Services { for _, alias := range bnd.Aliases { runOpts = append(runOpts, llb.AddEnv("_DAGGER_HOSTNAME_ALIAS_"+alias, bnd.Hostname)) } } if cfg.User != "" { runOpts = append(runOpts, llb.User(cfg.User)) } if cfg.WorkingDir != "" { runOpts = append(runOpts, llb.Dir(cfg.WorkingDir)) } for _, env := range cfg.Env { name, val, ok := strings.Cut(env, "=") if !ok { _ = ok } if name == "_DAGGER_ENABLE_NESTING" && !opts.ExperimentalPrivilegedNesting { continue } if name == "_DAGGER_MODULE_CALLER_DIGEST" && opts.ModuleCallerDigest == "" {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
continue } if name == "_DAGGER_ENABLE_NESTING_IN_SAME_SESSION" && !opts.NestedInSameSession { continue } runOpts = append(runOpts, llb.AddEnv(name, val)) } if len(container.EnabledGPUs) > 0 { if gpuSupportEnabled := os.Getenv("_EXPERIMENTAL_DAGGER_GPU_SUPPORT"); gpuSupportEnabled == "" { return nil, fmt.Errorf("GPU support is not enabled, set _EXPERIMENTAL_DAGGER_GPU_SUPPORT") } runOpts = append(runOpts, llb.AddEnv("_EXPERIMENTAL_DAGGER_GPU_PARAMS", strings.Join(container.EnabledGPUs, ","))) } secretsToScrub := SecretToScrubInfo{} for i, secret := range container.Secrets { secretOpts := []llb.SecretOption{llb.SecretID(secret.Secret.Accessor)} var secretDest string switch { case secret.EnvName != "": secretDest = secret.EnvName secretOpts = append(secretOpts, llb.SecretAsEnv(true)) secretsToScrub.Envs = append(secretsToScrub.Envs, secret.EnvName) case secret.MountPath != "": secretDest = secret.MountPath secretsToScrub.Files = append(secretsToScrub.Files, secret.MountPath) if secret.Owner != nil { secretOpts = append(secretOpts, llb.SecretFileOpt( secret.Owner.UID, secret.Owner.GID,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
int(secret.Mode), )) } default: return nil, fmt.Errorf("malformed secret config at index %d", i) } runOpts = append(runOpts, llb.AddSecret(secretDest, secretOpts...)) } if len(secretsToScrub.Envs) != 0 || len(secretsToScrub.Files) != 0 { sort.Strings(secretsToScrub.Envs) sort.Strings(secretsToScrub.Files) secretsToScrubJSON, err := json.Marshal(secretsToScrub) if err != nil { return nil, fmt.Errorf("scrub secrets json: %w", err) } runOpts = append(runOpts, llb.AddEnv("_DAGGER_SCRUB_SECRETS", string(secretsToScrubJSON))) } for _, ctrSocket := range container.Sockets { if ctrSocket.ContainerPath == "" { return nil, fmt.Errorf("unsupported socket: only unix paths are implemented") } socketOpts := []llb.SSHOption{ llb.SSHID(ctrSocket.Source.SSHID()), llb.SSHSocketTarget(ctrSocket.ContainerPath), } if ctrSocket.Owner != nil { socketOpts = append(socketOpts, llb.SSHSocketOpt( ctrSocket.ContainerPath,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
ctrSocket.Owner.UID, ctrSocket.Owner.GID, 0o600, )) } runOpts = append(runOpts, llb.AddSSHSocket(socketOpts...)) } for _, mnt := range mounts { srcSt, err := mnt.SourceState() if err != nil { return nil, fmt.Errorf("mount %s: %w", mnt.Target, err) } mountOpts := []llb.MountOption{} if mnt.SourcePath != "" { mountOpts = append(mountOpts, llb.SourcePath(mnt.SourcePath)) } if mnt.CacheVolumeID != "" { var sharingMode llb.CacheMountSharingMode switch mnt.CacheSharingMode { case CacheSharingModeShared: sharingMode = llb.CacheMountShared case CacheSharingModePrivate: sharingMode = llb.CacheMountPrivate case CacheSharingModeLocked: sharingMode = llb.CacheMountLocked default: return nil, errors.Errorf("invalid cache mount sharing mode %q", mnt.CacheSharingMode) } mountOpts = append(mountOpts, llb.AsPersistentCacheDir(mnt.CacheVolumeID, sharingMode)) }
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
if mnt.Tmpfs { mountOpts = append(mountOpts, llb.Tmpfs()) } if mnt.Readonly { mountOpts = append(mountOpts, llb.Readonly) } runOpts = append(runOpts, llb.AddMount(mnt.Target, srcSt, mountOpts...)) } if opts.InsecureRootCapabilities { runOpts = append(runOpts, llb.Security(llb.SecurityModeInsecure)) } fsSt, err := container.FSState() if err != nil { return nil, fmt.Errorf("fs state: %w", err) } execSt := fsSt.Run(runOpts...) execDef, err := execSt.Root().Marshal(ctx, llb.Platform(platform.Spec())) if err != nil { return nil, fmt.Errorf("marshal root: %w", err) } container.FS = execDef.ToPB() metaDef, err := execSt.GetMount(buildkit.MetaMountDestPath).Marshal(ctx, llb.Platform(platform.Spec())) if err != nil { return nil, fmt.Errorf("get meta mount: %w", err) } container.Meta = metaDef.ToPB() for i, mnt := range mounts { if mnt.Tmpfs || mnt.CacheVolumeID != "" { continue }
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
mountSt := execSt.GetMount(mnt.Target) execMountDef, err := mountSt.Marshal(ctx, llb.Platform(platform.Spec())) if err != nil { return nil, fmt.Errorf("propagate %s: %w", mnt.Target, err) } mounts[i].Source = execMountDef.ToPB() } container.Mounts = mounts container.ImageRef = "" return container, nil } func (container Container) Evaluate(ctx context.Context) (*buildkit.Result, error) { if container.FS == nil { return nil, nil } root := container.Query detach, _, err := root.Services.StartBindings(ctx, container.Services) if err != nil { return nil, err } defer detach() st, err := container.FSState() if err != nil { return nil, err } def, err := st.Marshal(ctx, llb.Platform(container.Platform.Spec())) if err != nil { return nil, err
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
} return root.Buildkit.Solve(ctx, bkgw.SolveRequest{ Evaluate: true, Definition: def.ToPB(), }) } func (container *Container) MetaFileContents(ctx context.Context, filePath string) (string, error) { if container.Meta == nil { ctr, err := container.WithExec(ctx, ContainerExecOpts{}) if err != nil { return "", err } return ctr.MetaFileContents(ctx, filePath) } file := NewFile( container.Query, container.Meta, path.Join(buildkit.MetaSourcePath, filePath), container.Platform, container.Services, ) content, err := file.Contents(ctx) if err != nil { return "", err } return string(content), nil } func (container *Container) Publish( ctx context.Context, ref string,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
platformVariants []*Container, forcedCompression ImageLayerCompression, mediaTypes ImageMediaTypes, ) (string, error) { if mediaTypes == "" { mediaTypes = OCIMediaTypes } inputByPlatform := map[string]buildkit.ContainerExport{} services := ServiceBindings{} for _, variant := range append([]*Container{container}, platformVariants...) { if variant.FS == nil { continue } st, err := variant.FSState() if err != nil { return "", err } def, err := st.Marshal(ctx, llb.Platform(variant.Platform.Spec())) if err != nil { return "", err } platformString := variant.Platform.Format() if _, ok := inputByPlatform[platformString]; ok { return "", fmt.Errorf("duplicate platform %q", platformString) } inputByPlatform[platformString] = buildkit.ContainerExport{
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
Definition: def.ToPB(), Config: variant.Config, } services.Merge(variant.Services) } if len(inputByPlatform) == 0 { return "", errors.New("no containers to export") } opts := map[string]string{ string(exptypes.OptKeyName): ref, string(exptypes.OptKeyPush): strconv.FormatBool(true), string(exptypes.OptKeyOCITypes): strconv.FormatBool(mediaTypes == OCIMediaTypes), } if forcedCompression != "" { opts[string(exptypes.OptKeyLayerCompression)] = strings.ToLower(string(forcedCompression)) opts[string(exptypes.OptKeyForceCompression)] = strconv.FormatBool(true) } svcs := container.Query.Services bk := container.Query.Buildkit detach, _, err := svcs.StartBindings(ctx, services) if err != nil { return "", err } defer detach() resp, err := bk.PublishContainerImage(ctx, inputByPlatform, opts) if err != nil { return "", err } refName, err := reference.ParseNormalizedNamed(ref)
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
if err != nil { return "", err } imageDigest, found := resp[exptypes.ExporterImageDigestKey] if found { dig, err := digest.Parse(imageDigest) if err != nil { return "", fmt.Errorf("parse digest: %w", err) } withDig, err := reference.WithDigest(refName, dig) if err != nil { return "", fmt.Errorf("with digest: %w", err) } return withDig.String(), nil } return ref, nil } func (container *Container) Export( ctx context.Context, dest string, platformVariants []*Container, forcedCompression ImageLayerCompression, mediaTypes ImageMediaTypes, ) error { svcs := container.Query.Services bk := container.Query.Buildkit if mediaTypes == "" {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
mediaTypes = OCIMediaTypes } inputByPlatform := map[string]buildkit.ContainerExport{} services := ServiceBindings{} for _, variant := range append([]*Container{container}, platformVariants...) { if variant.FS == nil { continue } st, err := variant.FSState() if err != nil { return err } def, err := st.Marshal(ctx, llb.Platform(variant.Platform.Spec())) if err != nil { return err } platformString := variant.Platform.Format() if _, ok := inputByPlatform[platformString]; ok { return fmt.Errorf("duplicate platform %q", platformString) } inputByPlatform[platformString] = buildkit.ContainerExport{ Definition: def.ToPB(), Config: variant.Config, } services.Merge(variant.Services) } if len(inputByPlatform) == 0 { return errors.New("no containers to export")
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
} opts := map[string]string{ "tar": strconv.FormatBool(true), string(exptypes.OptKeyOCITypes): strconv.FormatBool(mediaTypes == OCIMediaTypes), } if forcedCompression != "" { opts[string(exptypes.OptKeyLayerCompression)] = strings.ToLower(string(forcedCompression)) opts[string(exptypes.OptKeyForceCompression)] = strconv.FormatBool(true) } detach, _, err := svcs.StartBindings(ctx, services) if err != nil { return err } defer detach() _, err = bk.ExportContainerImage(ctx, inputByPlatform, dest, opts) return err } func (container *Container) AsTarball( ctx context.Context, platformVariants []*Container, forcedCompression ImageLayerCompression, mediaTypes ImageMediaTypes, ) (*File, error) { bk := container.Query.Buildkit svcs := container.Query.Services engineHostPlatform := container.Query.Platform if mediaTypes == "" { mediaTypes = OCIMediaTypes } inputByPlatform := map[string]buildkit.ContainerExport{}
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
services := ServiceBindings{} for _, variant := range append([]*Container{container}, platformVariants...) { if variant.FS == nil { continue } st, err := variant.FSState() if err != nil { return nil, err } def, err := st.Marshal(ctx, llb.Platform(variant.Platform.Spec())) if err != nil { return nil, err } platformString := platforms.Format(variant.Platform.Spec()) if _, ok := inputByPlatform[platformString]; ok { return nil, fmt.Errorf("duplicate platform %q", platformString) } inputByPlatform[platformString] = buildkit.ContainerExport{ Definition: def.ToPB(), Config: variant.Config, } services.Merge(variant.Services) } if len(inputByPlatform) == 0 { return nil, errors.New("no containers to export") } opts := map[string]string{ "tar": strconv.FormatBool(true), string(exptypes.OptKeyOCITypes): strconv.FormatBool(mediaTypes == OCIMediaTypes), }
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
if forcedCompression != "" { opts[string(exptypes.OptKeyLayerCompression)] = strings.ToLower(string(forcedCompression)) opts[string(exptypes.OptKeyForceCompression)] = strconv.FormatBool(true) } detach, _, err := svcs.StartBindings(ctx, services) if err != nil { return nil, err } defer detach() fileName := identity.NewID() + ".tar" pbDef, err := bk.ContainerImageToTarball(ctx, engineHostPlatform.Spec(), fileName, inputByPlatform, opts) if err != nil { return nil, fmt.Errorf("container image to tarball file conversion failed: %w", err) } return NewFile(container.Query, pbDef, fileName, engineHostPlatform, nil), nil } func (container *Container) Import( ctx context.Context, source *File, tag string, ) (*Container, error) { bk := container.Query.Buildkit store := container.Query.OCIStore lm := container.Query.LeaseManager container = container.Clone() var release func(context.Context) error loadManifest := func(ctx context.Context) (*specs.Descriptor, error) { src, err := source.Open(ctx) if err != nil { return nil, err
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
} defer src.Close() ctx, release, err = leaseutil.WithLease(ctx, lm, leaseutil.MakeTemporary) if err != nil { return nil, err } stream := archive.NewImageImportStream(src, "") desc, err := stream.Import(ctx, store) if err != nil { return nil, fmt.Errorf("image archive import: %w", err) } return resolveIndex(ctx, store, desc, container.Platform.Spec(), tag) } manifestDesc, err := loadManifest(ctx) if err != nil { return nil, fmt.Errorf("recover: %w", err) } dummyRepo := "dagger/import" st := llb.OCILayout( fmt.Sprintf("%s@%s", dummyRepo, manifestDesc.Digest), llb.OCIStore("", buildkit.OCIStoreName), llb.Platform(container.Platform.Spec()), ) execDef, err := st.Marshal(ctx, llb.Platform(container.Platform.Spec())) if err != nil { return nil, fmt.Errorf("marshal root: %w", err) }
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
container.FS = execDef.ToPB() if release != nil { _, err = bk.Solve(ctx, bkgw.SolveRequest{ Definition: container.FS, Evaluate: true, }) if err != nil { return nil, fmt.Errorf("solve: %w", err) } if err := release(ctx); err != nil { return nil, fmt.Errorf("release: %w", err) } } manifestBlob, err := content.ReadBlob(ctx, store, *manifestDesc) if err != nil { return nil, fmt.Errorf("image archive read manifest blob: %w", err) } var man specs.Manifest err = json.Unmarshal(manifestBlob, &man) if err != nil { return nil, fmt.Errorf("image archive unmarshal manifest: %w", err) } configBlob, err := content.ReadBlob(ctx, store, man.Config) if err != nil { return nil, fmt.Errorf("image archive read image config blob %s: %w", man.Config.Digest, err) } var imgSpec specs.Image err = json.Unmarshal(configBlob, &imgSpec) if err != nil {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
return nil, fmt.Errorf("load image config: %w", err) } container.Config = imgSpec.Config return container, nil } func (container *Container) WithExposedPort(port Port) (*Container, error) { container = container.Clone() gotOne := false for i, p := range container.Ports { if p.Port == port.Port && p.Protocol == port.Protocol { container.Ports[i] = port gotOne = true break } } if !gotOne { container.Ports = append(container.Ports, port) } if container.Config.ExposedPorts == nil { container.Config.ExposedPorts = map[string]struct{}{} } ociPort := fmt.Sprintf("%d/%s", port.Port, port.Protocol.Network()) container.Config.ExposedPorts[ociPort] = struct{}{} return container, nil } func (container *Container) WithoutExposedPort(port int, protocol NetworkProtocol) (*Container, error) { container = container.Clone() filtered := []Port{} filteredOCI := map[string]struct{}{}
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
for _, p := range container.Ports { if p.Port != port || p.Protocol != protocol { filtered = append(filtered, p) ociPort := fmt.Sprintf("%d/%s", p.Port, p.Protocol.Network()) filteredOCI[ociPort] = struct{}{} } } container.Ports = filtered container.Config.ExposedPorts = filteredOCI return container, nil } func (container *Container) WithServiceBinding(ctx context.Context, id *idproto.ID, svc *Service, alias string) (*Container, error) { container = container.Clone() host, err := svc.Hostname(ctx, id) if err != nil { return nil, err } var aliases AliasSet if alias != "" { aliases = AliasSet{alias} } container.Services.Merge(ServiceBindings{ { ID: id, Service: svc, Hostname: host, Aliases: aliases, }, }) return container, nil
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
} func (container *Container) ImageRefOrErr(ctx context.Context) (string, error) { imgRef := container.ImageRef if imgRef != "" { return imgRef, nil } return "", errors.Errorf("Image reference can only be retrieved immediately after the 'Container.From' call. Error in fetching imageRef as the container image is changed") } func (container *Container) Service(ctx context.Context) (*Service, error) { if container.Meta == nil { var err error container, err = container.WithExec(ctx, ContainerExecOpts{}) if err != nil { return nil, err } } return container.Query.NewContainerService(container), nil } func (container *Container) ownership(ctx context.Context, owner string) (*Ownership, error) { if owner == "" { return nil, nil } fsSt, err := container.FSState() if err != nil { return nil, err } return resolveUIDGID(ctx, fsSt, container.Query.Buildkit, container.Platform, owner) } func (container *Container) command(opts ContainerExecOpts) ([]string, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
cfg := container.Config args := opts.Args if len(args) == 0 { args = cfg.Cmd } if len(cfg.Entrypoint) > 0 && !opts.SkipEntrypoint { args = append(cfg.Entrypoint, args...) } if len(args) == 0 { return nil, errors.New("no command has been set") } return args, nil } func metaMount(stdin string) (llb.State, string) { meta := llb.Mkdir(buildkit.MetaSourcePath, 0o777) if stdin != "" { meta = meta.Mkfile(path.Join(buildkit.MetaSourcePath, "stdin"), 0o666, []byte(stdin)) } return llb.Scratch().File( meta, llb.WithCustomName(buildkit.InternalPrefix+"creating dagger metadata"), ), buildkit.MetaSourcePath } type ContainerExecOpts struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
Args []string SkipEntrypoint bool `default:"false"` Stdin string `default:""` RedirectStdout string `default:""` RedirectStderr string `default:""` ExperimentalPrivilegedNesting bool `default:"false"` InsecureRootCapabilities bool `default:"false"` ModuleCallerDigest digest.Digest `name:"-"` NestedInSameSession bool `name:"-"` } type BuildArg struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
Name string `field:"true" doc:"The build argument name."` Value string `field:"true" doc:"The build argument value."` } func (BuildArg) TypeName() string { return "BuildArg" } func (BuildArg) TypeDescription() string { return "Key value object that represents a build argument." } const ociTagAnnotation = "org.opencontainers.image.ref.name" func resolveIndex(ctx context.Context, store content.Store, desc specs.Descriptor, platform specs.Platform, tag string) (*specs.Descriptor, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
if desc.MediaType != specs.MediaTypeImageIndex { return nil, fmt.Errorf("expected index, got %s", desc.MediaType) } indexBlob, err := content.ReadBlob(ctx, store, desc) if err != nil { return nil, fmt.Errorf("read index blob: %w", err) } var idx specs.Index err = json.Unmarshal(indexBlob, &idx) if err != nil { return nil, fmt.Errorf("unmarshal index: %w", err) } matcher := platforms.Only(platform) for _, m := range idx.Manifests { if m.Platform != nil { if !matcher.Match(*m.Platform) { continue } } if tag != "" { if m.Annotations == nil { continue } manifestTag, found := m.Annotations[ociTagAnnotation] if !found || manifestTag != tag { continue
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
} } switch m.MediaType { case specs.MediaTypeImageManifest, images.MediaTypeDockerSchema2Manifest: return &m, nil case specs.MediaTypeImageIndex, images.MediaTypeDockerSchema2ManifestList: return resolveIndex(ctx, store, m, platform, tag) default: return nil, fmt.Errorf("expected manifest or index, got %s", m.MediaType) } } return nil, fmt.Errorf("no manifest for platform %s and tag %s", platforms.Format(platform), tag) } type ImageLayerCompression string var ImageLayerCompressions = dagql.NewEnum[ImageLayerCompression]() var ( CompressionGzip = ImageLayerCompressions.Register("Gzip") CompressionZstd = ImageLayerCompressions.Register("Zstd") CompressionEStarGZ = ImageLayerCompressions.Register("EStarGZ") CompressionUncompressed = ImageLayerCompressions.Register("Uncompressed") ) func (proto ImageLayerCompression) Type() *ast.Type { return &ast.Type{ NamedType: "ImageLayerCompression", NonNull: true, } } func (proto ImageLayerCompression) TypeDescription() string {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/container.go
return "Compression algorithm to use for image layers." } func (proto ImageLayerCompression) Decoder() dagql.InputDecoder { return ImageLayerCompressions } func (proto ImageLayerCompression) ToLiteral() *idproto.Literal { return ImageLayerCompressions.Literal(proto) } type ImageMediaTypes string var ImageMediaTypesEnum = dagql.NewEnum[ImageMediaTypes]() var ( OCIMediaTypes = ImageMediaTypesEnum.Register("OCIMediaTypes") DockerMediaTypes = ImageMediaTypesEnum.Register("DockerMediaTypes") ) func (proto ImageMediaTypes) Type() *ast.Type { return &ast.Type{ NamedType: "ImageMediaTypes", NonNull: true, } } func (proto ImageMediaTypes) TypeDescription() string { return "Mediatypes to use in published or exported image metadata." } func (proto ImageMediaTypes) Decoder() dagql.InputDecoder { return ImageMediaTypesEnum } func (proto ImageMediaTypes) ToLiteral() *idproto.Literal { return ImageMediaTypesEnum.Literal(proto) }
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/integration/module_terminal_test.go
package core import ( "bytes" "context" "fmt" "io" "os" "path/filepath" "regexp" "testing" "time" "github.com/Netflix/go-expect" "github.com/creack/pty" "github.com/stretchr/testify/require" ) func TestModuleDaggerTerminal(t *testing.T) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/integration/module_terminal_test.go
ctx, cancel := context.WithCancel(context.Background()) defer cancel() t.Run("basic", func(t *testing.T) { modDir := t.TempDir() err := os.WriteFile(filepath.Join(modDir, "main.go"), []byte(`package main import "context" func New(ctx context.Context) *Test { return &Test{ Ctr: dag.Container(). From("mirror.gcr.io/alpine:3.18"). WithEnvVariable("COOLENV", "woo"). WithWorkdir("/coolworkdir"). WithDefaultTerminalCmd([]string{"/bin/sh"}), } } type Test struct { Ctr *Container } `), 0644)
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/integration/module_terminal_test.go
require.NoError(t, err) _, err = hostDaggerExec(ctx, t, modDir, "--debug", "init", "--source=.", "--name=test", "--sdk=go") require.NoError(t, err) _, err = hostDaggerExec(ctx, t, modDir, "--debug", "functions") require.NoError(t, err) console, err := newTUIConsole(t, 60*time.Second) require.NoError(t, err) defer console.Close() tty := console.Tty() err = pty.Setsize(tty, &pty.Winsize{Rows: 6, Cols: 16}) require.NoError(t, err) cmd := hostDaggerCommand(ctx, t, modDir, "call", "ctr", "terminal") cmd.Stdin = tty cmd.Stdout = tty cmd.Stderr = tty err = cmd.Start() require.NoError(t, err) _, err = console.ExpectString("/coolworkdir #") require.NoError(t, err) _, err = console.SendLine("echo $COOLENV") require.NoError(t, err) err = console.ExpectLineRegex(ctx, "woo") require.NoError(t, err) _, err = console.ExpectString("/coolworkdir #") require.NoError(t, err)
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/integration/module_terminal_test.go
_, err = console.SendLine("exit") require.NoError(t, err) go console.ExpectEOF() err = cmd.Wait() require.NoError(t, err) }) t.Run("override args", func(t *testing.T) { modDir := t.TempDir() err := os.WriteFile(filepath.Join(modDir, "main.go"), []byte(`package main import "context" func New(ctx context.Context) *Test { return &Test{ Ctr: dag.Container(). From("mirror.gcr.io/alpine:3.18"). WithEnvVariable("COOLENV", "woo"). WithWorkdir("/coolworkdir"). WithExec([]string{"apk", "add", "python3"}). WithDefaultTerminalCmd([]string{"/bin/sh"}), } } type Test struct { Ctr *Container } `), 0644) require.NoError(t, err) _, err = hostDaggerExec(ctx, t, modDir, "--debug", "init", "--source=.", "--name=test", "--sdk=go") require.NoError(t, err) _, err = hostDaggerExec(ctx, t, modDir, "--debug", "call", "ctr", "sync") require.NoError(t, err)
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/integration/module_terminal_test.go
console, err := newTUIConsole(t, 60*time.Second) require.NoError(t, err) defer console.Close() tty := console.Tty() err = pty.Setsize(tty, &pty.Winsize{Rows: 5, Cols: 22}) require.NoError(t, err) cmd := hostDaggerCommand(ctx, t, modDir, "call", "ctr", "terminal", "--cmd=python") cmd.Stdin = tty cmd.Stdout = tty cmd.Stderr = tty err = cmd.Start() require.NoError(t, err) _, err = console.ExpectString(">>> ") require.NoError(t, err) _, err = console.SendLine("import os") require.NoError(t, err) _, err = console.ExpectString(">>> ") require.NoError(t, err) _, err = console.SendLine("os.environ['COOLENV']") require.NoError(t, err) err = console.ExpectLineRegex(ctx, "'woo'") require.NoError(t, err) _, err = console.SendLine("exit()") require.NoError(t, err) go console.ExpectEOF() err = cmd.Wait() require.NoError(t, err) }) } type tuiConsole struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/integration/module_terminal_test.go
*expect.Console expectLineTimeout time.Duration output *bytes.Buffer } func newTUIConsole(t *testing.T, expectLineTimeout time.Duration) (*tuiConsole, error) { output := bytes.NewBuffer(nil) console, err := expect.NewConsole( expect.WithStdout(io.MultiWriter(newTWriter(t), output)), expect.WithDefaultTimeout(expectLineTimeout), ) if err != nil { return nil, err } t.Cleanup(func() { console.Close() }) return &tuiConsole{ Console: console, expectLineTimeout: expectLineTimeout, output: output,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/integration/module_terminal_test.go
}, nil } func (e *tuiConsole) ExpectLineRegex(ctx context.Context, pattern string) error { _, _, err := e.MatchLine(ctx, pattern) return err } func (e *tuiConsole) MatchLine(ctx context.Context, pattern string) (string, []string, error) { re, err := regexp.Compile(pattern) if err != nil { return "", nil, err } ctx, cancel := context.WithTimeout(ctx, e.expectLineTimeout) defer cancel() lineMatcher := expect.RegexpPattern(".*\n") for { select { case <-ctx.Done(): return "", nil, fmt.Errorf("timed out waiting for line matching %q, most recent output:\n%s", pattern, e.output.String()) default: } line, err := e.Expect(lineMatcher) if err != nil { return "", nil, err } if matches := re.FindStringSubmatch(line); matches != nil { return line, matches, nil } } }
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
package schema import ( "context" "fmt" "io/fs" "log/slog" "os" "path" "strconv" "strings" "time" "github.com/dagger/dagger/core" "github.com/dagger/dagger/core/pipeline" "github.com/dagger/dagger/dagql" "github.com/moby/buildkit/frontend/dockerfile/shell" specs "github.com/opencontainers/image-spec/specs-go/v1" "github.com/vektah/gqlparser/v2/ast" ) type containerSchema struct { srv *dagql.Server } var _ SchemaResolvers = &containerSchema{} func (s *containerSchema) Install() { dagql.Fields[*core.Query]{ dagql.Func("container", s.container). Doc(`Creates a scratch container.`, `Optional platform argument initializes new containers to execute and publish as that platform. Platform defaults to that of the builder's host.`). ArgDoc("platform", `Platform to initialize the container with.`).
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
ArgDeprecated("id", "Use `loadContainerFromID` instead."), }.Install(s.srv) dagql.Fields[*core.Container]{ Syncer[*core.Container](). Doc(`Forces evaluation of the pipeline in the engine.`, `It doesn't run the default command if no exec has been set.`), dagql.Func("pipeline", s.pipeline). Doc(`Creates a named sub-pipeline.`). ArgDoc("name", "Name of the sub-pipeline."). ArgDoc("description", "Description of the sub-pipeline."). ArgDoc("labels", "Labels to apply to the sub-pipeline."), dagql.Func("from", s.from). Doc(`Initializes this container from a pulled base image.`). ArgDoc("address", `Image's address from its registry.`, `Formatted as [host]/[user]/[repo]:[tag] (e.g., "docker.io/dagger/dagger:main").`), dagql.Func("build", s.build). Doc(`Initializes this container from a Dockerfile build.`). ArgDoc("context", "Directory context used by the Dockerfile."). ArgDoc("dockerfile", "Path to the Dockerfile to use."). ArgDoc("buildArgs", "Additional build arguments."). ArgDoc("target", "Target build stage to build."). ArgDoc("secrets", `Secrets to pass to the build.`, `They will be mounted at /run/secrets/[secret-name] in the build container`, `They can be accessed in the Dockerfile using the "secret" mount type and mount path /run/secrets/[secret-name], e.g. RUN --mount=type=secret,id=my-secret curl [http://example.com?token=$(cat /run/secrets/my-secret)](http://example.com?token=$(cat /run/secrets/my-secret))`),
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
dagql.Func("rootfs", s.rootfs). Doc(`Retrieves this container's root filesystem. Mounts are not included.`), dagql.Func("withRootfs", s.withRootfs). Doc(`Retrieves the container with the given directory mounted to /.`). ArgDoc("directory", "Directory to mount."), dagql.Func("directory", s.directory). Doc(`Retrieves a directory at the given path.`, `Mounts are included.`). ArgDoc("path", `The path of the directory to retrieve (e.g., "./src").`), dagql.Func("file", s.file). Doc(`Retrieves a file at the given path.`, `Mounts are included.`). ArgDoc("path", `The path of the file to retrieve (e.g., "./README.md").`), dagql.Func("user", s.user). Doc("Retrieves the user to be set for all commands."), dagql.Func("withUser", s.withUser). Doc(`Retrieves this container with a different command user.`). ArgDoc("name", `The user to set (e.g., "root").`), dagql.Func("withoutUser", s.withoutUser). Doc(`Retrieves this container with an unset command user.`, `Should default to root.`), dagql.Func("workdir", s.workdir). Doc("Retrieves the working directory for all commands."), dagql.Func("withWorkdir", s.withWorkdir). Doc(`Retrieves this container with a different working directory.`). ArgDoc("path", `The path to set as the working directory (e.g., "/app").`), dagql.Func("withoutWorkdir", s.withoutWorkdir). Doc(`Retrieves this container with an unset working directory.`, `Should default to "/".`), dagql.Func("envVariables", s.envVariables). Doc(`Retrieves the list of environment variables passed to commands.`),
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
dagql.Func("envVariable", s.envVariable). Doc(`Retrieves the value of the specified environment variable.`). ArgDoc("name", `The name of the environment variable to retrieve (e.g., "PATH").`), dagql.Func("withEnvVariable", s.withEnvVariable). Doc(`Retrieves this container plus the given environment variable.`). ArgDoc("name", `The name of the environment variable (e.g., "HOST").`). ArgDoc("value", `The value of the environment variable. (e.g., "localhost").`). ArgDoc("expand", "Replace `${VAR}` or `$VAR` in the value according to the current "+ `environment variables defined in the container (e.g., "/opt/bin:$PATH").`), dagql.Func("withSecretVariable", s.withSecretVariable). Doc(`Retrieves this container plus an env variable containing the given secret.`). ArgDoc("name", `The name of the secret variable (e.g., "API_SECRET").`). ArgDoc("secret", `The identifier of the secret value.`), dagql.Func("withoutEnvVariable", s.withoutEnvVariable). Doc(`Retrieves this container minus the given environment variable.`). ArgDoc("name", `The name of the environment variable (e.g., "HOST").`), dagql.Func("withLabel", s.withLabel). Doc(`Retrieves this container plus the given label.`). ArgDoc("name", `The name of the label (e.g., "org.opencontainers.artifact.created").`). ArgDoc("value", `The value of the label (e.g., "2023-01-01T00:00:00Z").`), dagql.Func("label", s.label). Doc(`Retrieves the value of the specified label.`). ArgDoc("name", `The name of the label (e.g., "org.opencontainers.artifact.created").`), dagql.Func("labels", s.labels). Doc(`Retrieves the list of labels passed to container.`), dagql.Func("withoutLabel", s.withoutLabel). Doc(`Retrieves this container minus the given environment label.`). ArgDoc("name", `The name of the label to remove (e.g., "org.opencontainers.artifact.created").`),
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
dagql.Func("entrypoint", s.entrypoint). Doc(`Retrieves entrypoint to be prepended to the arguments of all commands.`), dagql.Func("withEntrypoint", s.withEntrypoint). Doc(`Retrieves this container but with a different command entrypoint.`). ArgDoc("args", `Entrypoint to use for future executions (e.g., ["go", "run"]).`). ArgDoc("keepDefaultArgs", `Don't remove the default arguments when setting the entrypoint.`), dagql.Func("withoutEntrypoint", s.withoutEntrypoint). Doc(`Retrieves this container with an unset command entrypoint.`). ArgDoc("keepDefaultArgs", `Don't remove the default arguments when unsetting the entrypoint.`), dagql.Func("defaultArgs", s.defaultArgs). Doc(`Retrieves default arguments for future commands.`), dagql.Func("withDefaultArgs", s.withDefaultArgs). Doc(`Configures default arguments for future commands.`). ArgDoc("args", `Arguments to prepend to future executions (e.g., ["-v", "--no-cache"]).`), dagql.Func("withoutDefaultArgs", s.withoutDefaultArgs). Doc(`Retrieves this container with unset default arguments for future commands.`), dagql.Func("mounts", s.mounts). Doc(`Retrieves the list of paths where a directory is mounted.`), dagql.Func("withMountedDirectory", s.withMountedDirectory). Doc(`Retrieves this container plus a directory mounted at the given path.`). ArgDoc("path", `Location of the mounted directory (e.g., "/mnt/directory").`). ArgDoc("source", `Identifier of the mounted directory.`). ArgDoc("owner", `A user:group to set for the mounted directory and its contents.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withMountedFile", s.withMountedFile). Doc(`Retrieves this container plus a file mounted at the given path.`). ArgDoc("path", `Location of the mounted file (e.g., "/tmp/file.txt").`). ArgDoc("source", `Identifier of the mounted file.`).
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
ArgDoc("owner", `A user or user:group to set for the mounted file.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withMountedTemp", s.withMountedTemp). Doc(`Retrieves this container plus a temporary directory mounted at the given path.`). ArgDoc("path", `Location of the temporary directory (e.g., "/tmp/temp_dir").`), dagql.Func("withMountedCache", s.withMountedCache). Doc(`Retrieves this container plus a cache volume mounted at the given path.`). ArgDoc("path", `Location of the cache directory (e.g., "/cache/node_modules").`). ArgDoc("cache", `Identifier of the cache volume to mount.`). ArgDoc("source", `Identifier of the directory to use as the cache volume's root.`). ArgDoc("sharing", `Sharing mode of the cache volume.`). ArgDoc("owner", `A user:group to set for the mounted cache directory.`, `Note that this changes the ownership of the specified mount along with the initial filesystem provided by source (if any). It does not have any effect if/when the cache has already been created.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withMountedSecret", s.withMountedSecret). Doc(`Retrieves this container plus a secret mounted into a file at the given path.`). ArgDoc("path", `Location of the secret file (e.g., "/tmp/secret.txt").`). ArgDoc("source", `Identifier of the secret to mount.`). ArgDoc("owner", `A user:group to set for the mounted secret.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`). ArgDoc("mode", `Permission given to the mounted secret (e.g., 0600).`, `This option requires an owner to be set to be active.`),
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
dagql.Func("withUnixSocket", s.withUnixSocket). Doc(`Retrieves this container plus a socket forwarded to the given Unix socket path.`). ArgDoc("path", `Location of the forwarded Unix socket (e.g., "/tmp/socket").`). ArgDoc("source", `Identifier of the socket to forward.`). ArgDoc("owner", `A user:group to set for the mounted socket.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withoutUnixSocket", s.withoutUnixSocket). Doc(`Retrieves this container with a previously added Unix socket removed.`). ArgDoc("path", `Location of the socket to remove (e.g., "/tmp/socket").`), dagql.Func("withoutMount", s.withoutMount). Doc(`Retrieves this container after unmounting everything at the given path.`). ArgDoc("path", `Location of the cache directory (e.g., "/cache/node_modules").`), dagql.Func("withFile", s.withFile). Doc(`Retrieves this container plus the contents of the given file copied to the given path.`). ArgDoc("path", `Location of the copied file (e.g., "/tmp/file.txt").`). ArgDoc("source", `Identifier of the file to copy.`). ArgDoc("permissions", `Permission given to the copied file (e.g., 0600).`). ArgDoc("owner", `A user:group to set for the file.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withFiles", s.withFiles). Doc(`Retrieves this container plus the contents of the given files copied to the given path.`). ArgDoc("path", `Location where copied files should be placed (e.g., "/src").`). ArgDoc("sources", `Identifiers of the files to copy.`). ArgDoc("permissions", `Permission given to the copied files (e.g., 0600).`). ArgDoc("owner", `A user:group to set for the files.`,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
`The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withNewFile", s.withNewFile). Doc(`Retrieves this container plus a new file written at the given path.`). ArgDoc("path", `Location of the written file (e.g., "/tmp/file.txt").`). ArgDoc("contents", `Content of the file to write (e.g., "Hello world!").`). ArgDoc("permissions", `Permission given to the written file (e.g., 0600).`). ArgDoc("owner", `A user:group to set for the file.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withDirectory", s.withDirectory). Doc(`Retrieves this container plus a directory written at the given path.`). ArgDoc("path", `Location of the written directory (e.g., "/tmp/directory").`). ArgDoc("directory", `Identifier of the directory to write`). ArgDoc("exclude", `Patterns to exclude in the written directory (e.g. ["node_modules/**", ".gitignore", ".git/"]).`). ArgDoc("include", `Patterns to include in the written directory (e.g. ["*.go", "go.mod", "go.sum"]).`). ArgDoc("owner", `A user:group to set for the directory and its contents.`, `The user and group can either be an ID (1000:1000) or a name (foo:bar).`, `If the group is omitted, it defaults to the same as the user.`), dagql.Func("withExec", s.withExec). Doc(`Retrieves this container after executing the specified command inside it.`). ArgDoc("args", `Command to run instead of the container's default command (e.g., ["run", "main.go"]).`, `If empty, the container's default command is used.`). ArgDoc("skipEntrypoint", `If the container has an entrypoint, ignore it for args rather than using it to wrap them.`). ArgDoc("stdin", `Content to write to the command's standard input before closing (e.g.,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
"Hello world").`). ArgDoc("redirectStdout", `Redirect the command's standard output to a file in the container (e.g., "/tmp/stdout").`). ArgDoc("redirectStderr", `Redirect the command's standard error to a file in the container (e.g., "/tmp/stderr").`). ArgDoc("experimentalPrivilegedNesting", `Provides Dagger access to the executed command.`, `Do not use this option unless you trust the command being executed; the command being executed WILL BE GRANTED FULL ACCESS TO YOUR HOST FILESYSTEM.`). ArgDoc("insecureRootCapabilities", `Execute the command with all root capabilities. This is similar to running a command with "sudo" or executing "docker run" with the "--privileged" flag. Containerization does not provide any security guarantees when using this option. It should only be used when absolutely necessary and only with trusted commands.`), dagql.Func("stdout", s.stdout). Doc(`The output stream of the last executed command.`, `Will execute default command if none is set, or error if there's no default.`), dagql.Func("stderr", s.stderr). Doc(`The error stream of the last executed command.`, `Will execute default command if none is set, or error if there's no default.`), dagql.Func("publish", s.publish). Impure("Writes to the specified Docker registry."). Doc(`Publishes this container as a new image to the specified address.`, `Publish returns a fully qualified ref.`, `It can also publish platform variants.`). ArgDoc("address",
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
`Registry's address to publish the image to.`, `Formatted as [host]/[user]/[repo]:[tag] (e.g. "docker.io/dagger/dagger:main").`). ArgDoc("platformVariants", `Identifiers for other platform specific containers.`, `Used for multi-platform image.`). ArgDoc("forcedCompression", `Force each layer of the published image to use the specified compression algorithm.`, `If this is unset, then if a layer already has a compressed blob in the engine's cache, that will be used (this can result in a mix of compression algorithms for different layers). If this is unset and a layer has no compressed blob in the engine's cache, then it will be compressed using Gzip.`). ArgDoc("mediaTypes", `Use the specified media types for the published image's layers.`, `Defaults to OCI, which is largely compatible with most recent registries, but Docker may be needed for older registries without OCI support.`), dagql.Func("platform", s.platform). Doc(`The platform this container executes and publishes as.`), dagql.Func("export", s.export). Impure("Writes to the local host."). Doc(`Writes the container as an OCI tarball to the destination file path on the host.`, `Return true on success.`, `It can also export platform variants.`). ArgDoc("path", `Host's destination path (e.g., "./tarball").`, `Path can be relative to the engine's workdir or absolute.`). ArgDoc("platformVariants", `Identifiers for other platform specific containers.`,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
`Used for multi-platform image.`). ArgDoc("forcedCompression", `Force each layer of the exported image to use the specified compression algorithm.`, `If this is unset, then if a layer already has a compressed blob in the engine's cache, that will be used (this can result in a mix of compression algorithms for different layers). If this is unset and a layer has no compressed blob in the engine's cache, then it will be compressed using Gzip.`). ArgDoc("mediaTypes", `Use the specified media types for the exported image's layers.`, `Defaults to OCI, which is largely compatible with most recent container runtimes, but Docker may be needed for older runtimes without OCI support.`), dagql.Func("asTarball", s.asTarball). Doc(`Returns a File representing the container serialized to a tarball.`). ArgDoc("platformVariants", `Identifiers for other platform specific containers.`, `Used for multi-platform images.`). ArgDoc("forcedCompression", `Force each layer of the image to use the specified compression algorithm.`, `If this is unset, then if a layer already has a compressed blob in the engine's cache, that will be used (this can result in a mix of compression algorithms for different layers). If this is unset and a layer has no compressed blob in the engine's cache, then it will be compressed using Gzip.`). ArgDoc("mediaTypes", `Use the specified media types for the image's layers.`, `Defaults to OCI, which is largely compatible with most recent container runtimes, but Docker may be needed for older runtimes without OCI support.`), dagql.Func("import", s.import_).
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Doc(`Reads the container from an OCI tarball.`). ArgDoc("source", `File to read the container from.`). ArgDoc("tag", `Identifies the tag to import from the archive, if the archive bundles multiple tags.`), dagql.Func("withRegistryAuth", s.withRegistryAuth). Doc(`Retrieves this container with a registry authentication for a given address.`). ArgDoc("address", `Registry's address to bind the authentication to.`, `Formatted as [host]/[user]/[repo]:[tag] (e.g. docker.io/dagger/dagger:main).`). ArgDoc("username", `The username of the registry's account (e.g., "Dagger").`). ArgDoc("secret", `The API key, password or token to authenticate to this registry.`), dagql.Func("withoutRegistryAuth", s.withoutRegistryAuth). Doc(`Retrieves this container without the registry authentication of a given address.`). ArgDoc("address", `Registry's address to remove the authentication from.`, `Formatted as [host]/[user]/[repo]:[tag] (e.g. docker.io/dagger/dagger:main).`), dagql.Func("imageRef", s.imageRef). Doc(`The unique image reference which can only be retrieved immediately after the 'Container.From' call.`), dagql.Func("withExposedPort", s.withExposedPort). Doc(`Expose a network port.`, `Exposed ports serve two purposes:`, `- For health checks and introspection, when running services`, `- For setting the EXPOSE OCI field when publishing the container`). ArgDoc("port", `Port number to expose`). ArgDoc("protocol", `Transport layer network protocol`). ArgDoc("description", `Optional port description`). ArgDoc("experimentalSkipHealthcheck", `Skip the health check when run as a service.`), dagql.Func("withoutExposedPort", s.withoutExposedPort). Doc(`Unexpose a previously exposed port.`). ArgDoc("port", `Port number to unexpose`). ArgDoc("protocol", `Port protocol to unexpose`), dagql.Func("exposedPorts", s.exposedPorts).
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Doc(`Retrieves the list of exposed ports.`, `This includes ports already exposed by the image, even if not explicitly added with dagger.`), dagql.Func("withServiceBinding", s.withServiceBinding). Doc(`Establish a runtime dependency on a service.`, `The service will be started automatically when needed and detached when it is no longer needed, executing the default command if none is set.`, `The service will be reachable from the container via the provided hostname alias.`, `The service dependency will also convey to any files or directories produced by the container.`). ArgDoc("alias", `A name that can be used to reach the service from the container`). ArgDoc("service", `Identifier of the service container`), dagql.Func("withFocus", s.withFocus). Doc(`Indicate that subsequent operations should be featured more prominently in the UI.`), dagql.Func("withoutFocus", s.withoutFocus). Doc(`Indicate that subsequent operations should not be featured more prominently in the UI.`, `This is the initial state of all containers.`), dagql.Func("withDefaultTerminalCmd", s.withDefaultTerminalCmd). Doc(`Set the default command to invoke for the container's terminal API.`). ArgDoc("args", `The args of the command.`). ArgDoc("experimentalPrivilegedNesting", `Provides Dagger access to the executed command.`, `Do not use this option unless you trust the command being executed; the command being executed WILL BE GRANTED FULL ACCESS TO YOUR HOST FILESYSTEM.`). ArgDoc("insecureRootCapabilities", `Execute the command with all root capabilities. This is similar to running a command with "sudo" or executing "docker run" with the "--privileged" flag. Containerization does not provide any security guarantees when using this option. It should only be used when absolutely necessary and only with trusted commands.`),
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
dagql.NodeFunc("terminal", s.terminal). Doc(`Return an interactive terminal for this container using its configured default terminal command if not overridden by args (or sh as a fallback default).`). ArgDoc("cmd", `If set, override the container's default terminal command and invoke these command arguments instead.`). ArgDoc("experimentalPrivilegedNesting", `Provides Dagger access to the executed command.`, `Do not use this option unless you trust the command being executed; the command being executed WILL BE GRANTED FULL ACCESS TO YOUR HOST FILESYSTEM.`). ArgDoc("insecureRootCapabilities", `Execute the command with all root capabilities. This is similar to running a command with "sudo" or executing "docker run" with the "--privileged" flag. Containerization does not provide any security guarantees when using this option. It should only be used when absolutely necessary and only with trusted commands.`), dagql.Func("experimentalWithGPU", s.withGPU). Doc(`EXPERIMENTAL API! Subject to change/removal at any time.`, `Configures the provided list of devices to be accesible to this container.`, `This currently works for Nvidia devices only.`). ArgDoc("devices", `List of devices to be accessible to this container.`), dagql.Func("experimentalWithAllGPUs", s.withAllGPUs). Doc(`EXPERIMENTAL API! Subject to change/removal at any time.`, `Configures all available GPUs on the host to be accessible to this container.`, `This currently works for Nvidia devices only.`), }.Install(s.srv) dagql.Fields[*core.Terminal]{ dagql.Func("websocketEndpoint", s.shellWebsocketEndpoint). Doc(`An http endpoint at which this terminal can be connected to over a websocket.`), }.Install(s.srv) } type containerArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
ID dagql.Optional[core.ContainerID] Platform dagql.Optional[core.Platform] } func (s *containerSchema) container(ctx context.Context, parent *core.Query, args containerArgs) (_ *core.Container, rerr error) { if args.ID.Valid { inst, err := args.ID.Value.Load(ctx, s.srv) if err != nil { return nil, err } return inst.Self, nil } var platform core.Platform if args.Platform.Valid { platform = args.Platform.Value } else { platform = parent.Platform } return parent.NewContainer(platform), nil } type containerFromArgs struct { Address string } func (s *containerSchema) from(ctx context.Context, parent *core.Container, args containerFromArgs) (*core.Container, error) { return parent.From(ctx, args.Address) } type containerBuildArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Context core.DirectoryID Dockerfile string `default:"Dockerfile"` Target string `default:""` BuildArgs []dagql.InputObject[core.BuildArg] `default:"[]"` Secrets []core.SecretID `default:"[]"` } func (s *containerSchema) build(ctx context.Context, parent *core.Container, args containerBuildArgs) (*core.Container, error) { dir, err := args.Context.Load(ctx, s.srv) if err != nil { return nil, err } secrets, err := dagql.LoadIDs(ctx, s.srv, args.Secrets) if err != nil { return nil, err } return parent.Build( ctx, dir.Self, args.Dockerfile, collectInputsSlice(args.BuildArgs), args.Target, secrets, ) } type containerWithRootFSArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Directory core.DirectoryID } func (s *containerSchema) withRootfs(ctx context.Context, parent *core.Container, args containerWithRootFSArgs) (*core.Container, error) { dir, err := args.Directory.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithRootFS(ctx, dir.Self) } type containerPipelineArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Name string Description string `default:""` Labels []dagql.InputObject[pipeline.Label] `default:"[]"` } func (s *containerSchema) pipeline(ctx context.Context, parent *core.Container, args containerPipelineArgs) (*core.Container, error) { return parent.WithPipeline(ctx, args.Name, args.Description, collectInputsSlice(args.Labels)) } func (s *containerSchema) rootfs(ctx context.Context, parent *core.Container, args struct{}) (*core.Directory, error) { return parent.RootFS(ctx) } type containerExecArgs struct { core.ContainerExecOpts } func (s *containerSchema) withExec(ctx context.Context, parent *core.Container, args containerExecArgs) (*core.Container, error) { return parent.WithExec(ctx, args.ContainerExecOpts) } func (s *containerSchema) stdout(ctx context.Context, parent *core.Container, _ struct{}) (string, error) { return parent.MetaFileContents(ctx, "stdout") } func (s *containerSchema) stderr(ctx context.Context, parent *core.Container, _ struct{}) (string, error) { return parent.MetaFileContents(ctx, "stderr") } type containerGpuArgs struct { core.ContainerGPUOpts } func (s *containerSchema) withGPU(ctx context.Context, parent *core.Container, args containerGpuArgs) (*core.Container, error) { return parent.WithGPU(ctx, args.ContainerGPUOpts) } func (s *containerSchema) withAllGPUs(ctx context.Context, parent *core.Container, args struct{}) (*core.Container, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
return parent.WithGPU(ctx, core.ContainerGPUOpts{Devices: []string{"all"}}) } type containerWithEntrypointArgs struct { Args []string KeepDefaultArgs bool `default:"false"` } func (s *containerSchema) withEntrypoint(ctx context.Context, parent *core.Container, args containerWithEntrypointArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { cfg.Entrypoint = args.Args if !args.KeepDefaultArgs { cfg.Cmd = nil } return cfg }) } type containerWithoutEntrypointArgs struct { KeepDefaultArgs bool `default:"false"` } func (s *containerSchema) withoutEntrypoint(ctx context.Context, parent *core.Container, args containerWithoutEntrypointArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { cfg.Entrypoint = nil if !args.KeepDefaultArgs { cfg.Cmd = nil } return cfg }) } func (s *containerSchema) entrypoint(ctx context.Context, parent *core.Container, args struct{}) ([]string, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
cfg, err := parent.ImageConfig(ctx) if err != nil { return nil, err } return cfg.Entrypoint, nil } type containerWithDefaultArgs struct { Args []string } func (s *containerSchema) withDefaultArgs(ctx context.Context, parent *core.Container, args containerWithDefaultArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { if args.Args == nil { cfg.Cmd = []string{} return cfg } cfg.Cmd = args.Args return cfg }) } func (s *containerSchema) withoutDefaultArgs(ctx context.Context, parent *core.Container, _ struct{}) (*core.Container, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { cfg.Cmd = nil return cfg }) } func (s *containerSchema) defaultArgs(ctx context.Context, parent *core.Container, args struct{}) ([]string, error) { cfg, err := parent.ImageConfig(ctx) if err != nil { return nil, err } return cfg.Cmd, nil } type containerWithUserArgs struct { Name string } func (s *containerSchema) withUser(ctx context.Context, parent *core.Container, args containerWithUserArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { cfg.User = args.Name return cfg }) } func (s *containerSchema) withoutUser(ctx context.Context, parent *core.Container, _ struct{}) (*core.Container, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { cfg.User = "" return cfg }) } func (s *containerSchema) user(ctx context.Context, parent *core.Container, args struct{}) (string, error) { cfg, err := parent.ImageConfig(ctx) if err != nil { return "", err } return cfg.User, nil } type containerWithWorkdirArgs struct { Path string } func (s *containerSchema) withWorkdir(ctx context.Context, parent *core.Container, args containerWithWorkdirArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { cfg.WorkingDir = absPath(cfg.WorkingDir, args.Path) return cfg }) } func (s *containerSchema) withoutWorkdir(ctx context.Context, parent *core.Container, _ struct{}) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { cfg.WorkingDir = "" return cfg }) } func (s *containerSchema) workdir(ctx context.Context, parent *core.Container, args struct{}) (string, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
cfg, err := parent.ImageConfig(ctx) if err != nil { return "", err } return cfg.WorkingDir, nil } type containerWithVariableArgs struct { Name string Value string Expand bool `default:"false"` } func (s *containerSchema) withEnvVariable(ctx context.Context, parent *core.Container, args containerWithVariableArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { value := args.Value if args.Expand { value = os.Expand(value, func(k string) string { v, _ := core.LookupEnv(cfg.Env, k) return v }) } cfg.Env = core.AddEnv(cfg.Env, args.Name, value) return cfg }) } type containerWithoutVariableArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Name string } func (s *containerSchema) withoutEnvVariable(ctx context.Context, parent *core.Container, args containerWithoutVariableArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { newEnv := []string{} core.WalkEnv(cfg.Env, func(k, _, env string) { if !shell.EqualEnvKeys(k, args.Name) { newEnv = append(newEnv, env) } }) cfg.Env = newEnv return cfg }) } type EnvVariable struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Name string `field:"true" doc:"The environment variable name."` Value string `field:"true" doc:"The environment variable value."` } func (EnvVariable) Type() *ast.Type { return &ast.Type{ NamedType: "EnvVariable", NonNull: true, } } func (EnvVariable) TypeDescription() string { return "An environment variable name and value." } func (EnvVariable) Description() string { return "A simple key value object that represents an environment variable." } func (s *containerSchema) envVariables(ctx context.Context, parent *core.Container, args struct{}) ([]EnvVariable, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
cfg, err := parent.ImageConfig(ctx) if err != nil { return nil, err } vars := make([]EnvVariable, 0, len(cfg.Env)) core.WalkEnv(cfg.Env, func(k, v, _ string) { vars = append(vars, EnvVariable{Name: k, Value: v}) }) return vars, nil } type containerVariableArgs struct { Name string } func (s *containerSchema) envVariable(ctx context.Context, parent *core.Container, args containerVariableArgs) (dagql.Nullable[dagql.String], error) { none := dagql.Null[dagql.String]() cfg, err := parent.ImageConfig(ctx) if err != nil { return none, err } if val, ok := core.LookupEnv(cfg.Env, args.Name); ok { return dagql.NonNull(dagql.NewString(val)), nil } return none, nil } type Label struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Name string `field:"true" doc:"The label name."` Value string `field:"true" doc:"The label value."` } func (Label) Type() *ast.Type { return &ast.Type{ NamedType: "Label", NonNull: true, } } func (Label) TypeDescription() string { return "A simple key value object that represents a label." } func (s *containerSchema) labels(ctx context.Context, parent *core.Container, args struct{}) ([]Label, error) { cfg, err := parent.ImageConfig(ctx) if err != nil { return nil, err } labels := make([]Label, 0, len(cfg.Labels)) for name, value := range cfg.Labels { label := Label{ Name: name, Value: value, } labels = append(labels, label) } return labels, nil } type containerLabelArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Name string } func (s *containerSchema) label(ctx context.Context, parent *core.Container, args containerLabelArgs) (dagql.Nullable[dagql.String], error) { none := dagql.Null[dagql.String]() cfg, err := parent.ImageConfig(ctx) if err != nil { return none, err } if val, ok := cfg.Labels[args.Name]; ok { return dagql.NonNull(dagql.NewString(val)), nil } return none, nil } type containerWithMountedDirectoryArgs struct { Path string Source core.DirectoryID Owner string `default:""` } func (s *containerSchema) withMountedDirectory(ctx context.Context, parent *core.Container, args containerWithMountedDirectoryArgs) (*core.Container, error) { dir, err := args.Source.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithMountedDirectory(ctx, args.Path, dir.Self, args.Owner, false) } type containerPublishArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Address dagql.String PlatformVariants []core.ContainerID `default:"[]"` ForcedCompression dagql.Optional[core.ImageLayerCompression] MediaTypes core.ImageMediaTypes `default:"OCIMediaTypes"` } func (s *containerSchema) publish(ctx context.Context, parent *core.Container, args containerPublishArgs) (dagql.String, error) { variants, err := dagql.LoadIDs(ctx, s.srv, args.PlatformVariants) if err != nil { return "", err } ref, err := parent.Publish( ctx, args.Address.String(), variants, args.ForcedCompression.Value, args.MediaTypes, ) if err != nil { return "", err } return dagql.NewString(ref), nil } type containerWithMountedFileArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Path string Source core.FileID Owner string `default:""` } func (s *containerSchema) withMountedFile(ctx context.Context, parent *core.Container, args containerWithMountedFileArgs) (*core.Container, error) { file, err := args.Source.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithMountedFile(ctx, args.Path, file.Self, args.Owner, false) } type containerWithMountedCacheArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Path string Cache core.CacheVolumeID Source dagql.Optional[core.DirectoryID] Sharing core.CacheSharingMode `default:"SHARED"` Owner string `default:""` } func (s *containerSchema) withMountedCache(ctx context.Context, parent *core.Container, args containerWithMountedCacheArgs) (*core.Container, error) { var dir *core.Directory if args.Source.Valid { inst, err := args.Source.Value.Load(ctx, s.srv) if err != nil { return nil, err } dir = inst.Self } cache, err := args.Cache.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithMountedCache( ctx, args.Path, cache.Self, dir, args.Sharing, args.Owner, ) } type containerWithMountedTempArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Path string } func (s *containerSchema) withMountedTemp(ctx context.Context, parent *core.Container, args containerWithMountedTempArgs) (*core.Container, error) { return parent.WithMountedTemp(ctx, args.Path) } type containerWithoutMountArgs struct { Path string } func (s *containerSchema) withoutMount(ctx context.Context, parent *core.Container, args containerWithoutMountArgs) (*core.Container, error) { return parent.WithoutMount(ctx, args.Path) } func (s *containerSchema) mounts(ctx context.Context, parent *core.Container, _ struct{}) (dagql.Array[dagql.String], error) { targets, err := parent.MountTargets(ctx) if err != nil { return nil, err } return dagql.NewStringArray(targets...), nil } type containerWithLabelArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Name string Value string } func (s *containerSchema) withLabel(ctx context.Context, parent *core.Container, args containerWithLabelArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { if cfg.Labels == nil { cfg.Labels = make(map[string]string) } cfg.Labels[args.Name] = args.Value return cfg }) } type containerWithoutLabelArgs struct { Name string } func (s *containerSchema) withoutLabel(ctx context.Context, parent *core.Container, args containerWithoutLabelArgs) (*core.Container, error) { return parent.UpdateImageConfig(ctx, func(cfg specs.ImageConfig) specs.ImageConfig { delete(cfg.Labels, args.Name) return cfg }) } type containerDirectoryArgs struct { Path string } func (s *containerSchema) directory(ctx context.Context, parent *core.Container, args containerDirectoryArgs) (*core.Directory, error) { return parent.Directory(ctx, args.Path) } type containerFileArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Path string } func (s *containerSchema) file(ctx context.Context, parent *core.Container, args containerFileArgs) (*core.File, error) { return parent.File(ctx, args.Path) } func absPath(workDir string, containerPath string) string { if path.IsAbs(containerPath) { return containerPath } if workDir == "" { workDir = "/" } return path.Join(workDir, containerPath) } type containerWithSecretVariableArgs struct { Name string Secret core.SecretID } func (s *containerSchema) withSecretVariable(ctx context.Context, parent *core.Container, args containerWithSecretVariableArgs) (*core.Container, error) { secret, err := args.Secret.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithSecretVariable(ctx, args.Name, secret.Self) } type containerWithMountedSecretArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Path string Source core.SecretID Owner string `default:""` Mode int `default:"0400"` } func (s *containerSchema) withMountedSecret(ctx context.Context, parent *core.Container, args containerWithMountedSecretArgs) (*core.Container, error) { secret, err := args.Source.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithMountedSecret(ctx, args.Path, secret.Self, args.Owner, fs.FileMode(args.Mode)) } type containerWithDirectoryArgs struct { WithDirectoryArgs Owner string `default:""` } func (s *containerSchema) withDirectory(ctx context.Context, parent *core.Container, args containerWithDirectoryArgs) (*core.Container, error) { dir, err := args.Directory.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithDirectory(ctx, args.Path, dir.Self, args.CopyFilter, args.Owner) } type containerWithFileArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
WithFileArgs Owner string `default:""` } func (s *containerSchema) withFile(ctx context.Context, parent *core.Container, args containerWithFileArgs) (*core.Container, error) { file, err := args.Source.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithFile(ctx, args.Path, file.Self, args.Permissions, args.Owner) } type containerWithFilesArgs struct { WithFilesArgs Owner string `default:""` } func (s *containerSchema) withFiles(ctx context.Context, parent *core.Container, args containerWithFilesArgs) (*core.Container, error) { files := []*core.File{} for _, id := range args.Sources { file, err := id.Load(ctx, s.srv) if err != nil { return nil, err } files = append(files, file.Self) } return parent.WithFiles(ctx, args.Path, files, args.Permissions, args.Owner) } type containerWithNewFileArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Path string Contents string `default:""` Permissions int `default:"0644"` Owner string `default:""` } func (s *containerSchema) withNewFile(ctx context.Context, parent *core.Container, args containerWithNewFileArgs) (*core.Container, error) { return parent.WithNewFile(ctx, args.Path, []byte(args.Contents), fs.FileMode(args.Permissions), args.Owner) } type containerWithUnixSocketArgs struct { Path string Source core.SocketID Owner string `default:""` } func (s *containerSchema) withUnixSocket(ctx context.Context, parent *core.Container, args containerWithUnixSocketArgs) (*core.Container, error) { socket, err := args.Source.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithUnixSocket(ctx, args.Path, socket.Self, args.Owner) } type containerWithoutUnixSocketArgs struct { Path string } func (s *containerSchema) withoutUnixSocket(ctx context.Context, parent *core.Container, args containerWithoutUnixSocketArgs) (*core.Container, error) { return parent.WithoutUnixSocket(ctx, args.Path) } func (s *containerSchema) platform(ctx context.Context, parent *core.Container, args struct{}) (core.Platform, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
return parent.Platform, nil } type containerExportArgs struct { Path string PlatformVariants []core.ContainerID `default:"[]"` ForcedCompression dagql.Optional[core.ImageLayerCompression] MediaTypes core.ImageMediaTypes `default:"OCIMediaTypes"` } func (s *containerSchema) export(ctx context.Context, parent *core.Container, args containerExportArgs) (dagql.Boolean, error) { variants, err := dagql.LoadIDs(ctx, s.srv, args.PlatformVariants) if err != nil { return false, err } if err := parent.Export( ctx, args.Path, variants, args.ForcedCompression.Value, args.MediaTypes, ); err != nil { return false, err } return true, nil } type containerAsTarballArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
PlatformVariants []core.ContainerID `default:"[]"` ForcedCompression dagql.Optional[core.ImageLayerCompression] MediaTypes core.ImageMediaTypes `default:"OCIMediaTypes"` } func (s *containerSchema) asTarball(ctx context.Context, parent *core.Container, args containerAsTarballArgs) (*core.File, error) { variants, err := dagql.LoadIDs(ctx, s.srv, args.PlatformVariants) if err != nil { return nil, err } return parent.AsTarball(ctx, variants, args.ForcedCompression.Value, args.MediaTypes) } type containerImportArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Source core.FileID Tag string `default:""` } func (s *containerSchema) import_(ctx context.Context, parent *core.Container, args containerImportArgs) (*core.Container, error) { start := time.Now() slog.Debug("importing container", "source", args.Source.Display(), "tag", args.Tag) defer func() { slog.Debug("done importing container", "source", args.Source.Display(), "tag", args.Tag, "took", start) }() source, err := args.Source.Load(ctx, s.srv) if err != nil { return nil, err } return parent.Import( ctx, source.Self, args.Tag, ) } type containerWithRegistryAuthArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Address string Username string Secret core.SecretID } func (s *containerSchema) withRegistryAuth(ctx context.Context, parent *core.Container, args containerWithRegistryAuthArgs) (*core.Container, error) { secret, err := args.Secret.Load(ctx, s.srv) if err != nil { return nil, err } secretBytes, err := parent.Query.Secrets.GetSecret(ctx, secret.Self.Accessor) if err != nil { return nil, err } if err := parent.Query.Auth.AddCredential(args.Address, args.Username, string(secretBytes)); err != nil { return nil, err } return parent, nil } type containerWithoutRegistryAuthArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Address string } func (s *containerSchema) withoutRegistryAuth(_ context.Context, parent *core.Container, args containerWithoutRegistryAuthArgs) (*core.Container, error) { if err := parent.Query.Auth.RemoveCredential(args.Address); err != nil { return nil, err } return parent, nil } func (s *containerSchema) imageRef(ctx context.Context, parent *core.Container, args struct{}) (string, error) { return parent.ImageRefOrErr(ctx) } type containerWithServiceBindingArgs struct { Alias string Service core.ServiceID } func (s *containerSchema) withServiceBinding(ctx context.Context, parent *core.Container, args containerWithServiceBindingArgs) (*core.Container, error) { svc, err := args.Service.Load(ctx, s.srv) if err != nil { return nil, err } return parent.WithServiceBinding(ctx, svc.ID(), svc.Self, args.Alias) } type containerWithExposedPortArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Port int Protocol core.NetworkProtocol `default:"TCP"` Description *string ExperimentalSkipHealthcheck bool `default:"false"` } func (s *containerSchema) withExposedPort(ctx context.Context, parent *core.Container, args containerWithExposedPortArgs) (*core.Container, error) { return parent.WithExposedPort(core.Port{ Protocol: args.Protocol, Port: args.Port, Description: args.Description, ExperimentalSkipHealthcheck: args.ExperimentalSkipHealthcheck, }) } type containerWithoutExposedPortArgs struct { Port int Protocol core.NetworkProtocol `default:"TCP"` } func (s *containerSchema) withoutExposedPort(ctx context.Context, parent *core.Container, args containerWithoutExposedPortArgs) (*core.Container, error) { return parent.WithoutExposedPort(args.Port, args.Protocol) } func (s *containerSchema) exposedPorts(ctx context.Context, parent *core.Container, args struct{}) ([]core.Port, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
ports := make(map[string]core.Port, len(parent.Ports)) for _, p := range parent.Ports { ociPort := fmt.Sprintf("%d/%s", p.Port, p.Protocol.Network()) ports[ociPort] = p } exposedPorts := []core.Port{} for ociPort := range parent.Config.ExposedPorts { p, exists := ports[ociPort] if !exists { port, protoStr, ok := strings.Cut(ociPort, "/") if !ok { continue } portNr, err := strconv.Atoi(port) if err != nil { continue } proto, err := core.NetworkProtocols.Lookup(strings.ToUpper(protoStr)) if err != nil { continue } p = core.Port{ Port: portNr,
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
Protocol: proto, } } exposedPorts = append(exposedPorts, p) } return exposedPorts, nil } func (s *containerSchema) withFocus(ctx context.Context, parent *core.Container, args struct{}) (*core.Container, error) { child := parent.Clone() child.Focused = true return child, nil } func (s *containerSchema) withoutFocus(ctx context.Context, parent *core.Container, args struct{}) (*core.Container, error) { child := parent.Clone() child.Focused = false return child, nil } type containerWithDefaultTerminalCmdArgs struct { core.DefaultTerminalCmdOpts } func (s *containerSchema) withDefaultTerminalCmd( ctx context.Context, ctr *core.Container, args containerWithDefaultTerminalCmdArgs, ) (*core.Container, error) { ctr = ctr.Clone() ctr.DefaultTerminalCmd = &args.DefaultTerminalCmdOpts return ctr, nil } type containerTerminalArgs struct {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
core.TerminalArgs } func (s *containerSchema) terminal( ctx context.Context, ctr dagql.Instance[*core.Container], args containerTerminalArgs, ) (*core.Terminal, error) { if args.Cmd == nil || len(args.Cmd) == 0 { args.Cmd = ctr.Self.DefaultTerminalCmd.Args } if args.ExperimentalPrivilegedNesting == nil { args.ExperimentalPrivilegedNesting = &ctr.Self.DefaultTerminalCmd.ExperimentalPrivilegedNesting } if args.InsecureRootCapabilities == nil { args.InsecureRootCapabilities = &ctr.Self.DefaultTerminalCmd.InsecureRootCapabilities } if len(args.Cmd) == 0 { args.Cmd = []string{"sh"} } term, handler, err := ctr.Self.Terminal(ctr.ID(), &args.TerminalArgs) if err != nil { return nil, err } if err := ctr.Self.Query.MuxEndpoint(ctx, path.Join("/", term.Endpoint), handler); err != nil { return nil, err } return term, nil } func (s *containerSchema) shellWebsocketEndpoint(ctx context.Context, parent *core.Terminal, args struct{}) (string, error) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,828
Panic in `terminal` if no args set
Think this is a regression in v0.10.1 cc @TomChv See https://github.com/dagger/dagger/pull/6805/files#r1513137070 ``` goroutine 457496 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x5e github.com/dagger/dagger/dagql.(*Server).resolvePath.func1() /app/dagql/server.go:642 +0x74 panic({0x1bd65a0?, 0x3139130?}) /usr/local/go/src/runtime/panic.go:914 +0x21f github.com/dagger/dagger/core/schema.(*containerSchema).terminal(0x1d3a040?, {0x2299038, 0xc00330eea0}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/core/schema/container.go:1366 +0xc9 github.com/dagger/dagger/dagql.NodeFunc[...].func1({0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, 0xc00330ef00) /app/dagql/objects.go:355 +0x184 github.com/dagger/dagger/dagql.Class[...].Call(0x22c3500?, {0x2299038?, 0xc00330eea0?}, {0xc005579280, 0xc00305f340, {0x0, 0x1, 0xc0033daf60, 0xc00394bed8}, 0x0}, ...) /app/dagql/objects.go:202 +0x15d github.com/dagger/dagger/dagql.Instance[...].Select(0x22b3a20, {0x2299038, 0xc00330eea0}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, 0x0}) /app/dagql/objects.go:271 +0x2fe github.com/dagger/dagger/dagql.(*Server).cachedSelect.func1({0x2299038?, 0xc00330eea0?}) /app/dagql/server.go:583 +0x49 github.com/dagger/dagger/tracing.AroundFunc.ProgrockAroundFunc.func1({0x2299038, 0xc00330ed80}) /app/tracing/graphql.go:102 +0x5c4 github.com/dagger/dagger/tracing.AroundFunc.SpanAroundFunc.func2({0x2299038, 0xc003e691a0}) /app/tracing/graphql.go:33 +0xa6 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitializeOnHit(0x22bf680, {0x2299038, 0xc003e68ea0}, {0xc003775130, 0x47}, 0xc004ccb788, 0xc0031f9b08) /app/dagql/cachemap.go:85 +0x272 github.com/dagger/dagger/dagql.(*cacheMap[...]).GetOrInitialize(0xc0031f9b48?, {0x2299038?, 0xc003e68ea0?}, {0xc003775130?, 0x10c0f25?}, 0x229c200?) /app/dagql/cachemap.go:60 +0x45 github.com/dagger/dagger/dagql.(*Server).cachedSelect(0xc003e1a4b0, {0x2299038, 0xc004a82630}, {0x229c200, 0xc002c9ac40}, {{0xc000cd2508, 0x8}, {0x319c680, 0x0, 0x0}, ...}) /app/dagql/server.go:592 +0x203 github.com/dagger/dagger/dagql.(*Server).resolvePath(0x1052c6b?, {0x2299038, 0xc004a82630}, {0x229c200?, 0xc002c9ac40?}, {{0xc000cd2508, 0x8}, {{0xc000cd2508, 0x8}, {0x319c680, ...}, ...}, ...}) /app/dagql/server.go:651 +0x13e github.com/dagger/dagger/dagql.(*Server).Resolve.func1() /app/dagql/server.go:405 +0x7f github.com/dagger/dagger/dagql.(*Server).Resolve.(*ErrorPool).Go.func3() /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/error_pool.go:30 +0x22 github.com/sourcegraph/conc/pool.(*Pool).worker(0xc001825858?) /go/pkg/mod/github.com/sourcegraph/[email protected]/pool/pool.go:154 +0x6f github.com/sourcegraph/conc/panics.(*Catcher).Try(0x445edc?, 0x6?) /go/pkg/mod/github.com/sourcegraph/[email protected]/panics/panics.go:23 +0x48 github.com/sourcegraph/conc.(*WaitGroup).Go.func1() /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:32 +0x56 created by github.com/sourcegraph/conc.(*WaitGroup).Go in goroutine 372437 /go/pkg/mod/github.com/sourcegraph/[email protected]/waitgroup.go:30 +0x73 ``` I can hit this if I `terminal` a container that doesn't have default args, and hasn't called `withDefaultTerminalCmd`.
https://github.com/dagger/dagger/issues/6828
https://github.com/dagger/dagger/pull/6838
e5f0bc7389dc0ba454fa8247de023e4a92efb1c2
7b69661a44e419b03d94264b74c3e99d6e98cf0d
"2024-03-05T16:34:06Z"
go
"2024-03-06T14:03:34Z"
core/schema/container.go
return parent.WebsocketURL(), nil }
closed
dagger/dagger
https://github.com/dagger/dagger
6,850
🐞 v0.10.1 Client panic when with Pipeline
### What is the issue? The generated code missing the private `graphql.Client` https://github.com/dagger/dagger/blob/v0.10.1/sdk/go/dagger.gen.go#L5580-L5597 https://github.com/dagger/dagger/blob/v0.10.0/sdk/go/dagger.gen.go#L5745-L5763 ### Dagger version v0.10.1 ### Steps to reproduce _No response_ ### Log output _No response_
https://github.com/dagger/dagger/issues/6850
https://github.com/dagger/dagger/pull/6851
ea653ee3a1fd32d5ecbcec3448240cf51f8a5251
c1b0b5bf50557e50f42ca4ca0538bc7cdb672b3f
"2024-03-07T13:54:40Z"
go
"2024-03-08T09:38:41Z"
core/integration/pipeline_test.go
package core import ( "fmt" "testing" "time" "dagger.io/dagger" "github.com/stretchr/testify/require" ) func TestPipeline(t *testing.T) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,850
🐞 v0.10.1 Client panic when with Pipeline
### What is the issue? The generated code missing the private `graphql.Client` https://github.com/dagger/dagger/blob/v0.10.1/sdk/go/dagger.gen.go#L5580-L5597 https://github.com/dagger/dagger/blob/v0.10.0/sdk/go/dagger.gen.go#L5745-L5763 ### Dagger version v0.10.1 ### Steps to reproduce _No response_ ### Log output _No response_
https://github.com/dagger/dagger/issues/6850
https://github.com/dagger/dagger/pull/6851
ea653ee3a1fd32d5ecbcec3448240cf51f8a5251
c1b0b5bf50557e50f42ca4ca0538bc7cdb672b3f
"2024-03-07T13:54:40Z"
go
"2024-03-08T09:38:41Z"
core/integration/pipeline_test.go
t.Parallel() cacheBuster := fmt.Sprintf("%d", time.Now().UTC().UnixNano()) t.Run("container pipeline", func(t *testing.T) { t.Parallel() var logs safeBuffer c, ctx := connect(t, dagger.WithLogOutput(&logs)) _, err := c. Container(). Pipeline("container pipeline"). From(alpineImage). WithExec([]string{"echo", cacheBuster}). Sync(ctx) require.NoError(t, err) require.NoError(t, c.Close()) t.Log(logs.String()) require.Contains(t, logs.String(), "container pipeline") }) t.Run("directory pipeline", func(t *testing.T) { t.Parallel() var logs safeBuffer c, ctx := connect(t, dagger.WithLogOutput(&logs)) contents, err := c. Directory(). Pipeline("directory pipeline"). WithNewFile("/foo", cacheBuster). File("/foo").
closed
dagger/dagger
https://github.com/dagger/dagger
6,850
🐞 v0.10.1 Client panic when with Pipeline
### What is the issue? The generated code missing the private `graphql.Client` https://github.com/dagger/dagger/blob/v0.10.1/sdk/go/dagger.gen.go#L5580-L5597 https://github.com/dagger/dagger/blob/v0.10.0/sdk/go/dagger.gen.go#L5745-L5763 ### Dagger version v0.10.1 ### Steps to reproduce _No response_ ### Log output _No response_
https://github.com/dagger/dagger/issues/6850
https://github.com/dagger/dagger/pull/6851
ea653ee3a1fd32d5ecbcec3448240cf51f8a5251
c1b0b5bf50557e50f42ca4ca0538bc7cdb672b3f
"2024-03-07T13:54:40Z"
go
"2024-03-08T09:38:41Z"
core/integration/pipeline_test.go
Contents(ctx) require.NoError(t, err) require.Equal(t, contents, cacheBuster) require.NoError(t, c.Close()) t.Log(logs.String()) require.Contains(t, logs.String(), "directory pipeline") }) t.Run("service pipeline", func(t *testing.T) { t.Parallel() var logs safeBuffer c, ctx := connect(t, dagger.WithLogOutput(&logs)) srv, url := httpService(ctx, t, c, "Hello, world!") hostname, err := srv.Hostname(ctx) require.NoError(t, err) client := c.Container(). From(alpineImage). WithServiceBinding("www", srv). WithExec([]string{"apk", "add", "curl"}). WithExec([]string{"curl", "-v", url}) _, err = client.Sync(ctx) require.NoError(t, err) _, err = srv.Stop(ctx) require.NoError(t, err) require.NoError(t, c.Close()) t.Log(logs.String()) require.Contains(t, logs.String(), "service "+hostname) require.Regexp(t, `start python -m http.server.*DONE`, logs.String()) }) } func TestInternalVertexes(t *testing.T) {
closed
dagger/dagger
https://github.com/dagger/dagger
6,850
🐞 v0.10.1 Client panic when with Pipeline
### What is the issue? The generated code missing the private `graphql.Client` https://github.com/dagger/dagger/blob/v0.10.1/sdk/go/dagger.gen.go#L5580-L5597 https://github.com/dagger/dagger/blob/v0.10.0/sdk/go/dagger.gen.go#L5745-L5763 ### Dagger version v0.10.1 ### Steps to reproduce _No response_ ### Log output _No response_
https://github.com/dagger/dagger/issues/6850
https://github.com/dagger/dagger/pull/6851
ea653ee3a1fd32d5ecbcec3448240cf51f8a5251
c1b0b5bf50557e50f42ca4ca0538bc7cdb672b3f
"2024-03-07T13:54:40Z"
go
"2024-03-08T09:38:41Z"
core/integration/pipeline_test.go
t.Parallel() cacheBuster := fmt.Sprintf("%d", time.Now().UTC().UnixNano()) t.Run("merge pipeline", func(t *testing.T) { t.Parallel() var logs safeBuffer c, ctx := connect(t, dagger.WithLogOutput(&logs)) dirA := c.Directory().WithNewFile("/foo", "foo") dirB := c.Directory().WithNewFile("/bar", "bar") _, err := c. Container(). From(alpineImage). WithDirectory("/foo", dirA). WithDirectory("/bar", dirB). WithExec([]string{"echo", cacheBuster}). Sync(ctx) require.NoError(t, err) require.NoError(t, c.Close()) require.NotContains(t, logs.String(), "merge (") }) }