Pete Moore

Results 85 issues of Pete Moore

``` $ go get -v github.com/remogatto/gospeccy/src/gospeccy github.com/remogatto/gospeccy (download) # cd .; git clone https://github.com/remogatto/gospeccy /Users/pmoore/go/src/github.com/remogatto/gospeccy Cloning into '/Users/pmoore/go/src/github.com/remogatto/gospeccy'... error: object cec29ea04ebd325e17a9defbd2ec1c027eaf703b: zeroPaddedFilemode: contains zero-padded file modes fatal: Error in object...

This appears to be a buildx issue. Reproduction steps: ``` $ cat Dockerfile FROM ubuntu:20.04 RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y libglib2.0 ``` ``` $...

area/qemu

At the moment, every installation of taskcluster has this text on its homepage: "A task execution framework that supports Mozilla's continuous integration and release processes." This should be configurable text,...

bug

Curious if we can remove these libraries.

Context: https://github.com/taskcluster/taskcluster/issues/5396#issuecomment-1151326763 Currently, with multiuser engine, if you set `numberOfTasksToRun` to 1, and then restart generic-worker after tasks complete (e.g. because launch daemon is configured to relaunch on termination) then...

bug

**Describe the bug** The [`gw-workers`](https://github.com/taskcluster/taskcluster/blob/a72c8ca7eeb31c44eb21ba194607f7fbac418592/workers/generic-worker/gw-workers/main.go) tool no longer works since we moved secrets from taskcluster secrets service into password store. We should: * move it to tools directory * rename...

bug

When I'm in the task group inspector, and I see I have a pending task, I can click on the link that takes me to the worker pool page showing...

ui
enhancement

Currently Worker Manager only publishes pulse messages when Worker Pool definitions are created or modified (not sure if deletions are also published?). Ideally pulse messages would be published too for...

worker management

We don't lint our shell scripts, and this can be useful for detecting problems. Something like `shfmt -sr -ci -w -i 2 .` could be handy. Probably this should also...

bug

**Describe the bug** A generic-worker hung, trying to delete a user profile. Last line of log: ``` 122022/01/24 18:17:59Z Making system call DeleteProfileW with args: [C0004B6000 0 0] ``` A...

bug