Cuong Manh Le
Cuong Manh Le
> This happens on ppc64le. Are you sure https://github.com/golang/go/commit/00bee6d9a4c3ed6168350fc6551043ff7a1895f2 is the first bad commit?
> ppc64le I can reproduce on linux-amd64 as well: ``` $ git clone https://github.com/kubernetes/client-go.git $ cd client-go/kubernetes/typed/core/v1 $ go build go: downloading k8s.io/api v0.0.0-20220920024110-052d63f042d1 go: downloading k8s.io/apimachinery v0.0.0-20220920023906-f8159af4957e go: downloading...
Revert 4c414c7673af6b2aedee276d2e62cb2910eb19f3 makes the build success.
@pabru Why don't use bash completion for `pacman`? You can do the same as bash does for `pacman` in `/usr/share/bash-completion/completions/pacman` for `pacapt`
@odeke-em which gaia version did you use?
This can reproduce with these lines: ``` package main import ( "crypto/tls" "log" "os" "github.com/emersion/go-imap" "github.com/emersion/go-imap/client" ) func main() { log.Println("Connecting to server...") // Connect to server c, err :=...
@odeke-em This is interesting. I guess it passes fuzzing (and also my eyes), because here you do the set via the MapStore interface, not directly to the tree using `smt.Update`.
Can we close this @calebdoxsey ?
@yegle would you mind giving your redacted configuration? With current master docker image, I got: ``` $ sudo docker run --rm -it --add-host authenticate.localhost.pomerium.io:127.0.0.100 --entrypoint=sh pomerium/pomerium:master /pomerium # ping -c...
@yegle with your this command: ``` docker run --rm --add-host does-not-exist.com:127.0.0.100 --dns 172.29.1.1 --mount type=bind,source=$PWD/test.yaml,target=/pomerium/config.yaml --name pomerium-test pomerium/pomeriu ``` I can see in the log: ``` {"level":"debug","service":"envoy","name":"upstream","time":"2020-08-03T09:58:25Z","message":"DNS request timed out...