Advertisement
Guest User

Untitled

a guest
Aug 25th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. ❯ cargo clean
  2.  
  3. a52arora@high-fructose-corn-syrup ~/Projects/sv-parser master
  4. ❯ git checkout -- .
  5.  
  6. a52arora@high-fructose-corn-syrup ~/Projects/sv-parser master
  7. ❯ cargo +stage1 fix --edition
  8. Compiling proc-macro2 v1.0.28
  9. Compiling memchr v2.3.4
  10. Compiling syn v1.0.75
  11. Compiling unicode-xid v0.2.2
  12. Compiling version_check v0.9.3
  13. Checking cfg-if v1.0.0
  14. Compiling ryu v1.0.5
  15. Checking bitflags v1.3.2
  16. Compiling lexical-core v0.7.6
  17. Checking arrayvec v0.5.2
  18. Checking static_assertions v1.1.0
  19. Compiling radium v0.5.3
  20. Compiling autocfg v1.0.1
  21. Checking wyz v0.2.0
  22. Checking tap v1.0.1
  23. Checking funty v1.1.0
  24. Checking bytecount v0.6.2
  25. Checking bytecount v0.3.2
  26. Compiling regex-syntax v0.6.25
  27. Compiling same-file v1.0.6
  28. Checking lazy_static v1.4.0
  29. Compiling libc v0.2.100
  30. Compiling semver v1.0.4
  31. Compiling serde v1.0.129
  32. Compiling crossbeam-utils v0.8.5
  33. Compiling crossbeam-epoch v0.9.5
  34. Compiling rayon-core v1.9.1
  35. Checking str-concat v0.2.0
  36. Checking scopeguard v1.1.0
  37. Checking either v1.6.1
  38. Checking itoa v0.4.8
  39. Compiling serde_json v1.0.66
  40. Checking unicode-width v0.1.8
  41. Checking strsim v0.8.0
  42. Checking ansi_term v0.11.0
  43. Compiling serde_derive v1.0.129
  44. Compiling unicode-segmentation v1.8.0
  45. Checking plotters-backend v0.3.2
  46. Checking vec_map v0.8.2
  47. Checking regex-automata v0.1.10
  48. Checking half v1.7.1
  49. Checking oorandom v11.1.3
  50. Checking textwrap v0.11.0
  51. Compiling walkdir v2.3.2
  52. Checking itertools v0.10.1
  53. Checking plotters-svg v0.3.1
  54. Compiling nom v5.1.2
  55. Compiling nom v6.2.1
  56. Compiling proc-macro-error-attr v1.0.4
  57. Compiling proc-macro-error v1.0.4
  58. Compiling memoffset v0.6.4
  59. Compiling num-traits v0.2.14
  60. Compiling rayon v1.5.1
  61. Compiling heck v0.3.3
  62. Checking bitvec v0.19.5
  63. Checking aho-corasick v0.7.15
  64. Checking csv-core v0.1.10
  65. Checking crossbeam-channel v0.5.1
  66. Compiling rustc_version v0.4.0
  67. Checking quote v1.0.9
  68. Compiling cast v0.2.7
  69. Checking crossbeam-deque v0.8.1
  70. Checking atty v0.2.14
  71. Checking num_cpus v1.13.0
  72. Checking clap v2.33.3
  73. Checking criterion-plot v0.4.4
  74. Checking plotters v0.3.1
  75. Checking regex v1.4.6
  76. Checking bstr v0.2.15
  77. Checking serde_cbor v0.11.2
  78. Checking nom_locate v1.0.0
  79. Checking nom_locate v2.1.0
  80. Checking csv v1.1.6
  81. Checking tinytemplate v1.2.1
  82. Compiling sv-parser-syntaxtree v0.11.1 (/users/a52arora/Projects/sv-parser/sv-parser-syntaxtree)
  83. Migrating sv-parser-syntaxtree/build.rs from 2018 edition to 2021
  84. Checking sv-parser-macros v0.11.1 (/users/a52arora/Projects/sv-parser/sv-parser-macros)
  85. Migrating sv-parser-macros/src/lib.rs from 2018 edition to 2021
  86. Checking nom_locate v3.0.2
  87. Checking nom-greedyerror v0.3.1
  88. Compiling thiserror-impl v1.0.26
  89. Compiling nom-tracable-macros v0.7.0
  90. Compiling nom-packrat-macros v0.5.0
  91. Compiling nom-recursive-macros v0.3.0
  92. Compiling structopt-derive v0.4.15
  93. Checking nom-tracable v0.7.0
  94. Checking nom-recursive v0.3.0
  95. Checking nom-packrat v0.5.0
  96. Checking thiserror v1.0.26
  97. Checking sv-parser-error v0.11.1 (/users/a52arora/Projects/sv-parser/sv-parser-error)
  98. Checking enquote v1.1.0
  99. Migrating sv-parser-error/src/lib.rs from 2018 edition to 2021
  100. Checking structopt v0.3.22
  101. Migrating sv-parser-syntaxtree/src/lib.rs from 2018 edition to 2021
  102. Building [=====================> ] 147/161: sv-parser-syntaxtree, se...
  103. Checking criterion v0.3.5
  104. Building [======================> ] 150/161: sv-parser-syntaxtree
  105. Checking sv-parser-parser v0.11.1 (/users/a52arora/Projects/sv-parser/sv-parser-parser)
  106. Migrating sv-parser-parser/src/lib.rs from 2018 edition to 2021
  107. Building [======================> ] 151/161: sv-parser-parser, sv-par...
  108. Checking sv-parser-pp v0.11.1 (/users/a52arora/Projects/sv-parser/sv-parser-pp)
  109. Migrating sv-parser-pp/src/lib.rs from 2018 edition to 2021
  110. Building [======================> ] 152/161: sv-parser-pp, sv-parser-...
  111. Checking sv-parser v0.11.1 (/users/a52arora/Projects/sv-parser/sv-parser)
  112. Migrating sv-parser/src/lib.rs from 2018 edition to 2021
  113. Migrating sv-parser/benches/parse_sv_criterion.rs from 2018 edition to 2021
  114. Migrating sv-parser/examples/module_list.rs from 2018 edition to 2021
  115. Migrating sv-parser/benches/parse_sv_bench.rs from 2018 edition to 2021
  116. Migrating sv-parser/examples/parse_sv.rs from 2018 edition to 2021
  117. Fixed sv-parser/examples/parse_sv.rs (1 fix)
  118. Finished dev [unoptimized + debuginfo] target(s) in 14m 39s
  119. a52arora@high-fructose-corn-syrup ~/Projects/sv-parser master 14m 39s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement