Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: EAGAIN (Resource temporarily unavailable) when using vue cli #3191

Closed
Hokid opened this issue May 14, 2018 · 18 comments
Closed

bug: EAGAIN (Resource temporarily unavailable) when using vue cli #3191

Hokid opened this issue May 14, 2018 · 18 comments

Comments

@Hokid
Copy link

Hokid commented May 14, 2018

Windows 10 Insider Preview 17666.1000 (rs_prerelease)

After updating to Windows 10 Insider Preview 17666.1000 (rs_prerelease) from Microsoft Windows [Version 10.0.17661.1001] bulding apps with vue cli is not possible.

Any project that using vue cli 3 beta, won't build.

this not work:
$ npm run build

Build process starts, build indicator updates every time, but this process goes on forever. After rollback to prevesly version of Windows, build apps is fine.

@Hokid Hokid closed this as completed May 14, 2018
@Hokid Hokid reopened this May 14, 2018
@Hokid
Copy link
Author

Hokid commented May 23, 2018

this bug is in 17672 build too.

  1. install nvm
  2. install node v8.11.1, nvm install 8.11.1
  3. update npm: npm install -g npm
  4. install vue cli and create project https://github.com/vuejs/vue-cli#quickstart
  5. build: npm run build

part of strace log :

strace -f npm run build
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 743323000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 56) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 743628000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 744328000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 55) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 744593000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 745234000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 54) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 745545000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 746298000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 53) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 746558000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 747215000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 52) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 747524000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 748310000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 51) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 748575000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 749199000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 50) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 749506000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 750201000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 49) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 750629000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 751352000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 48) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 751719000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 752626000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 47) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 752894000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 753530000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 46) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 753843000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 754499000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 45) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 754758000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 755389000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 44) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 755693000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 756400000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 43) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 756660000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 757352000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 42) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 757660000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 758355000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 41) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 758622000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 759252000}) = 0
6967  epoll_wait(3</unknown>, [{EPOLLOUT, {u32=14, u64=14}}, {EPOLLOUT, {u32=15, u64=15}}, {EPOLLOUT, {u32=16, u64=16}}], 1024, 40) = 3
6967  clock_gettime(CLOCK_MONOTONIC_COARSE, {31767, 759558000}) = 0
6967  write(14</unknown>, "{\"idx\":4,\"child\":0,\"args\":[\"{\\\"f"..., 265245) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(15</unknown>, "{\"idx\":3,\"child\":1,\"args\":[\"{\\\"f"..., 2528165) = -1 EAGAIN (Resource temporarily unavailable)
6967  write(16</unknown>, "{\"idx\":0,\"child\":2,\"args\":[\"{\\\"f"..., 1714232) = -1 EAGAIN (Resource temporarily unavailable)

full log(~269mb): https://drive.google.com/open?id=1qHKTPvs1MYmtgj11pcXKH7Gp5Mmz7sTU

@Hokid Hokid changed the title bug: freezing build process when using vue-cli beta bug: EAGAIN (Resource temporarily unavailable) when using vue cli May 23, 2018
@therealkenc
Copy link
Collaborator

Likely get better service with actual repro steps (a sequence of command lines). Looking at the strace output and given the red flag of "works in Fall Creators", try the same in /home rather than /mnt/c and see if it flies. Then try mount -t drvfs -o case=off à la #2937 #3180. Which is only an educated guess.

@joaocgreis
Copy link

joaocgreis commented May 23, 2018

I was able to reproduce this in 17672, using the following sequence of commands:

cd /tmp
wget https://nodejs.org/download/release/latest-v8.x/node-v8.11.2-linux-x64.tar.xz
tar xaf node-v8.11.2-linux-x64.tar.xz
export PATH=$PWD/node-v8.11.2-linux-x64/bin:$PATH
sudo env "PATH=$PATH" npm install -g @vue/cli  # global install requires root -KC
vue create my-project                          # pick the default
cd my-project/
npm run build

@therealkenc
Copy link
Collaborator

therealkenc commented May 23, 2018

Most excellent. [ed:] Confirmed behaviour. And you are saying this same sequence will succeed in 16299, with the same node version, the same vue version, and an unadulterated Ubuntu 16.04 from the Store?

@Hokid
Copy link
Author

Hokid commented May 23, 2018

i have tested:

distro: Ubuntu 16.04 / 18.04
node version: 8.11.1 / 9.11.1
vue cli version: 3-beta10, 2.x
mount options: case=off
change project location

bug still in every case

@therealkenc
Copy link
Collaborator

Yeah it isn't /mnt/c related since @joaocgreis' repro. I'm looking at it now. The question above was in relation to your statement: "After updating to Windows 10 Insider Preview 17666.1000...". Which (acknowledged) is not an easy question to answer.

@joaocgreis
Copy link

And you are saying this same sequence will succeed in 16299, with the same node version, the same vue version, and an unadulterated Ubuntu 16.04 from the Store?

Tested and succeeded in 17134 and 17661.

@tara-raj
Copy link

Paging @benhillis - thoughts? Should we create an internal bug for this?

@therealkenc
Copy link
Collaborator

Tested and succeeded in 17134 and 17661.

That's double plus good. Nice bisection. In this case I suspect the MSFT peeps will be able to narrow it down. I tracked the diverge from Real Linux to some time after:

17196 openat(AT_FDCWD, "/tmp/my-project/node_modules/core-js/modules/_hide/package.json", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

That isn't a fail (it's ENOENT on RL too), but shortly after that, the process goes in the a write(fd, "*", 1) read(fd, '*', 1) loop on WSL. On Real Linux it proceeds. The problem is behavioural with no glaring tells, after a moderately serious examine. Only mentioning the diverge point since I took the trouble. But since you have such a narrowly defined version regress, and we have a tight repro, this is pretty much our hand-off point. Appreciate the follow-ups.

@benhillis
Copy link
Member

@tara-raj - Yes we'll have to investigate this further. I don't see anything in the 17666 release notes that looks like a smoking gun.

@Hokid
Copy link
Author

Hokid commented May 26, 2018

was reproduced in Microsoft Windows [Version 10.0.17677.1000]

@therealkenc
Copy link
Collaborator

I think this one might be causing native VS Code to spin on recent releases as well. I haven't dug deep at all, but VS Code (coincidentally at least) started to be a space heater around 17666 and Code is pretty epoll_wait() sensitive. Mention it mostly to preempt the dupe if it is in fact the same issue.

@Hokid
Copy link
Author

Hokid commented Jun 15, 2018

Is there any news?

@Brian-Perkins
Copy link

This issue has been fixed internally but is not yet available for testing in an Insider Build.

@Brian-Perkins
Copy link

This should be fixed in Insider Build 17704

@therealkenc
Copy link
Collaborator

Got '704 this evening and can confirm it fixes the VS Code spinning issue.

@Hokid
Copy link
Author

Hokid commented Jun 28, 2018

thanks!

@maceip
Copy link

maceip commented Feb 11, 2022

I think this needs to be re-opened @Brian-Perkins
i'm on windows 10 Version 10.0.19044.1526
vs code 1.64.1, remote extension
wsl2
Kernel version: 5.10.60.1
repo is under /home/

npm build is taking forever, using 9GB ram, strace -c:

trace

snippet of trace:

statx(AT_FDCWD, "/home/rpm/go/src/github.com/x/y/node_modules/react-ts-tradingview-widgets/dist/components/StockMarket.d.ts", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|0x1000, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=1172, ...}) = 0 <0.000062>
futex(0x45bb868, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 <0.009972>
futex(0x45bb800, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000081>
futex(0x45bb800, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000071>
statx(AT_FDCWD, "/home/rpm/go/src/github.com/x/y/node_modules/react-ts-tradingview-widgets/dist/components/Ticker.d.ts", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|0x1000, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=482, ...}) = 0 <0.000078>
futex(0x45bb86c, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 <0.008280>
futex(0x45bb800, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000091>
futex(0x45bb800, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000135>
statx(AT_FDCWD, "/home/rpm/go/src/github.com/x/y/src/pages/Dashboard/Product/BrokerageAccount/BankLink/BankLinkContainer.js", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|0x1000, stx_attributes=0, stx_mode=S_IFREG|0755, stx_size=1086, ...}) = 0 <0.000104>
futex(0x45bb868, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 <0.018947>
futex(0x45bb800, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000070>
futex(0x45bb800, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000077>
statx(AT_FDCWD, "/home/rpm/go/src/github.com/x/y/src/pages/Dashboard/Product/BrokerageAccount/NewAccount/NewAccountContainer/EligibilityForm.js", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|0x1000, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=1809, ...}) = 0 <0.000071>
futex(0x45bb86c, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 <0.020841>
futex(0x45bb800, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000068>
futex(0x45bb800, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000092>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants