Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

x/build: NetBSD builder needs a bigger /tmp partition #30839

Closed
bcmills opened this issue Mar 14, 2019 · 2 comments
Closed

x/build: NetBSD builder needs a bigger /tmp partition #30839

bcmills opened this issue Mar 14, 2019 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge OS-NetBSD
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Mar 14, 2019

The bootstrap test added in https://golang.org/cl/167478 is causing the netbsd-amd64-8_0 builder to fail:

##### ../misc/reboot
Building Go cmd/dist using /tmp/workdir/go.
Building Go toolchain1 using /tmp/workdir/go.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
# cmd/cgo
/tmp/workdir/tmp/reboot-goroot029710423/pkg/tool/netbsd_amd64/link: flushing $WORK/b059/exe/a.out: write $WORK/b059/exe/a.out: no space left on device
# cmd/link/internal/loadxcoff
compile: writing output: write $WORK/b126/_pkg_.a: no space left on device
# go/doc
compile: writing output: write $WORK/b101/_pkg_.a: no space left on device
# cmd/link/internal/objfile
compile: writing output: write $WORK/b127/_pkg_.a: no space left on device
# cmd/compile/internal/ssa
compile: writing output: write $WORK/b084/_pkg_.a: no space left on device
go tool dist: FAILED: /tmp/workdir/tmp/reboot-goroot029710423/pkg/tool/netbsd_amd64/go_bootstrap install -gcflags=all= -ldflags=all= -i cmd/asm cmd/cgo cmd/compile cmd/link: exit status 2
--- FAIL: TestRepeatBootstrap (69.75s)
    reboot_test.go:50: exit status 2
FAIL

It looks like it just needs more space in /tmp to write the bootstrap binaries.

CC @dmitshur @bradfitz @bsiegert

@gopherbot gopherbot added this to the Unreleased milestone Mar 14, 2019
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Mar 14, 2019
@bsiegert
Copy link
Contributor

/tmp on this builder is on the root file system, so we need a bigger root fs.

@gopherbot
Copy link

Change https://golang.org/cl/167637 mentions this issue: dashboard: skip the "reboot" dist test on NetBSD due to disk space issues

@golang golang locked and limited conversation to collaborators Mar 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge OS-NetBSD
Projects
None yet
Development

No branches or pull requests

3 participants