Pete Moore

Results 85 issues of Pete Moore

Would be great to add the following indexed artifact tests to generic worker: 1) When the index is updated (new task ID) for an indexed artifact that has already been...

lang:go
generic worker

There is a bug in Generic Worker which occurs when a task payload specifies an absolute `path` to an artifact, or an absolute path to a `file` or `directory` inside...

bug

Since switching from Docker Worker to Generic Worker, there is a problem with the "Code Review Backend docker build" task in the github project, which is now failing. See e.g....

bug

The multiuser unit tests in Generic Worker don't really exercise the mechanics of creating task users, but still require that they are run as root (Linux, macOS, FreeBSD) or LocalSystem...

Some dynamic interactions with the taskcluster UI that filter page results don't generate unique URLs. For example the page that is rendered by visiting https://firefox-ci-tc.services.mozilla.com/worker-manager/ and searching for "translations" cannot...

bug

**Describe the bug** If a task generated from a github push has insufficient scopes, taskcluster bot will comment on the commit with details of the insufficient scopes, but it will...

bug

Strangely, at the moment when I run tup natively on my M1 Mac, I consistently have ~ 4.5s overhead for some tasks, compared to the time when running the same...

Samdisk version: 0dc6c8a1cabad3e63a035741d0889b3717ee7a38, built locally. ``` $ sudo samdisk copy pxe-boot-client.dsk /dev/disk4:7 Reading cylSegmentation fault: 11 $ ``` This is under macOS Ventura 13.0.1, with an Apple M1 Max. ```...

@progrium @jhford This is to avoid situations like: ``` extpoints: Could not parse file: engines/extpoints/.extpoints.go.swp:1:1: expected 'package', found 'IDENT' b0VIM (and 155 more errors) ``` Thanks!

Note, `go get` will fetch and install, whereas `go install` will just install, but if it is not already in the go workspace, will report an error, e.g. ``` $...