Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upsrc: remove unused argc var in node_stat_watcher #21337
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
C++
fs
labels
Jun 15, 2018
richardlau
approved these changes
Jun 15, 2018
lpinca
approved these changes
Jun 15, 2018
targos
approved these changes
Jun 15, 2018
This comment has been minimized.
This comment has been minimized.
node-test-commit-linux failure looks unrelated23:57:16 Started by upstream project "node-test-commit-linux" build number 19581
23:57:16 originally caused by:
23:57:16 Started by upstream project "node-test-commit" build number 19258
23:57:16 originally caused by:
23:57:16 Started by upstream project "node-test-pull-request" build number 15474
23:57:16 originally caused by:
23:57:16 Started by user Daniel Bevenius
23:57:16 [EnvInject] - Loading node environment variables.
23:57:16 Building remotely on test-softlayer-ubuntu1804_container-x64-1 (ubuntu1804-docker) in workspace /home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1804-docker
23:57:17 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 32.42.c682.ip4.static.sl-reverse.com/130.198.66.50:40782
23:57:17 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1737)
23:57:17 at hudson.remoting.UserResponse.retrieve(UserRequest.java:313)
23:57:17 at hudson.remoting.Channel.call(Channel.java:952)
23:57:17 at hudson.FilePath.act(FilePath.java:1009)
23:57:17 at hudson.FilePath.act(FilePath.java:998)
23:57:17 at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:137)
23:57:17 at hudson.plugins.git.GitSCM.createClient(GitSCM.java:822)
23:57:17 at hudson.plugins.git.GitSCM.createClient(GitSCM.java:813)
23:57:17 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1171)
23:57:17 at hudson.scm.SCM.checkout(SCM.java:504)
23:57:17 at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
23:57:17 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
23:57:17 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
23:57:17 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
23:57:17 at hudson.model.Run.execute(Run.java:1727)
23:57:17 at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
23:57:17 at hudson.model.ResourceController.execute(ResourceController.java:97)
23:57:17 at hudson.model.Executor.run(Executor.java:429)
23:57:17 java.lang.NoClassDefFoundError: Could not initialize class com.sun.proxy.$Proxy11 |
addaleax
approved these changes
Jun 15, 2018
cjihrig
approved these changes
Jun 15, 2018
jasnell
approved these changes
Jun 15, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in 54ee8cb. |
danbev
closed this
Jun 17, 2018
danbev
deleted the
danbev:node_stat_watcher_unused_var
branch
Jun 17, 2018
danbev
added a commit
that referenced
this pull request
Jun 17, 2018
targos
added a commit
that referenced
this pull request
Jun 19, 2018
This was referenced Jun 20, 2018
calebeby
added a commit
to Pigmice2733/scouting-frontend
that referenced
this pull request
Jun 20, 2018
This was referenced Jun 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.


danbev commentedJun 15, 2018
Currently the following compiler warning is reported:
This commit removes the unused argc variable.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes