Advertisement
Guest User

syntaxnet out

a guest
Dec 15th, 2017
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.13 KB | None | 0 0
  1. Last login: Fri Dec 15 00:03:17 on ttys001
  2. ✝ ~>> sxx
  3. ~/syxnt ~
  4. + echo 'STOP NOW.'
  5. STOP NOW.
  6. + echo 'YOU PROBABLY DONT KNOW WHAT YOURE DOING.'
  7. YOU PROBABLY DONT KNOW WHAT YOURE DOING.
  8. + echo 'DONT RUN THIS.'
  9. DONT RUN THIS.
  10. + echo 'HIT CTRL-C.'
  11. HIT CTRL-C.
  12. + date
  13. Fri Dec 15 00:16:23 EST 2017
  14. + read -t 60 -p 'Hit ENTER or wait sixty seconds to begin; Hit Ctrl-C to stop.'
  15. Hit ENTER or wait sixty seconds to begin; Hit Ctrl-C to stop.
  16. + echo
  17.  
  18. + date
  19. Fri Dec 15 00:16:24 EST 2017
  20. + echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. + echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  24. + echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  25. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  26. + echo '#########################################################################'
  27. #########################################################################
  28. + echo 'starting ################################################################'
  29. starting ################################################################
  30. + echo '#########################################################################'
  31. #########################################################################
  32. + pwd
  33. /Users/XUSERX/syxnt
  34. + sxt='~/syxnt'
  35. + echo '~/syxnt'
  36. ~/syxnt
  37. + pushd '~/syxnt'
  38. syxnt.sh: line 35: pushd: ~/syxnt: No such file or directory
  39. + rm -rf models
  40. + echo /Users/XUSERX/.rvm/gems/ruby-2.4.2/bin:/Users/XUSERX/.rvm/gems/ruby-2.4.2@global/bin:/Users/XUSERX/.rvm/rubies/ruby-2.4.2/bin:/usr/local/bin:/usr/local/sbin:/Users/XUSERX/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin:/usr/local/apache-maven/apache-maven-3.5.2/bin:/Users/XUSERX/bin:/Users/XUSERX/.rvm/bin
  41. /Users/XUSERX/.rvm/gems/ruby-2.4.2/bin:/Users/XUSERX/.rvm/gems/ruby-2.4.2@global/bin:/Users/XUSERX/.rvm/rubies/ruby-2.4.2/bin:/usr/local/bin:/usr/local/sbin:/Users/XUSERX/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin:/usr/local/apache-maven/apache-maven-3.5.2/bin:/Users/XUSERX/bin:/Users/XUSERX/.rvm/bin
  42. + echo
  43.  
  44. + echo 'STEP 0 ################################################################'
  45. STEP 0 ################################################################
  46. + echo 'not listed in instructions; helpful for fresh start'
  47. not listed in instructions; helpful for fresh start
  48. + echo 'only include these if you are finding errors with permissions'
  49. only include these if you are finding errors with permissions
  50. + echo 'these are overbroad deletions, but desperate times...'
  51. these are overbroad deletions, but desperate times...
  52. + sudo rm -rf '/usr/local/lib/python2.7/site-packages/tensorboard*'
  53. Password:
  54. + sudo rm -rf '/usr/local/lib/python2.7/site-packages/tensorflow*'
  55. + sudo rm -rf /usr/local/lib/python2.7/site-packages/mock /usr/local/lib/python2.7/site-packages/mock-2.0.0.dist-info
  56. + sudo rm -rf /usr/local/lib/python2.7/site-packages/funcsigs /usr/local/lib/python2.7/site-packages/funcsigs-1.0.2.dist-info
  57. + sudo rm -rf /usr/local/lib/python2.7/site-packages/six-1.11.0.dist-info /usr/local/lib/python2.7/site-packages/six.py /usr/local/lib/python2.7/site-packages/six.pyc
  58. + sudo rm -rf /usr/local/lib/python2.7/site-packages/pbr /usr/local/lib/python2.7/site-packages/pbr-3.1.1.dist-info
  59. + pip freeze
  60. + grep tensorflow
  61. + pip uninstall -y tensorflow
  62. Cannot uninstall requirement tensorflow, not installed
  63. + pip uninstall -y tensorflow-tensorboard
  64. Cannot uninstall requirement tensorflow-tensorboard, not installed
  65. + pip freeze
  66. + grep tensorflow
  67. + rm -rf /private/var/tmp/_bazel_XUSERX
  68. + rm -rf /tmp/syntaxnet_pkg
  69. + rm ./bazel-0.5.4-installer-darwin-x86_64.sh
  70. + rm -fr /Users/XUSERX/.bazel /Users/XUSERX/.bazelrc /Users/XUSERX/.cache/bazel
  71. + echo 'brew stuff ################################################################'
  72. brew stuff ################################################################
  73. + brew upgrade
  74. Updating Homebrew...
  75. ==> Auto-updated Homebrew!
  76. Updated 1 tap (caskroom/cask).
  77. No changes to formulae.
  78.  
  79. + brew cleanup
  80. + brew doctor
  81. Please note that these warnings are just used to help the Homebrew maintainers
  82. with debugging if you file an issue. If everything you use Homebrew for is
  83. working fine: please don't worry or file an issue; just ignore this. Thanks!
  84.  
  85. Warning: A newer Command Line Tools release is available.
  86. Update them from Software Update in the App Store.
  87.  
  88. + brew prune
  89. + echo 'STEP 1 ################################################################'
  90. STEP 1 ################################################################
  91. + type python
  92. python is /usr/bin/python
  93. + which python
  94. /usr/bin/python
  95. + python --version
  96. Python 2.7.10
  97. + echo 'STEP 2 ################################################################'
  98. STEP 2 ################################################################
  99. + which bazel
  100. ++ which bazel
  101. + rmb=
  102. + rm
  103. usage: rm [-f | -i] [-dPRrvW] file ...
  104. unlink file
  105. ++ which bazel
  106. + rmb=
  107. + rm
  108. usage: rm [-f | -i] [-dPRrvW] file ...
  109. unlink file
  110. + which bazel
  111. + brew uninstall bazel --force
  112. + which bazel
  113. + mdfind -name bazel
  114. /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/[email protected]
  115. /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/bazel.rb
  116. + curl -L -o ./bazel-0.5.4-installer-darwin-x86_64.sh https://github.com/bazelbuild/bazel/releases/download/0.5.4/bazel-0.5.4-installer-darwin-x86_64.sh
  117. % Total % Received % Xferd Average Speed Time Time Time Current
  118. Dload Upload Total Spent Left Speed
  119. 100 628 0 628 0 0 2829 0 --:--:-- --:--:-- --:--:-- 2841
  120. 100 191M 100 191M 0 0 6021k 0 0:00:32 0:00:32 --:--:-- 5132k
  121. + chmod +x bazel-0.5.4-installer-darwin-x86_64.sh
  122. + ./bazel-0.5.4-installer-darwin-x86_64.sh --user
  123. Bazel installer
  124. ---------------
  125.  
  126. Bazel is bundled with software licensed under the GPLv2 with Classpath exception.
  127. You can find the sources next to the installer on our release page:
  128. https://github.com/bazelbuild/bazel/releases
  129.  
  130. # Release 0.5.4 (2017-08-25)
  131.  
  132. Baseline: 6563b2d42d29196432d5fcafa0144b8371fbb028
  133.  
  134. Cherry picks:
  135. + d4fa181f8607c35230b7efa1ce94188b51508962:
  136. Use getExecPathString when getting bash_main_file
  137. + 837e1b3d4859140d29aaa6bbab8fbb008e6d701e:
  138. Windows, sh_bin. launcher: export runfiles envvars
  139. + fe9ba893c0ebec19228086356af5fa8d81f2809b:
  140. grpc: Consolidate gRPC code from BES and Remote Execution. Fixes
  141. #3460, #3486
  142. + e8d4366cd374fba92f1425de0d475411c8defda4:
  143. Automated rollback of commit
  144. 496d3ded0bce12b7371a93e1183ba30e6aa88032.
  145. + 242a43449dd44a22857f6ce95f7cc6a7e134d298:
  146. bes,remote: update default auth scope.
  147. + 793b409eeae2b42be7fed58251afa87b5733ca4d:
  148. Windows, sh_bin. launcher: fix manifest path
  149. + 7e4fbbe4ab3915a57b2187408c3909e5cd6c6013:
  150. Add --windows_exe_launcher option
  151. + 91fb38e92ace6cf14ce5da6527d71320b4e3f3d2:
  152. remote_worker: Serialize fork() calls. Fixes #3356
  153. + b79a9fcd40f448d3aebb2b93a2ebe80d09b38408:
  154. Quote python_path and launcher in
  155. python_stub_template_windows.txt
  156. + 4a2e17f85fc8450aa084b201c5f24b30010c5987:
  157. Add build_windows_jni.sh back
  158. + ce61d638197251f71ed90db74843b55d9c2e9ae5:
  159. don't use methods and classes removed in upstream dx RELNOTES:
  160. update dexing tools to Android SDK 26.0.1
  161. + 5393a4996d701fa192964a35cbb75e558a0599c0:
  162. Make Bazel enforce requirement on build-tools 26.0.1 or later.
  163. + 5fac03570f80856c063c6019f5beb3bdc1672dee:
  164. Fix --verbose_failures w/ sandboxing to print the full command
  165. line
  166. + f7bd1acf1f96bb7e3e19edb9483d9e07eb5af070:
  167. Only patch in C++ compile features when they are not already
  168. defined in crosstool
  169. + d7f5c120417bc2d2344dfb285322355f225d9153:
  170. Bump python-gflags to 3.1.0, take two
  171. + 3cb136d5451e9d8af58f9a99990cad0592df101a:
  172. Add python to bazel's dockerfiles
  173.  
  174. New features:
  175.  
  176. - Do not disable fully dynamic linking with ThinLTO when invoked
  177. via LIPO options.
  178.  
  179. Important changes:
  180.  
  181. - Ignore --glibc in the Android transition.
  182. - Remove --experimental_android_use_singlejar_for_multidex.
  183. - nocopts now also filter copts
  184. - The Build Event Service (BES) client now properly supports
  185. Google Applicaton Default Credentials.
  186. - update dexing tools to Android SDK 26.0.1
  187. - Bazel Android support now requires build-tools 26.0.1 or later.
  188. - Fix a bug in the remote_worker that would at times make it crash on Linux. See #3356
  189. - The java_proto_library rule now supports generated sources. See #2265
  190.  
  191. ## Build informations
  192. - [Commit](https://github.com/bazelbuild/bazel/commit/67f23f563)
  193. Uncompressing......Extracting Bazel installation...
  194. .
  195.  
  196. Bazel is now installed!
  197.  
  198. Make sure you have "/Users/XUSERX/bin" in your path. You can also activate bash
  199. completion by adding the following line to your :
  200. source /Users/XUSERX/.bazel/bin/bazel-complete.bash
  201.  
  202. See http://bazel.build/docs/getting-started.html to start a new project!
  203. + export PATH=/Users/XUSERX/.rvm/gems/ruby-2.4.2/bin:/Users/XUSERX/.rvm/gems/ruby-2.4.2@global/bin:/Users/XUSERX/.rvm/rubies/ruby-2.4.2/bin:/usr/local/bin:/usr/local/sbin:/Users/XUSERX/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin:/usr/local/apache-maven/apache-maven-3.5.2/bin:/Users/XUSERX/bin:/Users/XUSERX/.rvm/bin:/Users/XUSERX/bin
  204. + PATH=/Users/XUSERX/.rvm/gems/ruby-2.4.2/bin:/Users/XUSERX/.rvm/gems/ruby-2.4.2@global/bin:/Users/XUSERX/.rvm/rubies/ruby-2.4.2/bin:/usr/local/bin:/usr/local/sbin:/Users/XUSERX/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home:/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin:/usr/local/apache-maven/apache-maven-3.5.2/bin:/Users/XUSERX/bin:/Users/XUSERX/.rvm/bin:/Users/XUSERX/bin
  205. + type bazel
  206. bazel is /Users/XUSERX/bin/bazel
  207. + which bazel
  208. /Users/XUSERX/bin/bazel
  209. + bazel version
  210. Build label: 0.5.4
  211. Build target: bazel-out/darwin_x86_64-fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
  212. Build time: Fri Aug 25 09:57:39 2017 (1503655059)
  213. Build timestamp: 1503655059
  214. Build timestamp as int: 1503655059
  215. + echo 'STEP 3 ################################################################'
  216. STEP 3 ################################################################
  217. + type swig
  218. swig is /usr/local/bin/swig
  219. + which swig
  220. /usr/local/bin/swig
  221. + brew uninstall swig --force
  222. Uninstalling swig... (755 files, 5.5MB)
  223. + which swig
  224. + brew install swig
  225. ==> Downloading https://homebrew.bintray.com/bottles/swig-3.0.12.high_sierra.bot
  226. Already downloaded: /Users/XUSERX/Library/Caches/Homebrew/swig-3.0.12.high_sierra.bottle.tar.gz
  227. ==> Pouring swig-3.0.12.high_sierra.bottle.tar.gz
  228. 🍺 /usr/local/Cellar/swig/3.0.12: 755 files, 5.5MB
  229. + type swig
  230. swig is /usr/local/bin/swig
  231. + which swig
  232. /usr/local/bin/swig
  233. + swig -version
  234.  
  235. SWIG Version 3.0.12
  236.  
  237. Compiled with clang++ [x86_64-apple-darwin17.0.0]
  238.  
  239. Configured options: +pcre
  240.  
  241. Please see http://www.swig.org for reporting bugs and further information
  242. + echo 'STEP 4 ################################################################'
  243. STEP 4 ################################################################
  244. + pip freeze
  245. + grep protobuf
  246. protobuf==3.3.0
  247. + pip uninstall -y protobuf
  248. Uninstalling protobuf-3.3.0:
  249. Successfully uninstalled protobuf-3.3.0
  250. + pip freeze
  251. + grep protobuf
  252. + pip install -U protobuf==3.3.0
  253. Collecting protobuf==3.3.0
  254. Collecting six>=1.9 (from protobuf==3.3.0)
  255. Using cached six-1.11.0-py2.py3-none-any.whl
  256. Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/site-packages (from protobuf==3.3.0)
  257. Installing collected packages: six, protobuf
  258. Successfully installed protobuf-3.3.0 six-1.11.0
  259. + pip freeze
  260. + grep protobuf
  261. protobuf==3.3.0
  262. + echo 'STEP 5 ################################################################'
  263. STEP 5 ################################################################
  264. + pip freeze
  265. + grep mock
  266. + pip uninstall -y mock
  267. Cannot uninstall requirement mock, not installed
  268. + pip freeze
  269. + grep mock
  270. + pip install --upgrade --force-reinstall mock
  271. Collecting mock
  272. Using cached mock-2.0.0-py2.py3-none-any.whl
  273. Collecting funcsigs>=1; python_version < "3.3" (from mock)
  274. Using cached funcsigs-1.0.2-py2.py3-none-any.whl
  275. Collecting six>=1.9 (from mock)
  276. Using cached six-1.11.0-py2.py3-none-any.whl
  277. Collecting pbr>=0.11 (from mock)
  278. Using cached pbr-3.1.1-py2.py3-none-any.whl
  279. Installing collected packages: funcsigs, six, pbr, mock
  280. Found existing installation: six 1.11.0
  281. Uninstalling six-1.11.0:
  282. Successfully uninstalled six-1.11.0
  283. Successfully installed funcsigs-1.0.2 mock-2.0.0 pbr-3.1.1 six-1.11.0
  284. + pip freeze
  285. + grep mock
  286. mock==2.0.0
  287. + echo 'STEP 6 ################################################################'
  288. STEP 6 ################################################################
  289. + pip freeze
  290. + grep asciitree
  291. asciitree==0.3.3
  292. + pip uninstall -y asciitree
  293. Uninstalling asciitree-0.3.3:
  294. Successfully uninstalled asciitree-0.3.3
  295. + pip freeze
  296. + grep asciitree
  297. + pip install --upgrade --force-reinstall asciitree
  298. Collecting asciitree
  299. Installing collected packages: asciitree
  300. Successfully installed asciitree-0.3.3
  301. + pip freeze
  302. + grep asciitree
  303. asciitree==0.3.3
  304. + echo 'STEP 7 ################################################################'
  305. STEP 7 ################################################################
  306. + pip freeze
  307. + grep numpy
  308. numpy==1.13.3
  309. + pip uninstall -y numpy
  310. Uninstalling numpy-1.13.3:
  311. Successfully uninstalled numpy-1.13.3
  312. + pip freeze
  313. + grep numpy
  314. + pip install --upgrade --force-reinstall numpy
  315. Collecting numpy
  316. Using cached numpy-1.13.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  317. Installing collected packages: numpy
  318. Successfully installed numpy-1.13.3
  319. + pip freeze
  320. + grep numpy
  321. numpy==1.13.3
  322. + echo 'STEP 8 ################################################################'
  323. STEP 8 ################################################################
  324. + pip freeze
  325. + grep autograd
  326. autograd==1.1.13
  327. + pip uninstall -y autograd
  328. Uninstalling autograd-1.1.13:
  329. Successfully uninstalled autograd-1.1.13
  330. + pip freeze
  331. + grep autograd
  332. + pip install autograd==1.1.13
  333. Collecting autograd==1.1.13
  334. Requirement already satisfied: numpy>=1.12 in /usr/local/lib/python2.7/site-packages (from autograd==1.1.13)
  335. Requirement already satisfied: future>=0.15.2 in /usr/local/lib/python2.7/site-packages (from autograd==1.1.13)
  336. Installing collected packages: autograd
  337. Successfully installed autograd-1.1.13
  338. + pip freeze
  339. + grep autograd
  340. autograd==1.1.13
  341. + echo 'STEP 9 ################################################################'
  342. STEP 9 ################################################################
  343. + pip freeze
  344. + grep pygraphviz
  345. pygraphviz==1.3.1
  346. + pip uninstall -y pygraphviz
  347. Uninstalling pygraphviz-1.3.1:
  348. Successfully uninstalled pygraphviz-1.3.1
  349. + pip freeze
  350. + grep pygraphviz
  351. + pip install pygraphviz --install-option=--include-path=/usr/include/graphviz --install-option=--library-path=/usr/lib/graphviz/
  352. /usr/local/lib/python2.7/site-packages/pip/commands/install.py:194: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options.
  353. cmdoptions.check_install_build_global(options)
  354. Collecting pygraphviz
  355. Using cached pygraphviz-1.3.1.zip
  356. Skipping bdist_wheel for pygraphviz, due to binaries being disabled for it.
  357. Installing collected packages: pygraphviz
  358. Running setup.py install for pygraphviz ... done
  359. Successfully installed pygraphviz-1.3.1
  360. + pip freeze
  361. + grep pygraphviz
  362. pygraphviz==1.3.1
  363. + pwd
  364. /Users/XUSERX/syxnt
  365. + mdfind -name tensorflow
  366. + echo 'STEP A ################################################################'
  367. STEP A ################################################################
  368. + git clone --recursive https://github.com/tensorflow/models.git
  369. Cloning into 'models'...
  370. remote: Counting objects: 9320, done.
  371. remote: Compressing objects: 100% (2/2), done.
  372. remote: Total 9320 (delta 2), reused 2 (delta 2), pack-reused 9316
  373. Receiving objects: 100% (9320/9320), 306.95 MiB | 5.17 MiB/s, done.
  374. Resolving deltas: 100% (5218/5218), done.
  375. Submodule 'tensorflow' (https://github.com/tensorflow/tensorflow.git) registered for path 'research/syntaxnet/tensorflow'
  376. Cloning into '/Users/XUSERX/syxnt/models/research/syntaxnet/tensorflow'...
  377. remote: Counting objects: 275461, done.
  378. remote: Compressing objects: 100% (24/24), done.
  379. remote: Total 275461 (delta 12), reused 16 (delta 7), pack-reused 275430
  380. Receiving objects: 100% (275461/275461), 136.50 MiB | 3.67 MiB/s, done.
  381. Resolving deltas: 100% (215393/215393), done.
  382. Submodule path 'research/syntaxnet/tensorflow': checked out 'c52cdc03a67ceae9ecc8c00025d3c60f54833e2d'
  383. + echo 'STEP B ################################################################'
  384. STEP B ################################################################
  385. + cd models/research/syntaxnet/tensorflow
  386. + echo 'STEP C ################################################################'
  387. STEP C ################################################################
  388. + bazel clean
  389. .............................................................
  390. INFO: Starting clean (this may take a while). Consider using --async if the clean takes more than several minutes.
  391. + bazel clean --expunge
  392. INFO: Starting clean (this may take a while). Consider using --expunge_async if the clean takes more than several minutes.
  393. + ./configure
  394. You have bazel 0.5.4 installed.
  395. Please specify the location of python. [Default is /usr/bin/python]:
  396. Found possible Python library paths:
  397. /Library/Python/2.7/site-packages
  398. Please input the desired Python library path to use. Default is /Library/Python/2.7/site-packages/usr/local/lib/python2.7/site-packages
  399. Do you wish to build TensorFlow with Google Cloud Platform support? [y/N]:
  400. No Google Cloud Platform support will be enabled for TensorFlow.
  401.  
  402. Do you wish to build TensorFlow with Hadoop File System support? [y/N]:
  403. No Hadoop File System support will be enabled for TensorFlow.
  404.  
  405. Do you wish to build TensorFlow with XLA JIT support? [y/N]:
  406. No XLA JIT support will be enabled for TensorFlow.
  407.  
  408. Do you wish to build TensorFlow with GDR support? [y/N]:
  409. No GDR support will be enabled for TensorFlow.
  410.  
  411. Do you wish to build TensorFlow with VERBS support? [y/N]:
  412. No VERBS support will be enabled for TensorFlow.
  413.  
  414. Do you wish to build TensorFlow with OpenCL support? [y/N]:
  415. No OpenCL support will be enabled for TensorFlow.
  416.  
  417. Do you wish to build TensorFlow with CUDA support? [y/N]:
  418. No CUDA support will be enabled for TensorFlow.
  419.  
  420. Do you wish to build TensorFlow with MPI support? [y/N]:
  421. No MPI support will be enabled for TensorFlow.
  422.  
  423. Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -march=native]:
  424. Add "--config=mkl" to your bazel command to build with MKL support.
  425. Please note that MKL on MacOS or windows is still not supported.
  426. If you would like to use a local MKL instead of downloading, please set the environment variable "TF_MKL_ROOT" every time before build.
  427. Configuration finished
  428. + e
  429. syxnt.sh: line 172: e: command not found
  430. + bazel clean
  431. ..........................................................
  432. INFO: Starting clean (this may take a while). Consider using --async if the clean takes more than several minutes.
  433. + bazel clean --expunge
  434. INFO: Starting clean (this may take a while). Consider using --expunge_async if the clean takes more than several minutes.
  435. + ./configure
  436. You have bazel 0.5.4 installed.
  437. Please specify the location of python. [Default is /usr/bin/python]:
  438. Found possible Python library paths:
  439. /Library/Python/2.7/site-packages
  440. Please input the desired Python library path to use. Default is /Library/Python/2.7/site-packages/usr/local/lib/python2.7/site-packages
  441. Do you wish to build TensorFlow with Google Cloud Platform support? [y/N]:
  442. No Google Cloud Platform support will be enabled for TensorFlow.
  443.  
  444. Do you wish to build TensorFlow with Hadoop File System support? [y/N]:
  445. No Hadoop File System support will be enabled for TensorFlow.
  446.  
  447. Do you wish to build TensorFlow with XLA JIT support? [y/N]:
  448. No XLA JIT support will be enabled for TensorFlow.
  449.  
  450. Do you wish to build TensorFlow with GDR support? [y/N]:
  451. No GDR support will be enabled for TensorFlow.
  452.  
  453. Do you wish to build TensorFlow with VERBS support? [y/N]:
  454. No VERBS support will be enabled for TensorFlow.
  455.  
  456. Do you wish to build TensorFlow with OpenCL support? [y/N]:
  457. No OpenCL support will be enabled for TensorFlow.
  458.  
  459. Do you wish to build TensorFlow with CUDA support? [y/N]:
  460. No CUDA support will be enabled for TensorFlow.
  461.  
  462. Do you wish to build TensorFlow with MPI support? [y/N]:
  463. No MPI support will be enabled for TensorFlow.
  464.  
  465. Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -march=native]:
  466. Add "--config=mkl" to your bazel command to build with MKL support.
  467. Please note that MKL on MacOS or windows is still not supported.
  468. If you would like to use a local MKL instead of downloading, please set the environment variable "TF_MKL_ROOT" every time before build.
  469. Configuration finished
  470. + echo 'STEP D ################################################################'
  471. STEP D ################################################################
  472. + cd ..
  473. + echo 'STEP E ################################################################'
  474. STEP E ################################################################
  475. + echo 'not done -- only for windows/linux'
  476. not done -- only for windows/linux
  477. + date
  478. Fri Dec 15 00:23:30 EST 2017
  479. + echo 'STEP F ################################################################'
  480. STEP F ################################################################
  481. + bazel test --linkopt=-headerpad_max_install_names dragnn/... syntaxnet/... util/utf8/...
  482. ...........................................................
  483. WARNING: /private/var/tmp/_bazel_XUSERX/7c03a8c0b56f7250958b7fc11052dbc4/external/org_tensorflow/tensorflow/contrib/learn/BUILD:15:1: in py_library rule @org_tensorflow//tensorflow/contrib/learn:learn: target '@org_tensorflow//tensorflow/contrib/learn:learn' depends on deprecated target '@org_tensorflow//tensorflow/contrib/session_bundle:exporter': No longer supported. Switch to SavedModel immediately.
  484. WARNING: /private/var/tmp/_bazel_XUSERX/7c03a8c0b56f7250958b7fc11052dbc4/external/org_tensorflow/tensorflow/contrib/learn/BUILD:15:1: in py_library rule @org_tensorflow//tensorflow/contrib/learn:learn: target '@org_tensorflow//tensorflow/contrib/learn:learn' depends on deprecated target '@org_tensorflow//tensorflow/contrib/session_bundle:gc': No longer supported. Switch to SavedModel immediately.
  485. INFO: Found 172 targets and 57 test targets...
  486. INFO: From Linking external/protobuf_archive/libprotobuf.a [for host]:
  487. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/host/bin/external/protobuf_archive/libprotobuf.a(gzip_stream.o) has no symbols
  488. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/host/bin/external/protobuf_archive/libprotobuf.a(error_listener.o) has no symbols
  489. INFO: From Linking external/protobuf_archive/libprotobuf_lite.a [for host]:
  490. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/host/bin/external/protobuf_archive/libprotobuf_lite.a(arenastring.o) has no symbols
  491. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: bazel-out/host/bin/external/protobuf_archive/libprotobuf_lite.a(atomicops_internals_x86_msvc.o) has no symbols
  492. INFO: From Compiling external/protobuf_archive/src/google/protobuf/compiler/js/embed.cc [for host]:
  493. external/protobuf_archive/src/google/protobuf/compiler/js/embed.cc:37:12: warning: unused variable 'output_file' [-Wunused-const-variable]
  494. const char output_file[] = "well_known_types_embed.cc";
  495. ^
  496. 1 warning generated.
  497. INFO: From ProtoCompile external/org_tensorflow/tensorflow/core/example/example.pb.cc:
  498. bazel-out/darwin_x86_64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
  499. INFO: From ProtoCompile external/org_tensorflow/tensorflow/core/grappler/costs/op_performance_data.pb.cc:
  500. bazel-out/darwin_x86_64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
  501. bazel-out/darwin_x86_64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
  502. INFO: From Compiling external/org_tensorflow/tensorflow/core/framework/fake_input.cc:
  503. In file included from external/org_tensorflow/tensorflow/core/framework/fake_input.cc:16:
  504. In file included from external/org_tensorflow/tensorflow/core/framework/fake_input.h:19:
  505. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_builder.h:21:
  506. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  507. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  508. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  509. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  510. bool is_empty() const { return value_ == nullptr; }
  511. ^
  512. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  513. value_.swap(other.value_);
  514. ^
  515. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  516. value_.swap(other.value_);
  517. ^
  518. 3 warnings generated.
  519. INFO: From Compiling external/org_tensorflow/tensorflow/core/framework/function_testlib.cc:
  520. In file included from external/org_tensorflow/tensorflow/core/framework/function_testlib.cc:16:
  521. In file included from external/org_tensorflow/tensorflow/core/framework/function_testlib.h:21:
  522. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  523. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  524. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  525. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  526. bool is_empty() const { return value_ == nullptr; }
  527. ^
  528. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  529. value_.swap(other.value_);
  530. ^
  531. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  532. value_.swap(other.value_);
  533. ^
  534. 3 warnings generated.
  535. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/testlib.cc:
  536. In file included from external/org_tensorflow/tensorflow/core/graph/testlib.cc:16:
  537. In file included from external/org_tensorflow/tensorflow/core/graph/testlib.h:24:
  538. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  539. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  540. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  541. bool is_empty() const { return value_ == nullptr; }
  542. ^
  543. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  544. value_.swap(other.value_);
  545. ^
  546. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  547. value_.swap(other.value_);
  548. ^
  549. 3 warnings generated.
  550. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/model_pruner.cc:
  551. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/model_pruner.cc:21:
  552. In file included from external/org_tensorflow/tensorflow/core/grappler/grappler_item.h:26:
  553. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  554. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  555. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  556. bool is_empty() const { return value_ == nullptr; }
  557. ^
  558. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  559. value_.swap(other.value_);
  560. ^
  561. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  562. value_.swap(other.value_);
  563. ^
  564. 3 warnings generated.
  565. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/kernel_benchmark_testlib.cc:
  566. In file included from external/org_tensorflow/tensorflow/core/common_runtime/kernel_benchmark_testlib.cc:16:
  567. In file included from external/org_tensorflow/tensorflow/core/common_runtime/kernel_benchmark_testlib.h:22:
  568. In file included from external/org_tensorflow/tensorflow/core/common_runtime/executor.h:19:
  569. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device.h:35:
  570. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  571. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  572. bool is_empty() const { return value_ == nullptr; }
  573. ^
  574. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  575. value_.swap(other.value_);
  576. ^
  577. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  578. value_.swap(other.value_);
  579. ^
  580. 3 warnings generated.
  581. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/meta_optimizer.cc:
  582. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/meta_optimizer.cc:16:
  583. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/meta_optimizer.h:19:
  584. In file included from external/org_tensorflow/tensorflow/core/grappler/grappler_item.h:26:
  585. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  586. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  587. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  588. bool is_empty() const { return value_ == nullptr; }
  589. ^
  590. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  591. value_.swap(other.value_);
  592. ^
  593. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  594. value_.swap(other.value_);
  595. ^
  596. 3 warnings generated.
  597. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/memory_optimizer.cc:
  598. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/memory_optimizer.cc:27:
  599. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/graph_properties.h:21:
  600. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  601. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  602. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  603. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  604. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  605. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  606. bool is_empty() const { return value_ == nullptr; }
  607. ^
  608. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  609. value_.swap(other.value_);
  610. ^
  611. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  612. value_.swap(other.value_);
  613. ^
  614. 3 warnings generated.
  615. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/auto_parallel.cc:
  616. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/auto_parallel.cc:23:
  617. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.h:24:
  618. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  619. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  620. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  621. bool is_empty() const { return value_ == nullptr; }
  622. ^
  623. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  624. value_.swap(other.value_);
  625. ^
  626. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  627. value_.swap(other.value_);
  628. ^
  629. 3 warnings generated.
  630. INFO: From Compiling external/org_tensorflow/tensorflow/core/kernels/ops_util.cc:
  631. In file included from external/org_tensorflow/tensorflow/core/kernels/ops_util.cc:19:
  632. In file included from external/org_tensorflow/tensorflow/core/kernels/ops_util.h:24:
  633. In file included from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20:
  634. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  635. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  636. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  637. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  638. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  639. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  640. bool is_empty() const { return value_ == nullptr; }
  641. ^
  642. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  643. value_.swap(other.value_);
  644. ^
  645. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  646. value_.swap(other.value_);
  647. ^
  648. 3 warnings generated.
  649. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/costs/virtual_placer.cc:
  650. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/virtual_placer.cc:18:
  651. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.h:24:
  652. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  653. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  654. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  655. bool is_empty() const { return value_ == nullptr; }
  656. ^
  657. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  658. value_.swap(other.value_);
  659. ^
  660. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  661. value_.swap(other.value_);
  662. ^
  663. 3 warnings generated.
  664. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/arithmetic_optimizer.cc:
  665. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/arithmetic_optimizer.cc:22:
  666. In file included from external/org_tensorflow/tensorflow/core/grappler/grappler_item.h:26:
  667. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  668. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  669. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  670. bool is_empty() const { return value_ == nullptr; }
  671. ^
  672. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  673. value_.swap(other.value_);
  674. ^
  675. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  676. value_.swap(other.value_);
  677. ^
  678. 3 warnings generated.
  679. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/costs/utils.cc:
  680. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/utils.cc:35:
  681. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  682. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  683. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  684. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  685. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  686. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  687. bool is_empty() const { return value_ == nullptr; }
  688. ^
  689. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  690. value_.swap(other.value_);
  691. ^
  692. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  693. value_.swap(other.value_);
  694. ^
  695. 3 warnings generated.
  696. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/costs/op_level_cost_estimator.cc:
  697. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/op_level_cost_estimator.cc:20:
  698. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  699. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  700. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  701. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  702. bool is_empty() const { return value_ == nullptr; }
  703. ^
  704. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  705. value_.swap(other.value_);
  706. ^
  707. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  708. value_.swap(other.value_);
  709. ^
  710. 3 warnings generated.
  711. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/graph_rewriter.cc:
  712. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/graph_rewriter.cc:16:
  713. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/graph_rewriter.h:21:
  714. In file included from external/org_tensorflow/tensorflow/core/grappler/grappler_item.h:26:
  715. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  716. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  717. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  718. bool is_empty() const { return value_ == nullptr; }
  719. ^
  720. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  721. value_.swap(other.value_);
  722. ^
  723. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  724. value_.swap(other.value_);
  725. ^
  726. 3 warnings generated.
  727. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/static_schedule.cc:
  728. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/static_schedule.cc:16:
  729. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/static_schedule.h:22:
  730. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.h:24:
  731. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  732. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  733. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  734. bool is_empty() const { return value_ == nullptr; }
  735. ^
  736. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  737. value_.swap(other.value_);
  738. ^
  739. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  740. value_.swap(other.value_);
  741. ^
  742. 3 warnings generated.
  743. INFO: From Compiling external/org_tensorflow/tensorflow/core/lib/core/threadpool.cc:
  744. In file included from external/org_tensorflow/tensorflow/core/lib/core/threadpool.cc:19:
  745. In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:
  746. In file included from external/eigen_archive/unsupported/Eigen/CXX11/Tensor:79:
  747. In file included from external/eigen_archive/unsupported/Eigen/CXX11/ThreadPool:59:
  748. external/eigen_archive/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h:28:9: warning: field 'allow_spinning_' will be initialized after field 'env_' [-Wreorder]
  749. allow_spinning_(allow_spinning),
  750. ^
  751. external/org_tensorflow/tensorflow/core/lib/core/threadpool.cc:89:9: note: in instantiation of member function 'Eigen::NonBlockingThreadPoolTempl<tensorflow::thread::EigenEnvironment>::NonBlockingThreadPoolTempl' requested here
  752. : Eigen::ThreadPoolTempl<EigenEnvironment>(
  753. ^
  754. 1 warning generated.
  755. INFO: From Compiling external/org_tensorflow/tensorflow/core/platform/cpu_info.cc:
  756. external/org_tensorflow/tensorflow/core/platform/cpu_info.cc:258:7: warning: private field 'highest_eax_' is not used [-Wunused-private-field]
  757. int highest_eax_;
  758. ^
  759. 1 warning generated.
  760. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/costs/virtual_scheduler.cc:
  761. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/virtual_scheduler.cc:16:
  762. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/virtual_scheduler.h:27:
  763. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/graph_properties.h:21:
  764. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  765. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  766. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  767. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  768. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  769. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  770. bool is_empty() const { return value_ == nullptr; }
  771. ^
  772. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  773. value_.swap(other.value_);
  774. ^
  775. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  776. value_.swap(other.value_);
  777. ^
  778. 3 warnings generated.
  779. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/tensor_id.cc:
  780. In file included from external/org_tensorflow/tensorflow/core/graph/tensor_id.cc:16:
  781. In file included from external/org_tensorflow/tensorflow/core/graph/tensor_id.h:21:
  782. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  783. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  784. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  785. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  786. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  787. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  788. bool is_empty() const { return value_ == nullptr; }
  789. ^
  790. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  791. value_.swap(other.value_);
  792. ^
  793. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  794. value_.swap(other.value_);
  795. ^
  796. 3 warnings generated.
  797. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/clusters/virtual_cluster.cc:
  798. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/virtual_cluster.cc:16:
  799. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/virtual_cluster.h:20:
  800. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.h:24:
  801. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  802. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  803. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  804. bool is_empty() const { return value_ == nullptr; }
  805. ^
  806. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  807. value_.swap(other.value_);
  808. ^
  809. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  810. value_.swap(other.value_);
  811. ^
  812. 3 warnings generated.
  813. INFO: From Compiling external/org_tensorflow/tensorflow/core/kernels/fill_functor.cc:
  814. In file included from external/org_tensorflow/tensorflow/core/kernels/fill_functor.cc:16:
  815. In file included from external/org_tensorflow/tensorflow/core/kernels/fill_functor.h:23:
  816. In file included from external/org_tensorflow/tensorflow/core/framework/types.h:33:
  817. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  818. bool is_empty() const { return value_ == nullptr; }
  819. ^
  820. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  821. value_.swap(other.value_);
  822. ^
  823. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  824. value_.swap(other.value_);
  825. ^
  826. 3 warnings generated.
  827. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/optimizer_cse.cc:
  828. In file included from external/org_tensorflow/tensorflow/core/graph/optimizer_cse.cc:39:
  829. In file included from external/org_tensorflow/tensorflow/core/graph/optimizer_cse.h:22:
  830. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  831. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  832. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  833. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  834. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  835. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  836. bool is_empty() const { return value_ == nullptr; }
  837. ^
  838. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  839. value_.swap(other.value_);
  840. ^
  841. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  842. value_.swap(other.value_);
  843. ^
  844. 3 warnings generated.
  845. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/shape_refiner.cc:
  846. In file included from external/org_tensorflow/tensorflow/core/common_runtime/shape_refiner.cc:15:
  847. In file included from external/org_tensorflow/tensorflow/core/common_runtime/shape_refiner.h:20:
  848. In file included from external/org_tensorflow/tensorflow/core/common_runtime/graph_runner.h:23:
  849. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device.h:35:
  850. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  851. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  852. bool is_empty() const { return value_ == nullptr; }
  853. ^
  854. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  855. value_.swap(other.value_);
  856. ^
  857. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  858. value_.swap(other.value_);
  859. ^
  860. 3 warnings generated.
  861. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/subgraph.cc:
  862. In file included from external/org_tensorflow/tensorflow/core/graph/subgraph.cc:16:
  863. In file included from external/org_tensorflow/tensorflow/core/graph/subgraph.h:22:
  864. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  865. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  866. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  867. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  868. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  869. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  870. bool is_empty() const { return value_ == nullptr; }
  871. ^
  872. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  873. value_.swap(other.value_);
  874. ^
  875. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  876. value_.swap(other.value_);
  877. ^
  878. 3 warnings generated.
  879. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/node_builder.cc:
  880. In file included from external/org_tensorflow/tensorflow/core/graph/node_builder.cc:16:
  881. In file included from external/org_tensorflow/tensorflow/core/graph/node_builder.h:20:
  882. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_builder.h:21:
  883. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  884. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  885. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  886. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  887. bool is_empty() const { return value_ == nullptr; }
  888. ^
  889. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  890. value_.swap(other.value_);
  891. ^
  892. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  893. value_.swap(other.value_);
  894. ^
  895. 3 warnings generated.
  896. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/algorithm.cc:
  897. In file included from external/org_tensorflow/tensorflow/core/graph/algorithm.cc:16:
  898. In file included from external/org_tensorflow/tensorflow/core/graph/algorithm.h:23:
  899. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  900. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  901. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  902. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  903. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  904. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  905. bool is_empty() const { return value_ == nullptr; }
  906. ^
  907. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  908. value_.swap(other.value_);
  909. ^
  910. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  911. value_.swap(other.value_);
  912. ^
  913. 3 warnings generated.
  914. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/graph_def_builder.cc:
  915. In file included from external/org_tensorflow/tensorflow/core/graph/graph_def_builder.cc:16:
  916. In file included from external/org_tensorflow/tensorflow/core/graph/graph_def_builder.h:22:
  917. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  918. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  919. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  920. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  921. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  922. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  923. bool is_empty() const { return value_ == nullptr; }
  924. ^
  925. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  926. value_.swap(other.value_);
  927. ^
  928. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  929. value_.swap(other.value_);
  930. ^
  931. 3 warnings generated.
  932. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/control_flow.cc:
  933. In file included from external/org_tensorflow/tensorflow/core/graph/control_flow.cc:16:
  934. In file included from external/org_tensorflow/tensorflow/core/graph/control_flow.h:21:
  935. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  936. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  937. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  938. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  939. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  940. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  941. bool is_empty() const { return value_ == nullptr; }
  942. ^
  943. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  944. value_.swap(other.value_);
  945. ^
  946. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  947. value_.swap(other.value_);
  948. ^
  949. 3 warnings generated.
  950. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/graph_partition.cc:
  951. In file included from external/org_tensorflow/tensorflow/core/graph/graph_partition.cc:16:
  952. In file included from external/org_tensorflow/tensorflow/core/graph/graph_partition.h:24:
  953. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  954. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  955. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  956. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  957. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  958. bool is_empty() const { return value_ == nullptr; }
  959. ^
  960. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  961. value_.swap(other.value_);
  962. ^
  963. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  964. value_.swap(other.value_);
  965. ^
  966. 3 warnings generated.
  967. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/validate.cc:
  968. In file included from external/org_tensorflow/tensorflow/core/graph/validate.cc:20:
  969. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  970. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  971. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  972. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  973. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  974. bool is_empty() const { return value_ == nullptr; }
  975. ^
  976. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  977. value_.swap(other.value_);
  978. ^
  979. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  980. value_.swap(other.value_);
  981. ^
  982. 3 warnings generated.
  983. INFO: From Compiling external/org_tensorflow/tensorflow/core/framework/tensor_testutil.cc:
  984. In file included from external/org_tensorflow/tensorflow/core/framework/tensor_testutil.cc:17:
  985. In file included from external/org_tensorflow/tensorflow/core/framework/tensor_testutil.h:21:
  986. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  987. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  988. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  989. bool is_empty() const { return value_ == nullptr; }
  990. ^
  991. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  992. value_.swap(other.value_);
  993. ^
  994. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  995. value_.swap(other.value_);
  996. ^
  997. 3 warnings generated.
  998. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/costmodel.cc:
  999. In file included from external/org_tensorflow/tensorflow/core/graph/costmodel.cc:16:
  1000. In file included from external/org_tensorflow/tensorflow/core/graph/costmodel.h:25:
  1001. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  1002. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  1003. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1004. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1005. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1006. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1007. bool is_empty() const { return value_ == nullptr; }
  1008. ^
  1009. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1010. value_.swap(other.value_);
  1011. ^
  1012. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1013. value_.swap(other.value_);
  1014. ^
  1015. 3 warnings generated.
  1016. INFO: From Compiling external/org_tensorflow/tensorflow/core/framework/shape_inference_testutil.cc:
  1017. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference_testutil.cc:15:
  1018. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference_testutil.h:20:
  1019. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1020. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1021. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1022. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1023. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1024. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1025. bool is_empty() const { return value_ == nullptr; }
  1026. ^
  1027. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1028. value_.swap(other.value_);
  1029. ^
  1030. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1031. value_.swap(other.value_);
  1032. ^
  1033. 3 warnings generated.
  1034. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/graph_constructor.cc:
  1035. In file included from external/org_tensorflow/tensorflow/core/graph/graph_constructor.cc:16:
  1036. In file included from external/org_tensorflow/tensorflow/core/graph/graph_constructor.h:20:
  1037. In file included from external/org_tensorflow/tensorflow/core/graph/graph.h:43:
  1038. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  1039. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1040. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1041. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1042. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1043. bool is_empty() const { return value_ == nullptr; }
  1044. ^
  1045. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1046. value_.swap(other.value_);
  1047. ^
  1048. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1049. value_.swap(other.value_);
  1050. ^
  1051. 3 warnings generated.
  1052. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.cc:
  1053. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.cc:16:
  1054. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.h:24:
  1055. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1056. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1057. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1058. bool is_empty() const { return value_ == nullptr; }
  1059. ^
  1060. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1061. value_.swap(other.value_);
  1062. ^
  1063. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1064. value_.swap(other.value_);
  1065. ^
  1066. 3 warnings generated.
  1067. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/constant_folding.cc:
  1068. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/constant_folding.cc:18:
  1069. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/constant_folding.h:19:
  1070. In file included from external/org_tensorflow/tensorflow/core/framework/device_base.h:24:
  1071. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1072. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1073. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1074. bool is_empty() const { return value_ == nullptr; }
  1075. ^
  1076. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1077. value_.swap(other.value_);
  1078. ^
  1079. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1080. value_.swap(other.value_);
  1081. ^
  1082. 3 warnings generated.
  1083. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/costs/graph_properties.cc:
  1084. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/graph_properties.cc:16:
  1085. In file included from external/org_tensorflow/tensorflow/core/grappler/costs/graph_properties.h:21:
  1086. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1087. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1088. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1089. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1090. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1091. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1092. bool is_empty() const { return value_ == nullptr; }
  1093. ^
  1094. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1095. value_.swap(other.value_);
  1096. ^
  1097. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1098. value_.swap(other.value_);
  1099. ^
  1100. 3 warnings generated.
  1101. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/optimizers/layout_optimizer.cc:
  1102. In file included from external/org_tensorflow/tensorflow/core/grappler/optimizers/layout_optimizer.cc:22:
  1103. In file included from external/org_tensorflow/tensorflow/core/grappler/clusters/cluster.h:24:
  1104. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1105. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1106. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1107. bool is_empty() const { return value_ == nullptr; }
  1108. ^
  1109. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1110. value_.swap(other.value_);
  1111. ^
  1112. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1113. value_.swap(other.value_);
  1114. ^
  1115. 3 warnings generated.
  1116. INFO: From Compiling external/org_tensorflow/tensorflow/core/grappler/grappler_item.cc:
  1117. In file included from external/org_tensorflow/tensorflow/core/grappler/grappler_item.cc:16:
  1118. In file included from external/org_tensorflow/tensorflow/core/grappler/grappler_item.h:26:
  1119. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1120. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1121. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1122. bool is_empty() const { return value_ == nullptr; }
  1123. ^
  1124. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1125. value_.swap(other.value_);
  1126. ^
  1127. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1128. value_.swap(other.value_);
  1129. ^
  1130. 3 warnings generated.
  1131. INFO: From Linking external/com_google_googletest/libgtest.so:
  1132. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1133. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/device_mgr.cc:
  1134. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device_mgr.cc:16:
  1135. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device_mgr.h:24:
  1136. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device.h:35:
  1137. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1138. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1139. bool is_empty() const { return value_ == nullptr; }
  1140. ^
  1141. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1142. value_.swap(other.value_);
  1143. ^
  1144. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1145. value_.swap(other.value_);
  1146. ^
  1147. 3 warnings generated.
  1148. INFO: From Compiling external/org_tensorflow/tensorflow/core/graph/gradients.cc:
  1149. In file included from external/org_tensorflow/tensorflow/core/graph/gradients.cc:19:
  1150. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device.h:35:
  1151. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1152. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1153. bool is_empty() const { return value_ == nullptr; }
  1154. ^
  1155. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1156. value_.swap(other.value_);
  1157. ^
  1158. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1159. value_.swap(other.value_);
  1160. ^
  1161. 3 warnings generated.
  1162. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/constant_folding.cc:
  1163. In file included from external/org_tensorflow/tensorflow/core/common_runtime/constant_folding.cc:22:
  1164. In file included from external/org_tensorflow/tensorflow/core/common_runtime/constant_folding.h:19:
  1165. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device.h:35:
  1166. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1167. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1168. bool is_empty() const { return value_ == nullptr; }
  1169. ^
  1170. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1171. value_.swap(other.value_);
  1172. ^
  1173. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1174. value_.swap(other.value_);
  1175. ^
  1176. 3 warnings generated.
  1177. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/resource_variable_read_optimizer.cc:
  1178. In file included from external/org_tensorflow/tensorflow/core/common_runtime/resource_variable_read_optimizer.cc:16:
  1179. In file included from external/org_tensorflow/tensorflow/core/common_runtime/graph_optimizer.h:19:
  1180. In file included from external/org_tensorflow/tensorflow/core/framework/function.h:21:
  1181. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1182. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1183. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1184. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1185. bool is_empty() const { return value_ == nullptr; }
  1186. ^
  1187. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1188. value_.swap(other.value_);
  1189. ^
  1190. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1191. value_.swap(other.value_);
  1192. ^
  1193. 3 warnings generated.
  1194. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:
  1195. In file included from external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:16:
  1196. In file included from external/org_tensorflow/tensorflow/core/common_runtime/executor.h:19:
  1197. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device.h:35:
  1198. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1199. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1200. bool is_empty() const { return value_ == nullptr; }
  1201. ^
  1202. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1203. value_.swap(other.value_);
  1204. ^
  1205. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1206. value_.swap(other.value_);
  1207. ^
  1208. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:1911:19: warning: calling function 'ActivateNodes' requires holding mutex 'output_frame->mu' exclusively [-Wthread-safety-precise]
  1209. output_frame->ActivateNodes(item, is_dead, output_iter, outputs, ready);
  1210. ^
  1211. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:1911:19: note: found near match 'input_frame->mu'
  1212. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:1976:21: warning: calling function 'ActivateNodes' requires holding mutex 'output_frame->mu' exclusively [-Wthread-safety-precise]
  1213. output_frame->ActivateNodes(item, is_dead, output_iter, outputs, ready);
  1214. ^
  1215. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:1976:21: note: found near match 'input_frame->mu'
  1216. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:2298:27: warning: reading variable 'dead_exits' requires holding mutex 'frame->mu' [-Wthread-safety-precise]
  1217. for (const Node* node : frame->dead_exits) {
  1218. ^
  1219. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:2298:27: note: found near match 'parent_frame->mu'
  1220. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:2298:27: warning: reading variable 'dead_exits' requires holding mutex 'frame->mu' [-Wthread-safety-precise]
  1221. for (const Node* node : frame->dead_exits) {
  1222. ^
  1223. external/org_tensorflow/tensorflow/core/common_runtime/executor.cc:2298:27: note: found near match 'parent_frame->mu'
  1224. 7 warnings generated.
  1225. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/session_state.cc:
  1226. In file included from external/org_tensorflow/tensorflow/core/common_runtime/session_state.cc:16:
  1227. In file included from external/org_tensorflow/tensorflow/core/framework/session_state.h:23:
  1228. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1229. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1230. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1231. bool is_empty() const { return value_ == nullptr; }
  1232. ^
  1233. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1234. value_.swap(other.value_);
  1235. ^
  1236. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1237. value_.swap(other.value_);
  1238. ^
  1239. 3 warnings generated.
  1240. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/rendezvous_mgr.cc:
  1241. In file included from external/org_tensorflow/tensorflow/core/common_runtime/rendezvous_mgr.cc:16:
  1242. In file included from external/org_tensorflow/tensorflow/core/common_runtime/rendezvous_mgr.h:22:
  1243. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device_mgr.h:24:
  1244. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device.h:35:
  1245. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1246. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1247. bool is_empty() const { return value_ == nullptr; }
  1248. ^
  1249. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1250. value_.swap(other.value_);
  1251. ^
  1252. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1253. value_.swap(other.value_);
  1254. ^
  1255. 3 warnings generated.
  1256. INFO: From Compiling external/org_tensorflow/tensorflow/core/common_runtime/device_set.cc:
  1257. In file included from external/org_tensorflow/tensorflow/core/common_runtime/device_set.cc:16:
  1258.  
  1259. ...
  1260.  
  1261.  
  1262. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1263. int line_;
  1264. ^
  1265. 3 warnings generated.
  1266. INFO: From Linking syntaxnet/label_transitions_test:
  1267. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1268. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1269. INFO: From Compiling syntaxnet/head_label_transitions_test.cc:
  1270. In file included from syntaxnet/head_label_transitions_test.cc:19:
  1271. In file included from ./syntaxnet/parser_state.h:24:
  1272. In file included from ./syntaxnet/parser_transitions.h:24:
  1273. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1274. const char *class_name_;
  1275. ^
  1276. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1277. const char *file_;
  1278. ^
  1279. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1280. int line_;
  1281. ^
  1282. 3 warnings generated.
  1283. INFO: From Linking syntaxnet/head_transitions_test:
  1284. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1285. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1286. INFO: From Linking syntaxnet/head_label_transitions_test:
  1287. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1288. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1289. INFO: From Compiling external/org_tensorflow/tensorflow/python/eager/python_eager_op_gen.cc:
  1290. In file included from external/org_tensorflow/tensorflow/python/eager/python_eager_op_gen.cc:27:
  1291. In file included from external/org_tensorflow/tensorflow/core/framework/types.h:33:
  1292. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1293. bool is_empty() const { return value_ == nullptr; }
  1294. ^
  1295. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1296. value_.swap(other.value_);
  1297. ^
  1298. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1299. value_.swap(other.value_);
  1300. ^
  1301. 3 warnings generated.
  1302. INFO: From Linking syntaxnet/gen_parser_ops_py_wrappers_cc:
  1303. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1304. INFO: From Compiling syntaxnet/generic_features_test.cc:
  1305. In file included from syntaxnet/generic_features_test.cc:16:
  1306. In file included from ./syntaxnet/generic_features.h:33:
  1307. In file included from ./syntaxnet/feature_extractor.h:45:
  1308. In file included from ./syntaxnet/proto_io.h:24:
  1309. In file included from ./syntaxnet/document_format.h:24:
  1310. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1311. const char *class_name_;
  1312. ^
  1313. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1314. const char *file_;
  1315. ^
  1316. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1317. int line_;
  1318. ^
  1319. 3 warnings generated.
  1320. INFO: From Compiling syntaxnet/char_shift_transitions_test.cc:
  1321. In file included from syntaxnet/char_shift_transitions_test.cc:16:
  1322. In file included from ./syntaxnet/char_shift_transitions.h:29:
  1323. In file included from ./syntaxnet/parser_features.h:23:
  1324. In file included from ./syntaxnet/feature_extractor.h:45:
  1325. In file included from ./syntaxnet/proto_io.h:24:
  1326. In file included from ./syntaxnet/document_format.h:24:
  1327. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1328. const char *class_name_;
  1329. ^
  1330. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1331. const char *file_;
  1332. ^
  1333. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1334. int line_;
  1335. ^
  1336. 3 warnings generated.
  1337. INFO: From Compiling syntaxnet/char_properties_test.cc:
  1338. In file included from syntaxnet/char_properties_test.cc:25:
  1339. In file included from ./syntaxnet/char_properties.h:74:
  1340. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1341. const char *class_name_;
  1342. ^
  1343. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1344. const char *file_;
  1345. ^
  1346. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1347. int line_;
  1348. ^
  1349. 3 warnings generated.
  1350. INFO: From Linking syntaxnet/generic_features_test:
  1351. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1352. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1353. INFO: From Linking syntaxnet/char_shift_transitions_test:
  1354. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1355. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1356. INFO: From Linking syntaxnet/char_properties_test:
  1357. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1358. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1359. INFO: From Compiling syntaxnet/binary_segment_state_test.cc:
  1360. In file included from syntaxnet/binary_segment_state_test.cc:16:
  1361. In file included from ./syntaxnet/binary_segment_state.h:19:
  1362. In file included from ./syntaxnet/parser_state.h:24:
  1363. In file included from ./syntaxnet/parser_transitions.h:24:
  1364. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1365. const char *class_name_;
  1366. ^
  1367. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1368. const char *file_;
  1369. ^
  1370. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1371. int line_;
  1372. ^
  1373. 3 warnings generated.
  1374. INFO: From Compiling syntaxnet/binary_segment_transitions_test.cc:
  1375. In file included from syntaxnet/binary_segment_transitions_test.cc:16:
  1376. In file included from ./syntaxnet/binary_segment_state.h:19:
  1377. In file included from ./syntaxnet/parser_state.h:24:
  1378. In file included from ./syntaxnet/parser_transitions.h:24:
  1379. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1380. const char *class_name_;
  1381. ^
  1382. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1383. const char *file_;
  1384. ^
  1385. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1386. int line_;
  1387. ^
  1388. 3 warnings generated.
  1389. INFO: From Linking syntaxnet/char_ngram_string_extractor_test:
  1390. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1391. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1392. INFO: From Linking syntaxnet/binary_segment_state_test:
  1393. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1394. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1395. INFO: From Linking syntaxnet/binary_segment_transitions_test:
  1396. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1397. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1398. INFO: From Compiling syntaxnet/arc_standard_transitions_test.cc:
  1399. In file included from syntaxnet/arc_standard_transitions_test.cc:18:
  1400. In file included from ./syntaxnet/parser_state.h:24:
  1401. In file included from ./syntaxnet/parser_transitions.h:24:
  1402. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1403. const char *class_name_;
  1404. ^
  1405. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1406. const char *file_;
  1407. ^
  1408. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1409. int line_;
  1410. ^
  1411. 3 warnings generated.
  1412. INFO: From Linking syntaxnet/arc_standard_transitions_test:
  1413. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1414. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1415. INFO: From Compiling dragnn/core/ops/dragnn_bulk_ops.cc [for host]:
  1416. In file included from dragnn/core/ops/dragnn_bulk_ops.cc:17:
  1417. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1418. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1419. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1420. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1421. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1422. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1423. bool is_empty() const { return value_ == nullptr; }
  1424. ^
  1425. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1426. value_.swap(other.value_);
  1427. ^
  1428. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1429. value_.swap(other.value_);
  1430. ^
  1431. 3 warnings generated.
  1432. INFO: From Linking dragnn/core/gen_dragnn_bulk_ops_py_wrappers_cc [for host]:
  1433. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1434. INFO: From Compiling dragnn/components/stateless/stateless_component.cc:
  1435. In file included from dragnn/components/stateless/stateless_component.cc:16:
  1436. In file included from ./dragnn/core/component_registry.h:19:
  1437. In file included from ./dragnn/core/interfaces/component.h:26:
  1438. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1439. const char *class_name_;
  1440. ^
  1441. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1442. const char *file_;
  1443. ^
  1444. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1445. int line_;
  1446. ^
  1447. 3 warnings generated.
  1448. INFO: From Compiling dragnn/core/index_translator.cc:
  1449. In file included from dragnn/core/index_translator.cc:16:
  1450. In file included from ./dragnn/core/index_translator.h:22:
  1451. In file included from ./dragnn/core/interfaces/component.h:26:
  1452. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1453. const char *class_name_;
  1454. ^
  1455. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1456. const char *file_;
  1457. ^
  1458. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1459. int line_;
  1460. ^
  1461. 3 warnings generated.
  1462. INFO: From Compiling dragnn/components/syntaxnet/syntaxnet_link_feature_extractor.cc:
  1463. In file included from dragnn/components/syntaxnet/syntaxnet_link_feature_extractor.cc:16:
  1464. In file included from ./dragnn/components/syntaxnet/syntaxnet_link_feature_extractor.h:23:
  1465. In file included from ./syntaxnet/embedding_feature_extractor.h:24:
  1466. In file included from ./syntaxnet/feature_extractor.h:45:
  1467. In file included from ./syntaxnet/proto_io.h:24:
  1468. In file included from ./syntaxnet/document_format.h:24:
  1469. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1470. const char *class_name_;
  1471. ^
  1472. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1473. const char *file_;
  1474. ^
  1475. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1476. int line_;
  1477. ^
  1478. 3 warnings generated.
  1479. INFO: From Compiling dragnn/core/component_registry.cc:
  1480. In file included from dragnn/core/component_registry.cc:16:
  1481. In file included from ./dragnn/core/component_registry.h:19:
  1482. In file included from ./dragnn/core/interfaces/component.h:26:
  1483. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1484. const char *class_name_;
  1485. ^
  1486. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1487. const char *file_;
  1488. ^
  1489. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1490. int line_;
  1491. ^
  1492. 3 warnings generated.
  1493. INFO: From Compiling dragnn/core/ops/compute_session_op.cc:
  1494. In file included from dragnn/core/ops/compute_session_op.cc:16:
  1495. In file included from ./dragnn/core/ops/compute_session_op.h:23:
  1496. In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:23:
  1497. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1498. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1499. bool is_empty() const { return value_ == nullptr; }
  1500. ^
  1501. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1502. value_.swap(other.value_);
  1503. ^
  1504. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1505. value_.swap(other.value_);
  1506. ^
  1507. In file included from dragnn/core/ops/compute_session_op.cc:16:
  1508. In file included from ./dragnn/core/ops/compute_session_op.h:21:
  1509. In file included from ./dragnn/core/compute_session.h:22:
  1510. In file included from ./dragnn/core/index_translator.h:22:
  1511. In file included from ./dragnn/core/interfaces/component.h:26:
  1512. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1513. const char *class_name_;
  1514. ^
  1515. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1516. const char *file_;
  1517. ^
  1518. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1519. int line_;
  1520. ^
  1521. 6 warnings generated.
  1522. INFO: From Compiling dragnn/core/compute_session_pool.cc:
  1523. In file included from dragnn/core/compute_session_pool.cc:16:
  1524. In file included from ./dragnn/core/compute_session_pool.h:21:
  1525. In file included from ./dragnn/core/compute_session.h:22:
  1526. In file included from ./dragnn/core/index_translator.h:22:
  1527. In file included from ./dragnn/core/interfaces/component.h:26:
  1528. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1529. const char *class_name_;
  1530. ^
  1531. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1532. const char *file_;
  1533. ^
  1534. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1535. int line_;
  1536. ^
  1537. 3 warnings generated.
  1538. INFO: From Compiling dragnn/core/ops/dragnn_op_kernels.cc:
  1539. In file included from dragnn/core/ops/dragnn_op_kernels.cc:22:
  1540. In file included from ./dragnn/core/ops/compute_session_op.h:23:
  1541. In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:23:
  1542. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1543. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1544. bool is_empty() const { return value_ == nullptr; }
  1545. ^
  1546. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1547. value_.swap(other.value_);
  1548. ^
  1549. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1550. value_.swap(other.value_);
  1551. ^
  1552. In file included from dragnn/core/ops/dragnn_op_kernels.cc:20:
  1553. In file included from ./dragnn/core/compute_session.h:22:
  1554. In file included from ./dragnn/core/index_translator.h:22:
  1555. In file included from ./dragnn/core/interfaces/component.h:26:
  1556. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1557. const char *class_name_;
  1558. ^
  1559. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1560. const char *file_;
  1561. ^
  1562. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1563. int line_;
  1564. ^
  1565. 6 warnings generated.
  1566. INFO: From Compiling dragnn/core/ops/dragnn_bulk_ops.cc:
  1567. In file included from dragnn/core/ops/dragnn_bulk_ops.cc:17:
  1568. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1569. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1570. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1571. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1572. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1573. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1574. bool is_empty() const { return value_ == nullptr; }
  1575. ^
  1576. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1577. value_.swap(other.value_);
  1578. ^
  1579. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1580. value_.swap(other.value_);
  1581. ^
  1582. 3 warnings generated.
  1583. INFO: From Compiling dragnn/core/ops/dragnn_bulk_op_kernels.cc:
  1584. In file included from dragnn/core/ops/dragnn_bulk_op_kernels.cc:21:
  1585. In file included from ./dragnn/core/ops/compute_session_op.h:23:
  1586. In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:23:
  1587. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1588. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1589. bool is_empty() const { return value_ == nullptr; }
  1590. ^
  1591. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1592. value_.swap(other.value_);
  1593. ^
  1594. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1595. value_.swap(other.value_);
  1596. ^
  1597. In file included from dragnn/core/ops/dragnn_bulk_op_kernels.cc:21:
  1598. In file included from ./dragnn/core/ops/compute_session_op.h:21:
  1599. In file included from ./dragnn/core/compute_session.h:22:
  1600. In file included from ./dragnn/core/index_translator.h:22:
  1601. In file included from ./dragnn/core/interfaces/component.h:26:
  1602. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1603. const char *class_name_;
  1604. ^
  1605. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1606. const char *file_;
  1607. ^
  1608. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1609. int line_;
  1610. ^
  1611. 6 warnings generated.
  1612. INFO: From Compiling dragnn/core/compute_session_impl.cc:
  1613. In file included from dragnn/core/compute_session_impl.cc:16:
  1614. In file included from ./dragnn/core/compute_session_impl.h:22:
  1615. In file included from ./dragnn/core/compute_session.h:22:
  1616. In file included from ./dragnn/core/index_translator.h:22:
  1617. In file included from ./dragnn/core/interfaces/component.h:26:
  1618. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1619. const char *class_name_;
  1620. ^
  1621. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1622. const char *file_;
  1623. ^
  1624. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1625. int line_;
  1626. ^
  1627. 3 warnings generated.
  1628. INFO: From Compiling dragnn/components/syntaxnet/syntaxnet_transition_state.cc:
  1629. In file included from dragnn/components/syntaxnet/syntaxnet_transition_state.cc:16:
  1630. In file included from ./dragnn/components/syntaxnet/syntaxnet_transition_state.h:26:
  1631. In file included from ./syntaxnet/parser_state.h:24:
  1632. In file included from ./syntaxnet/parser_transitions.h:24:
  1633. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1634. const char *class_name_;
  1635. ^
  1636. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1637. const char *file_;
  1638. ^
  1639. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1640. int line_;
  1641. ^
  1642. 3 warnings generated.
  1643. INFO: From Linking dragnn/core/gen_dragnn_ops_py_wrappers_cc [for host]:
  1644. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1645. INFO: From Compiling dragnn/components/syntaxnet/syntaxnet_component.cc:
  1646. In file included from dragnn/components/syntaxnet/syntaxnet_component.cc:16:
  1647. In file included from ./dragnn/components/syntaxnet/syntaxnet_component.h:21:
  1648. In file included from ./dragnn/components/syntaxnet/syntaxnet_link_feature_extractor.h:23:
  1649. In file included from ./syntaxnet/embedding_feature_extractor.h:24:
  1650. In file included from ./syntaxnet/feature_extractor.h:45:
  1651. In file included from ./syntaxnet/proto_io.h:24:
  1652. In file included from ./syntaxnet/document_format.h:24:
  1653. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1654. const char *class_name_;
  1655. ^
  1656. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1657. const char *file_;
  1658. ^
  1659. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1660. int line_;
  1661. ^
  1662. 3 warnings generated.
  1663. INFO: From Linking dragnn/python/dragnn_cc_impl.so:
  1664. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1665. INFO: From Compiling dragnn/components/syntaxnet/syntaxnet_link_feature_extractor_test.cc:
  1666. In file included from dragnn/components/syntaxnet/syntaxnet_link_feature_extractor_test.cc:16:
  1667. In file included from ./dragnn/components/syntaxnet/syntaxnet_link_feature_extractor.h:23:
  1668. In file included from ./syntaxnet/embedding_feature_extractor.h:24:
  1669. In file included from ./syntaxnet/feature_extractor.h:45:
  1670. In file included from ./syntaxnet/proto_io.h:24:
  1671. In file included from ./syntaxnet/document_format.h:24:
  1672. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1673. const char *class_name_;
  1674. ^
  1675. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1676. const char *file_;
  1677. ^
  1678. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1679. int line_;
  1680. ^
  1681. 3 warnings generated.
  1682. INFO: From Compiling dragnn/components/syntaxnet/syntaxnet_transition_state_test.cc:
  1683. In file included from dragnn/components/syntaxnet/syntaxnet_transition_state_test.cc:16:
  1684. In file included from ./dragnn/components/syntaxnet/syntaxnet_transition_state.h:26:
  1685. In file included from ./syntaxnet/parser_state.h:24:
  1686. In file included from ./syntaxnet/parser_transitions.h:24:
  1687. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1688. const char *class_name_;
  1689. ^
  1690. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1691. const char *file_;
  1692. ^
  1693. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1694. int line_;
  1695. ^
  1696. 3 warnings generated.
  1697. INFO: From Linking dragnn/components/syntaxnet/syntaxnet_link_feature_extractor_test:
  1698. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1699. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1700. INFO: From Compiling dragnn/components/stateless/stateless_component_test.cc:
  1701. In file included from dragnn/components/stateless/stateless_component_test.cc:16:
  1702. In file included from ./dragnn/core/component_registry.h:19:
  1703. In file included from ./dragnn/core/interfaces/component.h:26:
  1704. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1705. const char *class_name_;
  1706. ^
  1707. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1708. const char *file_;
  1709. ^
  1710. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1711. int line_;
  1712. ^
  1713. 3 warnings generated.
  1714. INFO: From Linking dragnn/components/syntaxnet/syntaxnet_transition_state_test:
  1715. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1716. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1717. INFO: From Linking dragnn/components/stateless/stateless_component_test:
  1718. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1719. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1720. INFO: From Compiling dragnn/components/syntaxnet/syntaxnet_component_test.cc:
  1721. In file included from dragnn/components/syntaxnet/syntaxnet_component_test.cc:16:
  1722. In file included from ./dragnn/components/syntaxnet/syntaxnet_component.h:21:
  1723. In file included from ./dragnn/components/syntaxnet/syntaxnet_link_feature_extractor.h:23:
  1724. In file included from ./syntaxnet/embedding_feature_extractor.h:24:
  1725. In file included from ./syntaxnet/feature_extractor.h:45:
  1726. In file included from ./syntaxnet/proto_io.h:24:
  1727. In file included from ./syntaxnet/document_format.h:24:
  1728. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1729. const char *class_name_;
  1730. ^
  1731. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1732. const char *file_;
  1733. ^
  1734. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1735. int line_;
  1736. ^
  1737. 3 warnings generated.
  1738. INFO: From Linking dragnn/components/syntaxnet/syntaxnet_component_test:
  1739. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1740. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1741. INFO: From Compiling dragnn/core/resource_container_test.cc:
  1742. In file included from dragnn/core/resource_container_test.cc:21:
  1743. In file included from ./dragnn/core/resource_container.h:22:
  1744. In file included from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:24:
  1745. In file included from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20:
  1746. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1747. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1748. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1749. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1750. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1751. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1752. bool is_empty() const { return value_ == nullptr; }
  1753. ^
  1754. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1755. value_.swap(other.value_);
  1756. ^
  1757. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1758. value_.swap(other.value_);
  1759. ^
  1760. 3 warnings generated.
  1761. INFO: From Linking dragnn/core/resource_container_test:
  1762. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1763. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1764. INFO: From Linking dragnn/tools/benchmarks/beam_benchmark:
  1765. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1766. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1767. INFO: From Linking dragnn/core/gen_dragnn_ops_py_wrappers_cc:
  1768. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1769. INFO: From Linking dragnn/core/input_batch_cache_test:
  1770. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1771. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1772. INFO: From Compiling dragnn/core/ops/dragnn_bulk_ops.cc:
  1773. In file included from dragnn/core/ops/dragnn_bulk_ops.cc:17:
  1774. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1775. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1776. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1777. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1778. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1779. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1780. bool is_empty() const { return value_ == nullptr; }
  1781. ^
  1782. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1783. value_.swap(other.value_);
  1784. ^
  1785. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1786. value_.swap(other.value_);
  1787. ^
  1788. 3 warnings generated.
  1789. INFO: From Linking dragnn/core/gen_dragnn_bulk_ops_py_wrappers_cc:
  1790. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1791. INFO: From Compiling dragnn/core/ops/dragnn_op_kernels.cc:
  1792. In file included from dragnn/core/ops/dragnn_op_kernels.cc:22:
  1793. In file included from ./dragnn/core/ops/compute_session_op.h:23:
  1794. In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:23:
  1795. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1796. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1797. bool is_empty() const { return value_ == nullptr; }
  1798. ^
  1799. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1800. value_.swap(other.value_);
  1801. ^
  1802. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1803. value_.swap(other.value_);
  1804. ^
  1805. In file included from dragnn/core/ops/dragnn_op_kernels.cc:20:
  1806. In file included from ./dragnn/core/compute_session.h:22:
  1807. In file included from ./dragnn/core/index_translator.h:22:
  1808. In file included from ./dragnn/core/interfaces/component.h:26:
  1809. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1810. const char *class_name_;
  1811. ^
  1812. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1813. const char *file_;
  1814. ^
  1815. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1816. int line_;
  1817. ^
  1818. 6 warnings generated.
  1819. INFO: From Compiling dragnn/core/index_translator_test.cc:
  1820. In file included from dragnn/core/index_translator_test.cc:16:
  1821. In file included from ./dragnn/core/index_translator.h:22:
  1822. In file included from ./dragnn/core/interfaces/component.h:26:
  1823. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1824. const char *class_name_;
  1825. ^
  1826. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1827. const char *file_;
  1828. ^
  1829. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1830. int line_;
  1831. ^
  1832. 3 warnings generated.
  1833. INFO: From Compiling dragnn/core/ops/dragnn_bulk_op_kernels.cc:
  1834. In file included from dragnn/core/ops/dragnn_bulk_op_kernels.cc:21:
  1835. In file included from ./dragnn/core/ops/compute_session_op.h:23:
  1836. In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:23:
  1837. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1838. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1839. bool is_empty() const { return value_ == nullptr; }
  1840. ^
  1841. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1842. value_.swap(other.value_);
  1843. ^
  1844. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1845. value_.swap(other.value_);
  1846. ^
  1847. In file included from dragnn/core/ops/dragnn_bulk_op_kernels.cc:21:
  1848. In file included from ./dragnn/core/ops/compute_session_op.h:21:
  1849. In file included from ./dragnn/core/compute_session.h:22:
  1850. In file included from ./dragnn/core/index_translator.h:22:
  1851. In file included from ./dragnn/core/interfaces/component.h:26:
  1852. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1853. const char *class_name_;
  1854. ^
  1855. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1856. const char *file_;
  1857. ^
  1858. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1859. int line_;
  1860. ^
  1861. 6 warnings generated.
  1862. INFO: From Compiling dragnn/core/ops/dragnn_bulk_ops.cc:
  1863. In file included from dragnn/core/ops/dragnn_bulk_ops.cc:17:
  1864. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1865. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1866. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1867. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1868. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1869. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1870. bool is_empty() const { return value_ == nullptr; }
  1871. ^
  1872. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1873. value_.swap(other.value_);
  1874. ^
  1875. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1876. value_.swap(other.value_);
  1877. ^
  1878. 3 warnings generated.
  1879. INFO: From Linking dragnn/core/index_translator_test:
  1880. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1881. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1882. INFO: From Compiling dragnn/core/ops/dragnn_op_kernels_test.cc:
  1883. In file included from dragnn/core/ops/dragnn_op_kernels_test.cc:23:
  1884. In file included from ./dragnn/core/resource_container.h:22:
  1885. In file included from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:24:
  1886. In file included from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20:
  1887. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1888. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1889. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1890. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1891. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1892. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1893. bool is_empty() const { return value_ == nullptr; }
  1894. ^
  1895. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1896. value_.swap(other.value_);
  1897. ^
  1898. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1899. value_.swap(other.value_);
  1900. ^
  1901. In file included from dragnn/core/ops/dragnn_op_kernels_test.cc:20:
  1902. In file included from ./dragnn/core/component_registry.h:19:
  1903. In file included from ./dragnn/core/interfaces/component.h:26:
  1904. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1905. const char *class_name_;
  1906. ^
  1907. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1908. const char *file_;
  1909. ^
  1910. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1911. int line_;
  1912. ^
  1913. 6 warnings generated.
  1914. INFO: From Linking dragnn/core/dragnn_op_kernels_test:
  1915. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1916. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1917. INFO: From Compiling dragnn/core/ops/dragnn_bulk_op_kernels_test.cc:
  1918. In file included from dragnn/core/ops/dragnn_bulk_op_kernels_test.cc:18:
  1919. In file included from ./dragnn/core/resource_container.h:22:
  1920. In file included from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:24:
  1921. In file included from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20:
  1922. In file included from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21:
  1923. In file included from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23:
  1924. In file included from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:25:
  1925. In file included from external/org_tensorflow/tensorflow/core/framework/tensor.h:21:
  1926. In file included from external/org_tensorflow/tensorflow/core/framework/allocator.h:26:
  1927. external/org_tensorflow/tensorflow/core/framework/variant.h:190:34: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1928. bool is_empty() const { return value_ == nullptr; }
  1929. ^
  1930. external/org_tensorflow/tensorflow/core/framework/variant.h:201:5: warning: reading variable 'value_' requires holding mutex 'mu_' [-Wthread-safety-analysis]
  1931. value_.swap(other.value_);
  1932. ^
  1933. external/org_tensorflow/tensorflow/core/framework/variant.h:201:23: warning: passing variable 'value_' by reference requires holding mutex 'other.mu_' [-Wthread-safety-reference]
  1934. value_.swap(other.value_);
  1935. ^
  1936. In file included from dragnn/core/ops/dragnn_bulk_op_kernels_test.cc:17:
  1937. In file included from ./dragnn/core/compute_session_pool.h:21:
  1938. In file included from ./dragnn/core/compute_session.h:22:
  1939. In file included from ./dragnn/core/index_translator.h:22:
  1940. In file included from ./dragnn/core/interfaces/component.h:26:
  1941. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1942. const char *class_name_;
  1943. ^
  1944. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1945. const char *file_;
  1946. ^
  1947. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1948. int line_;
  1949. ^
  1950. 6 warnings generated.
  1951. INFO: From Compiling dragnn/core/compute_session_pool_test.cc:
  1952. In file included from dragnn/core/compute_session_pool_test.cc:16:
  1953. In file included from ./dragnn/core/compute_session_pool.h:21:
  1954. In file included from ./dragnn/core/compute_session.h:22:
  1955. In file included from ./dragnn/core/index_translator.h:22:
  1956. In file included from ./dragnn/core/interfaces/component.h:26:
  1957. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1958. const char *class_name_;
  1959. ^
  1960. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1961. const char *file_;
  1962. ^
  1963. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1964. int line_;
  1965. ^
  1966. 3 warnings generated.
  1967. INFO: From Linking dragnn/core/dragnn_bulk_op_kernels_test:
  1968. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1969. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1970. INFO: From Linking dragnn/core/compute_session_pool_test:
  1971. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1972. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1973. INFO: From Compiling dragnn/core/compute_session_impl_test.cc:
  1974. In file included from dragnn/core/compute_session_impl_test.cc:16:
  1975. In file included from ./dragnn/core/compute_session_impl.h:22:
  1976. In file included from ./dragnn/core/compute_session.h:22:
  1977. In file included from ./dragnn/core/index_translator.h:22:
  1978. In file included from ./dragnn/core/interfaces/component.h:26:
  1979. ./syntaxnet/registry.h:87:15: warning: private field 'class_name_' is not used [-Wunused-private-field]
  1980. const char *class_name_;
  1981. ^
  1982. ./syntaxnet/registry.h:90:15: warning: private field 'file_' is not used [-Wunused-private-field]
  1983. const char *file_;
  1984. ^
  1985. ./syntaxnet/registry.h:91:7: warning: private field 'line_' is not used [-Wunused-private-field]
  1986. int line_;
  1987. ^
  1988. 3 warnings generated.
  1989. INFO: From Linking dragnn/core/beam_test:
  1990. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1991. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1992. INFO: From Linking dragnn/core/compute_session_impl_test:
  1993. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1994. clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
  1995. INFO: Elapsed time: 1540.385s, Critical Path: 123.75s
  1996. //dragnn/components/stateless:stateless_component_test PASSED in 0.2s
  1997. //dragnn/components/syntaxnet:syntaxnet_component_test PASSED in 0.3s
  1998. //dragnn/components/syntaxnet:syntaxnet_link_feature_extractor_test PASSED in 0.2s
  1999. //dragnn/components/syntaxnet:syntaxnet_transition_state_test PASSED in 0.2s
  2000. //dragnn/core:beam_test PASSED in 0.1s
  2001. //dragnn/core:compute_session_impl_test PASSED in 0.1s
  2002. //dragnn/core:compute_session_pool_test PASSED in 0.1s
  2003. //dragnn/core:dragnn_bulk_op_kernels_test PASSED in 0.2s
  2004. //dragnn/core:dragnn_op_kernels_test PASSED in 0.2s
  2005. //dragnn/core:index_translator_test PASSED in 0.2s
  2006. //dragnn/core:input_batch_cache_test PASSED in 0.2s
  2007. //dragnn/core:resource_container_test PASSED in 0.1s
  2008. //dragnn/io:sentence_input_batch_test PASSED in 0.2s
  2009. //dragnn/python:bulk_component_test PASSED in 3.5s
  2010. //dragnn/python:composite_optimizer_test PASSED in 5.8s
  2011. //dragnn/python:digraph_ops_test PASSED in 3.2s
  2012. //dragnn/python:dragnn_model_saver_lib_test PASSED in 9.7s
  2013. //dragnn/python:evaluation_test PASSED in 2.8s
  2014. //dragnn/python:graph_builder_test PASSED in 35.6s
  2015. Stats over 5 runs: max = 35.6s, min = 12.0s, avg = 18.3s, dev = 8.9s
  2016. //dragnn/python:lexicon_test PASSED in 2.7s
  2017. //dragnn/python:network_units_test PASSED in 2.7s
  2018. //dragnn/python:render_parse_tree_graphviz_test PASSED in 2.4s
  2019. //dragnn/python:render_spec_with_graphviz_test PASSED in 2.5s
  2020. //dragnn/python:sentence_io_test PASSED in 3.0s
  2021. //dragnn/python:spec_builder_test PASSED in 2.9s
  2022. //dragnn/python:transformer_units_test PASSED in 2.5s
  2023. //dragnn/python:visualization_test PASSED in 2.4s
  2024. //dragnn/tools/benchmarks:beam_benchmark PASSED in 0.2s
  2025. //dragnn/tools:model_trainer_test PASSED in 17.5s
  2026. //syntaxnet:arc_standard_transitions_test PASSED in 0.2s
  2027. //syntaxnet:beam_reader_ops_test PASSED in 22.2s
  2028. //syntaxnet:binary_segment_state_test PASSED in 0.2s
  2029. //syntaxnet:binary_segment_transitions_test PASSED in 0.2s
  2030. //syntaxnet:char_ngram_string_extractor_test PASSED in 0.1s
  2031. //syntaxnet:char_properties_test PASSED in 0.1s
  2032. //syntaxnet:char_shift_transitions_test PASSED in 0.2s
  2033. //syntaxnet:generic_features_test PASSED in 0.2s
  2034. //syntaxnet:graph_builder_test PASSED in 12.8s
  2035. //syntaxnet:head_label_transitions_test PASSED in 0.2s
  2036. //syntaxnet:head_transitions_test PASSED in 0.2s
  2037. //syntaxnet:label_transitions_test PASSED in 0.2s
  2038. //syntaxnet:lexicon_builder_test PASSED in 2.6s
  2039. //syntaxnet:morphology_label_set_test PASSED in 0.2s
  2040. //syntaxnet:once_transitions_test PASSED in 0.2s
  2041. //syntaxnet:parser_features_test PASSED in 0.2s
  2042. //syntaxnet:parser_trainer_test PASSED in 45.3s
  2043. //syntaxnet:reader_ops_test PASSED in 5.9s
  2044. //syntaxnet:segmenter_utils_test PASSED in 0.4s
  2045. //syntaxnet:sentence_features_test PASSED in 0.2s
  2046. //syntaxnet:shared_store_test PASSED in 0.2s
  2047. //syntaxnet:tagger_transitions_test PASSED in 0.2s
  2048. //syntaxnet:text_formats_test PASSED in 3.3s
  2049. //syntaxnet/util:check_test PASSED in 2.5s
  2050. //syntaxnet/util:registry_test PASSED in 2.6s
  2051. //syntaxnet/util:resources_test PASSED in 2.8s
  2052. //syntaxnet:whole_sentence_features_test PASSED in 0.2s
  2053. //util/utf8:unicodetext_unittest PASSED in 0.2s
  2054.  
  2055. Executed 57 out of 57 tests: 57 tests pass.
  2056. There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
  2057. + echo 'STEP I ################################################################'
  2058. STEP I ################################################################
  2059. + mkdir /tmp/syntaxnet_pkg
  2060. + echo 'STEP II ################################################################'
  2061. STEP II ################################################################
  2062. + bazel-bin/dragnn/tools/build_pip_package --output-dir=/tmp/syntaxnet_pkg
  2063. Wrote /tmp/syntaxnet_pkg/syntaxnet-0.2-cp27-cp27m-macosx_10_13_intel.whl
  2064. + echo 'STEP III ################################################################'
  2065. STEP III ################################################################
  2066. ++ ls /tmp/syntaxnet_pkg/syntaxnet-0.2-cp27-cp27m-macosx_10_13_intel.whl
  2067. + tswhl=/tmp/syntaxnet_pkg/syntaxnet-0.2-cp27-cp27m-macosx_10_13_intel.whl
  2068. + sudo pip install /tmp/syntaxnet_pkg/syntaxnet-0.2-cp27-cp27m-macosx_10_13_intel.whl
  2069. Password:
  2070. The directory '/Users/XUSERX/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  2071. The directory '/Users/XUSERX/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  2072. Requirement already satisfied: syntaxnet==0.2 from file:///tmp/syntaxnet_pkg/syntaxnet-0.2-cp27-cp27m-macosx_10_13_intel.whl in /usr/local/lib/python2.7/site-packages
  2073. Requirement already satisfied: pygraphviz in /usr/local/lib/python2.7/site-packages (from syntaxnet==0.2)
  2074. Collecting tensorflow (from syntaxnet==0.2)
  2075. Downloading tensorflow-1.4.1-cp27-cp27m-macosx_10_11_x86_64.whl (37.7MB)
  2076. 100% |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 37.7MB 35kB/s
  2077. Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from tensorflow->syntaxnet==0.2)
  2078. Requirement already satisfied: protobuf>=3.3.0 in /usr/local/lib/python2.7/site-packages (from tensorflow->syntaxnet==0.2)
  2079. Requirement already satisfied: enum34>=1.1.6 in /usr/local/lib/python2.7/site-packages (from tensorflow->syntaxnet==0.2)
  2080. Collecting tensorflow-tensorboard<0.5.0,>=0.4.0rc1 (from tensorflow->syntaxnet==0.2)
  2081. Downloading tensorflow_tensorboard-0.4.0rc3-py2-none-any.whl (1.7MB)
  2082. 100% |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.7MB 668kB/s
  2083. Requirement already satisfied: mock>=2.0.0 in /usr/local/lib/python2.7/site-packages (from tensorflow->syntaxnet==0.2)
  2084. Requirement already satisfied: numpy>=1.12.1 in /usr/local/lib/python2.7/site-packages (from tensorflow->syntaxnet==0.2)
  2085. Requirement already satisfied: wheel in /usr/local/lib/python2.7/site-packages (from tensorflow->syntaxnet==0.2)
  2086. Requirement already satisfied: backports.weakref>=1.0rc1 in /usr/local/lib/python2.7/site-packages (from tensorflow->syntaxnet==0.2)
  2087. Requirement already satisfied: setuptools in /usr/local/lib/python2.7/site-packages (from protobuf>=3.3.0->tensorflow->syntaxnet==0.2)
  2088. Requirement already satisfied: werkzeug>=0.11.10 in /usr/local/lib/python2.7/site-packages (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow->syntaxnet==0.2)
  2089. Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python2.7/site-packages (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow->syntaxnet==0.2)
  2090. Requirement already satisfied: futures>=3.1.1; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow->syntaxnet==0.2)
  2091. Requirement already satisfied: bleach==1.5.0 in /usr/local/lib/python2.7/site-packages (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow->syntaxnet==0.2)
  2092. Requirement already satisfied: html5lib==0.9999999 in /usr/local/lib/python2.7/site-packages (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow->syntaxnet==0.2)
  2093. Requirement already satisfied: funcsigs>=1; python_version < "3.3" in /usr/local/lib/python2.7/site-packages (from mock>=2.0.0->tensorflow->syntaxnet==0.2)
  2094. Requirement already satisfied: pbr>=0.11 in /usr/local/lib/python2.7/site-packages (from mock>=2.0.0->tensorflow->syntaxnet==0.2)
  2095. Installing collected packages: tensorflow-tensorboard, tensorflow
  2096. Successfully installed tensorflow-1.4.1 tensorflow-tensorboard-0.4.0rc3
  2097. + echo 'STEP TESTING ################################################################'
  2098. STEP TESTING ################################################################
  2099. + chmod u+x syntaxnet/demo.sh
  2100. + echo 'This took a long time'
  2101. + syntaxnet/demo.sh
  2102. 2017-12-15 01:20:11.476287: I external/org_tensorflow/tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
  2103. 2017-12-15 01:20:11.485172: I external/org_tensorflow/tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
  2104. 2017-12-15 01:20:11.486208: I external/org_tensorflow/tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
  2105. 2017-12-15 01:20:11.489859: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2106. 2017-12-15 01:20:11.489992: I syntaxnet/embedding_feature_extractor.cc:35] Features: stack.child(1).label stack.child(1).sibling(-1).label stack.child(-1).label stack.child(-1).sibling(1).label stack.child(2).label stack.child(-2).label stack(1).child(1).label stack(1).child(1).sibling(-1).label stack(1).child(-1).label stack(1).child(-1).sibling(1).label stack(1).child(2).label stack(1).child(-2).label; input.token.tag input(1).token.tag input(2).token.tag input(3).token.tag stack.token.tag stack.child(1).token.tag stack.child(1).sibling(-1).token.tag stack.child(-1).token.tag stack.child(-1).sibling(1).token.tag stack.child(2).token.tag stack.child(-2).token.tag stack(1).token.tag stack(1).child(1).token.tag stack(1).child(1).sibling(-1).token.tag stack(1).child(-1).token.tag stack(1).child(-1).sibling(1).token.tag stack(1).child(2).token.tag stack(1).child(-2).token.tag stack(2).token.tag stack(3).token.tag; input.token.word input(1).token.word input(2).token.word input(3).token.word stack.token.word stack.child(1).token.word stack.child(1).sibling(-1).token.word stack.child(-1).token.word stack.child(-1).sibling(1).token.word stack.child(2).token.word stack.child(-2).token.word stack(1).token.word stack(1).child(1).token.word stack(1).child(1).sibling(-1).token.word stack(1).child(-1).token.word stack(1).child(-1).sibling(1).token.word stack(1).child(2).token.word stack(1).child(-2).token.word stack(2).token.word stack(3).token.word
  2107. 2017-12-15 01:20:11.490046: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: labels;tags;words
  2108. 2017-12-15 01:20:11.490053: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 32;32;64
  2109. 2017-12-15 01:20:11.490549: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2110. 2017-12-15 01:20:11.490675: I syntaxnet/embedding_feature_extractor.cc:35] Features: input.digit input.hyphen; input.prefix(length="2") input(1).prefix(length="2") input(2).prefix(length="2") input(3).prefix(length="2") input(-1).prefix(length="2") input(-2).prefix(length="2") input(-3).prefix(length="2") input(-4).prefix(length="2"); input.prefix(length="3") input(1).prefix(length="3") input(2).prefix(length="3") input(3).prefix(length="3") input(-1).prefix(length="3") input(-2).prefix(length="3") input(-3).prefix(length="3") input(-4).prefix(length="3"); input.suffix(length="2") input(1).suffix(length="2") input(2).suffix(length="2") input(3).suffix(length="2") input(-1).suffix(length="2") input(-2).suffix(length="2") input(-3).suffix(length="2") input(-4).suffix(length="2"); input.suffix(length="3") input(1).suffix(length="3") input(2).suffix(length="3") input(3).suffix(length="3") input(-1).suffix(length="3") input(-2).suffix(length="3") input(-3).suffix(length="3") input(-4).suffix(length="3"); input.token.word input(1).token.word input(2).token.word input(3).token.word input(-1).token.word input(-2).token.word input(-3).token.word input(-4).token.word
  2111. 2017-12-15 01:20:11.490726: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: other;prefix2;prefix3;suffix2;suffix3;words
  2112. 2017-12-15 01:20:11.490733: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 8;16;16;16;16;64
  2113. 2017-12-15 01:20:11.491492: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2114. 2017-12-15 01:20:12.378821: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2115. INFO:tensorflow:Building training network with parameters: feature_sizes: [12 20 20] domain_sizes: [ 49 51 64038]
  2116. 2017-12-15 01:20:12.396518: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2117. 2017-12-15 01:20:12.397413: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2118. INFO:tensorflow:Building training network with parameters: feature_sizes: [2 8 8 8 8 8] domain_sizes: [ 5 10665 10665 8970 8970 64038]
  2119. INFO:tensorflow:Restoring parameters from syntaxnet/models/parsey_mcparseface/parser-params
  2120. 2017-12-15 01:20:12.884992: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2121. 2017-12-15 01:20:12.885031: I syntaxnet/embedding_feature_extractor.cc:35] Features: stack.child(1).label stack.child(1).sibling(-1).label stack.child(-1).label stack.child(-1).sibling(1).label stack.child(2).label stack.child(-2).label stack(1).child(1).label stack(1).child(1).sibling(-1).label stack(1).child(-1).label stack(1).child(-1).sibling(1).label stack(1).child(2).label stack(1).child(-2).label; input.token.tag input(1).token.tag input(2).token.tag input(3).token.tag stack.token.tag stack.child(1).token.tag stack.child(1).sibling(-1).token.tag stack.child(-1).token.tag stack.child(-1).sibling(1).token.tag stack.child(2).token.tag stack.child(-2).token.tag stack(1).token.tag stack(1).child(1).token.tag stack(1).child(1).sibling(-1).token.tag stack(1).child(-1).token.tag stack(1).child(-1).sibling(1).token.tag stack(1).child(2).token.tag stack(1).child(-2).token.tag stack(2).token.tag stack(3).token.tag; input.token.word input(1).token.word input(2).token.word input(3).token.word stack.token.word stack.child(1).token.word stack.child(1).sibling(-1).token.word stack.child(-1).token.word stack.child(-1).sibling(1).token.word stack.child(2).token.word stack.child(-2).token.word stack(1).token.word stack(1).child(1).token.word stack(1).child(1).sibling(-1).token.word stack(1).child(-1).token.word stack(1).child(-1).sibling(1).token.word stack(1).child(2).token.word stack(1).child(-2).token.word stack(2).token.word stack(3).token.word
  2122. 2017-12-15 01:20:12.885068: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: labels;tags;words
  2123. 2017-12-15 01:20:12.885082: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 32;32;64
  2124. 2017-12-15 01:20:12.886363: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2125. INFO:tensorflow:Restoring parameters from syntaxnet/models/parsey_mcparseface/tagger-params
  2126. 2017-12-15 01:20:12.988952: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2127. 2017-12-15 01:20:12.989795: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2128. 2017-12-15 01:20:12.989815: I syntaxnet/embedding_feature_extractor.cc:35] Features: input.digit input.hyphen; input.prefix(length="2") input(1).prefix(length="2") input(2).prefix(length="2") input(3).prefix(length="2") input(-1).prefix(length="2") input(-2).prefix(length="2") input(-3).prefix(length="2") input(-4).prefix(length="2"); input.prefix(length="3") input(1).prefix(length="3") input(2).prefix(length="3") input(3).prefix(length="3") input(-1).prefix(length="3") input(-2).prefix(length="3") input(-3).prefix(length="3") input(-4).prefix(length="3"); input.suffix(length="2") input(1).suffix(length="2") input(2).suffix(length="2") input(3).suffix(length="2") input(-1).suffix(length="2") input(-2).suffix(length="2") input(-3).suffix(length="2") input(-4).suffix(length="2"); input.suffix(length="3") input(1).suffix(length="3") input(2).suffix(length="3") input(3).suffix(length="3") input(-1).suffix(length="3") input(-2).suffix(length="3") input(-3).suffix(length="3") input(-4).suffix(length="3"); input.token.word input(1).token.word input(2).token.word input(3).token.word input(-1).token.word input(-2).token.word input(-3).token.word input(-4).token.word
  2129. 2017-12-15 01:20:12.989833: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: other;prefix2;prefix3;suffix2;suffix3;words
  2130. 2017-12-15 01:20:12.989837: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 8;16;16;16;16;64
  2131. 2017-12-15 01:20:13.818141: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2132. 2017-12-15 01:20:13.901368: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2133. INFO:tensorflow:Processed 1 documents
  2134. INFO:tensorflow:Total processed documents: 1
  2135. INFO:tensorflow:num correct tokens: 0
  2136. INFO:tensorflow:total tokens: 5
  2137. INFO:tensorflow:Seconds elapsed in evaluation: 0.96, eval metric: 0.00%
  2138. INFO:tensorflow:Processed 1 documents
  2139. INFO:tensorflow:Total processed documents: 1
  2140. INFO:tensorflow:num correct tokens: 1
  2141. INFO:tensorflow:total tokens: 5
  2142. INFO:tensorflow:Seconds elapsed in evaluation: 1.16, eval metric: 20.00%
  2143. INFO:tensorflow:Read 1 documents
  2144. Input: This took a long time
  2145. Parse:
  2146. took VBD ROOT
  2147. +-- This DT nsubj
  2148. +-- time NN dobj
  2149. +-- a DT det
  2150. +-- long JJ amod
  2151. + echo 'This took a long time'
  2152. + syntaxnet/demo.sh --conll
  2153. 2017-12-15 01:20:15.219889: I external/org_tensorflow/tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
  2154. 2017-12-15 01:20:15.231297: I external/org_tensorflow/tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
  2155. 2017-12-15 01:20:15.232467: I external/org_tensorflow/tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
  2156. 2017-12-15 01:20:15.235880: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2157. 2017-12-15 01:20:15.236035: I syntaxnet/embedding_feature_extractor.cc:35] Features: stack.child(1).label stack.child(1).sibling(-1).label stack.child(-1).label stack.child(-1).sibling(1).label stack.child(2).label stack.child(-2).label stack(1).child(1).label stack(1).child(1).sibling(-1).label stack(1).child(-1).label stack(1).child(-1).sibling(1).label stack(1).child(2).label stack(1).child(-2).label; input.token.tag input(1).token.tag input(2).token.tag input(3).token.tag stack.token.tag stack.child(1).token.tag stack.child(1).sibling(-1).token.tag stack.child(-1).token.tag stack.child(-1).sibling(1).token.tag stack.child(2).token.tag stack.child(-2).token.tag stack(1).token.tag stack(1).child(1).token.tag stack(1).child(1).sibling(-1).token.tag stack(1).child(-1).token.tag stack(1).child(-1).sibling(1).token.tag stack(1).child(2).token.tag stack(1).child(-2).token.tag stack(2).token.tag stack(3).token.tag; input.token.word input(1).token.word input(2).token.word input(3).token.word stack.token.word stack.child(1).token.word stack.child(1).sibling(-1).token.word stack.child(-1).token.word stack.child(-1).sibling(1).token.word stack.child(2).token.word stack.child(-2).token.word stack(1).token.word stack(1).child(1).token.word stack(1).child(1).sibling(-1).token.word stack(1).child(-1).token.word stack(1).child(-1).sibling(1).token.word stack(1).child(2).token.word stack(1).child(-2).token.word stack(2).token.word stack(3).token.word
  2158. 2017-12-15 01:20:15.236091: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: labels;tags;words
  2159. 2017-12-15 01:20:15.236098: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 32;32;64
  2160. 2017-12-15 01:20:15.236921: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2161. 2017-12-15 01:20:15.237040: I syntaxnet/embedding_feature_extractor.cc:35] Features: input.digit input.hyphen; input.prefix(length="2") input(1).prefix(length="2") input(2).prefix(length="2") input(3).prefix(length="2") input(-1).prefix(length="2") input(-2).prefix(length="2") input(-3).prefix(length="2") input(-4).prefix(length="2"); input.prefix(length="3") input(1).prefix(length="3") input(2).prefix(length="3") input(3).prefix(length="3") input(-1).prefix(length="3") input(-2).prefix(length="3") input(-3).prefix(length="3") input(-4).prefix(length="3"); input.suffix(length="2") input(1).suffix(length="2") input(2).suffix(length="2") input(3).suffix(length="2") input(-1).suffix(length="2") input(-2).suffix(length="2") input(-3).suffix(length="2") input(-4).suffix(length="2"); input.suffix(length="3") input(1).suffix(length="3") input(2).suffix(length="3") input(3).suffix(length="3") input(-1).suffix(length="3") input(-2).suffix(length="3") input(-3).suffix(length="3") input(-4).suffix(length="3"); input.token.word input(1).token.word input(2).token.word input(3).token.word input(-1).token.word input(-2).token.word input(-3).token.word input(-4).token.word
  2162. 2017-12-15 01:20:15.237117: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: other;prefix2;prefix3;suffix2;suffix3;words
  2163. 2017-12-15 01:20:15.237145: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 8;16;16;16;16;64
  2164. 2017-12-15 01:20:15.237179: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2165. 2017-12-15 01:20:16.190982: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2166. 2017-12-15 01:20:16.191922: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2167. 2017-12-15 01:20:16.193326: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2168. INFO:tensorflow:Building training network with parameters: feature_sizes: [12 20 20] domain_sizes: [ 49 51 64038]
  2169. INFO:tensorflow:Building training network with parameters: feature_sizes: [2 8 8 8 8 8] domain_sizes: [ 5 10665 10665 8970 8970 64038]
  2170. INFO:tensorflow:Restoring parameters from syntaxnet/models/parsey_mcparseface/parser-params
  2171. INFO:tensorflow:Restoring parameters from syntaxnet/models/parsey_mcparseface/tagger-params
  2172. 2017-12-15 01:20:16.710858: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2173. 2017-12-15 01:20:16.710904: I syntaxnet/embedding_feature_extractor.cc:35] Features: stack.child(1).label stack.child(1).sibling(-1).label stack.child(-1).label stack.child(-1).sibling(1).label stack.child(2).label stack.child(-2).label stack(1).child(1).label stack(1).child(1).sibling(-1).label stack(1).child(-1).label stack(1).child(-1).sibling(1).label stack(1).child(2).label stack(1).child(-2).label; input.token.tag input(1).token.tag input(2).token.tag input(3).token.tag stack.token.tag stack.child(1).token.tag stack.child(1).sibling(-1).token.tag stack.child(-1).token.tag stack.child(-1).sibling(1).token.tag stack.child(2).token.tag stack.child(-2).token.tag stack(1).token.tag stack(1).child(1).token.tag stack(1).child(1).sibling(-1).token.tag stack(1).child(-1).token.tag stack(1).child(-1).sibling(1).token.tag stack(1).child(2).token.tag stack(1).child(-2).token.tag stack(2).token.tag stack(3).token.tag; input.token.word input(1).token.word input(2).token.word input(3).token.word stack.token.word stack.child(1).token.word stack.child(1).sibling(-1).token.word stack.child(-1).token.word stack.child(-1).sibling(1).token.word stack.child(2).token.word stack.child(-2).token.word stack(1).token.word stack(1).child(1).token.word stack(1).child(1).sibling(-1).token.word stack(1).child(-1).token.word stack(1).child(-1).sibling(1).token.word stack(1).child(2).token.word stack(1).child(-2).token.word stack(2).token.word stack(3).token.word
  2174. 2017-12-15 01:20:16.710983: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: labels;tags;words
  2175. 2017-12-15 01:20:16.710993: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 32;32;64
  2176. 2017-12-15 01:20:16.712149: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2177. 2017-12-15 01:20:16.776047: I syntaxnet/term_frequency_map.cc:102] Loaded 49 terms from syntaxnet/models/parsey_mcparseface/tag-map.
  2178. 2017-12-15 01:20:16.776964: I syntaxnet/term_frequency_map.cc:102] Loaded 46 terms from syntaxnet/models/parsey_mcparseface/label-map.
  2179. 2017-12-15 01:20:16.776987: I syntaxnet/embedding_feature_extractor.cc:35] Features: input.digit input.hyphen; input.prefix(length="2") input(1).prefix(length="2") input(2).prefix(length="2") input(3).prefix(length="2") input(-1).prefix(length="2") input(-2).prefix(length="2") input(-3).prefix(length="2") input(-4).prefix(length="2"); input.prefix(length="3") input(1).prefix(length="3") input(2).prefix(length="3") input(3).prefix(length="3") input(-1).prefix(length="3") input(-2).prefix(length="3") input(-3).prefix(length="3") input(-4).prefix(length="3"); input.suffix(length="2") input(1).suffix(length="2") input(2).suffix(length="2") input(3).suffix(length="2") input(-1).suffix(length="2") input(-2).suffix(length="2") input(-3).suffix(length="2") input(-4).suffix(length="2"); input.suffix(length="3") input(1).suffix(length="3") input(2).suffix(length="3") input(3).suffix(length="3") input(-1).suffix(length="3") input(-2).suffix(length="3") input(-3).suffix(length="3") input(-4).suffix(length="3"); input.token.word input(1).token.word input(2).token.word input(3).token.word input(-1).token.word input(-2).token.word input(-3).token.word input(-4).token.word
  2180. 2017-12-15 01:20:16.777014: I syntaxnet/embedding_feature_extractor.cc:36] Embedding names: other;prefix2;prefix3;suffix2;suffix3;words
  2181. 2017-12-15 01:20:16.777019: I syntaxnet/embedding_feature_extractor.cc:37] Embedding dims: 8;16;16;16;16;64
  2182. 2017-12-15 01:20:17.631688: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2183. 2017-12-15 01:20:17.686572: I syntaxnet/term_frequency_map.cc:102] Loaded 64036 terms from syntaxnet/models/parsey_mcparseface/word-map.
  2184. 2017-12-15 01:20:17.687976: F syntaxnet/text_formats.cc:138] Check failed: fields.size() >= 8 (1 vs. 8)Every line has to have at least 8 tab separated fields.
  2185. INFO:tensorflow:Total processed documents: 0
  2186. INFO:tensorflow:Read 0 documents
  2187. + popd
  2188. syxnt.sh: line 220: popd: directory stack empty
  2189. ✝ syxnt>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement