poudriere icon indicating copy to clipboard operation
poudriere copied to clipboard

Port/Package build and test system

Results 203 poudriere issues
Sort by recently updated
recently updated
newest added

## Prerequisites - [x] Have you checked for an existing issue describing your problem? - [x] Are you running the latest version? (running poudriere-devel-3.3.99.20220713) - [x] Is your ports tree...

bug

## Describe the bug When ```lang/quilc``` is built its build log spills out and gets to the terminal. I didn't observe this problem with any other port. ## Screenshots ![image](https://user-images.githubusercontent.com/271906/182485773-831967fd-2555-42f9-81c3-bea5eb80403d.png)...

bug

What I find in building my subset of ports for my workstation is that there are ports that bottleneck the build for a long time and they can be distributed...

Performance
Discussion
Resource Scheduling

## Prerequisites - [X] Have you checked for an existing issue describing your idea? ## What is your proposal? Poudriere should support a log file length limit for when ports...

Feature_Request

This patch introduces some handling for a custom `LINUXBASE` under ports, as when there is a corresponding sysctl configuration on the host. Rationale: Ports at the site may have been...

Do not use `sysrc -R`, it tries to run a shell inside the chroot(8), if the files inside are built for a different architecture it fails: chroot: /bin/sh: Exec format...

These need noglob fixing. `PACKAGE_FETCH_BLACKLIST`, `PRIORITY_BOOST`, `PACKAGE_FETCH_WHITELIST`, `ALLOW_NETWORKING_PACKAGES`. Can you fix those too please? _Originally posted by @bdrewery in https://github.com/freebsd/poudriere/pull/987#issuecomment-1159349012_

testport clears PREFIX before building. When PREFIX is /compat/linux this fails because /compat/linux/proc is mounted. As such, exclude it like /usr is excluded.

``` [00:00:59] Warning: origin_has_pkgbase: editors/emacs@canna originspec-pkgname failure [00:00:59] Warning: origin_has_pkgbase: editors/vim@gtk2 originspec-pkgname failure [00:01:00] Warning: origin_has_pkgbase: editors/emacs@canna originspec-pkgname failure [00:01:00] Warning: origin_has_pkgbase: editors/vim@gtk2 originspec-pkgname failure ``` main branch 93788721e1950bd83d9a833d8f23b9f6d55efb98. branch...

bug

I did some off-cpu tracing and got the following when looking at part of the run: https://people.freebsd.org/~mjg/poudriere-offcpu.svg Some additional work shows the unlinks are of this form: > /poudriere/data/logs/bulk/head-default/2022-04-10_14h05m30s/.tmp-.poudriere.status.92.i9vO03KL >...

Performance