Bug 234051 - sysutils/e2fsprogs tests/d_dumpe2fs_group_only.failed on 12-RELEASE
Summary: sysutils/e2fsprogs tests/d_dumpe2fs_group_only.failed on 12-RELEASE
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-16 08:37 UTC by Kristian Peters
Modified: 2018-12-16 10:37 UTC (History)
0 users

See Also:
mandree: maintainer-feedback+


Attachments
full portmaster-output (193.39 KB, text/plain)
2018-12-16 08:37 UTC, Kristian Peters
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian Peters 2018-12-16 08:37:56 UTC
Created attachment 200143 [details]
full portmaster-output

Hi all,

not sure what's causing the test to fail. Maybe it tries to write in /tmp where only 2GB are free?

$ mount
/dev/ada0p2 on / (ufs, local, journaled soft-updates)
devfs on /dev (devfs, local, multilabel)
/dev/ada0p4 on /usr (ufs, local, journaled soft-updates)
/dev/ada0p5 on /var (ufs, local, journaled soft-updates)
/dev/ada0p6 on /home (ufs, local, journaled soft-updates)
tmpfs on /tmp (tmpfs, local)
fdescfs on /dev/fd (fdescfs)
procfs on /proc (procfs, local)
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2018-12-16 10:25:26 UTC
Hi Kristian, 

reading the logs I do not think this warrants further investigation, I see these lines in failing logs:

+mke2fs: No space left on device while zeroing block 1048560 at end of filesystem
+Writing inode tables: 
+Could not write 480 blocks in inode table starting at 524320: No space left on device

You can set the environment to use a different TMPDIR, such as /var/tmp, possibly by changing the Makefile to amend to MAKE_ENV - be sure that the alternative location supports sparse files (I don't think tmpfs does) and that it has sufficient space available.

HTH
Comment 2 Kristian Peters 2018-12-16 10:37:03 UTC
Thank you. Setting TMPDIR to /var/tmp fixed the error. I see the issue has already been closed. :)