Xuehao (David) Hu

Results 94 comments of Xuehao (David) Hu

being dead on this for so long, trying to recollect and pick up original promises as I am coming back to work on network boot stuff ... Fair to close...

Experiencing the same in `0.2.18` ``` /node_modules/typeorm/browser/driver/react-native/ReactNativeDriver.js Module not found: Error: Can't resolve 'react-native-sqlite-storage' in '/Users/{my user name}/Develop/{my project name}/node_modules/typeorm/browser/driver/react-native' ```

Making an attempt to upgrade arm image to 7.0.0 and see if that helps, https://github.com/u-root/u-root/pull/2430

much stable now. 18/19 most recent runs passed https://app.circleci.com/pipelines/github/u-root/u-root?filter=all

Close this for now, as from my runs in the past few days it is no longer flaky as reported.

On MacOS Big Sur 11.2.2, with `go version go1.16.3 darwin/amd64`, and with `export GO111MODULE=off` Running `go test ./...` now having following issues ``` ➜ u-root git:(davidhu-watchdog-disarm-reliably) ✗ go test ./......

Upstream base image does have a `sh` entrypoint, https://github.com/CircleCI-Public/circleci-dockerfiles/blob/master/golang/images/1.13.0/Dockerfile#L103. But when I run it without supplying any entrypoint, it does not bring live any container from the image ``` ➜...

Looks like they simply exitted ``` ➜ test-image-amd64 git:(esxi-netboot) ✗ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e0b847102747 uroottest/test-image-amd64:first "/bin/sh" 13 seconds ago Exited (0) 12...

example of a exited container inspected: ``` ➜ integration git:(esxi-netboot) ✗ docker inspect e0b847102747 [ { "Id": "e0b84710274725bbb2f3ff878225df4e27d2321213ee856c5a21f4a48bf73b60", "Created": "2021-07-14T01:48:47.271257894Z", "Path": "/bin/sh", "Args": [], "State": { "Status": "exited", "Running": false,...

An example workaround: ` docker run -d uroottest/test-image-amd64:first /bin/sh "sleep 10000"` (sleep can go longer if needed to keep it alive) and the file copying cmd need also specify the...