Masaki Muranaka

Results 20 issues of Masaki Muranaka

Similar to #177. Some recipes are using Ruby 2.1 and recent versions of rb-inotify requires Ruby version >=2.2. So they can't be built now. **Reproduction Steps:** Run build.sh in the...

``` Ign:9 http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/ubuntu/trusty/x86_64 bigtop/contrib all Packages Ign:7 http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/ubuntu/trusty/x86_64 bigtop/contrib amd64 Packages Ign:9 http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/ubuntu/trusty/x86_64 bigtop/contrib all Packages Ign:7 http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/ubuntu/trusty/x86_64 bigtop/contrib amd64 Packages Ign:9 http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/ubuntu/trusty/x86_64 bigtop/contrib all Packages Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64...

``` Step 4/5 : RUN cd /home/user/ && wget -q https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.40.zip && unzip -q google_appengine_1.9.40.zip && rm google_appengine_1.9.40.zip && for f in "/home/user"; do sudo chgrp -R 0 ${f} &&...

### What does this PR do? * Fixes boottime failures on non root K8s environment. * Enables to use `sudo` on the vanilla and some K8s based environment. ### What...

kind/enhancement

**Describe the bug** I tried to use Azure blob with AAD workflow identity. I got errors on read/write/backend. **To Reproduce** 1. Deploys loki by ArgoCD App with these parameters. (...

I tried to build Android AOSP with bazel-buildfarm. My buildfarm-server shows warnings with exceptions sporadically. I want to know if these logs can be ignored. If not, I wish you...

See https://github.com/redhat-developer/devfile/commit/7f5a7685b49fc55c5d48008320074daff76ae259#r33628662 .

In `@nest-middlewares/express-session`, always new session object is created per routing when `options` was applied. https://github.com/wbhob/nest-middlewares/blob/077baf8296b61684b273d9c8689d985186669ba6/packages/express-session/index.ts#L15-L16 And `express-session` creates new instance of `MemorySession` if `option.store` wasn't specified. https://github.com/expressjs/session/blob/10607bdb780204b91a8cf90e4ce27726619b8285/index.js#L99-L100 So the app...

Hello, Let me ask here. Recent versions of Buildfarm is `alwaysUseCgroups` enabled. ( https://github.com/bazelbuild/bazel-buildfarm/blob/67a06b238e10a33a8e53bece0931235a0fcd3dd7/_site/docs/configuration/configuration.md?plain=1#L304 ) And AFAIK, Pods on Kubernetes aren't allowed to operate cgroups by default. ``` % kubectl...