A-Vladimir

log 4

Jul 1st, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.12 KB | None | 0 0
  1. (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ source venv/bin/activate
  2. (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ pip uninstall tokenizers
  3. WARNING: Skipping tokenizers as it is not installed.
  4. (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ pip install tokenizers==0.12.1
  5. Collecting tokenizers==0.12.1
  6. Downloading tokenizers-0.12.1.tar.gz (220 kB)
  7. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.7/220.7 kB 3.3 MB/s eta 0:00:00
  8. Installing build dependencies ... done
  9. Getting requirements to build wheel ... done
  10. Preparing metadata (pyproject.toml) ... done
  11. Building wheels for collected packages: tokenizers
  12. Building wheel for tokenizers (pyproject.toml) ... error
  13. error: subprocess-exited-with-error
  14.  
  15. × Building wheel for tokenizers (pyproject.toml) did not run successfully.
  16. │ exit code: 1
  17. ╰─> [356 lines of output]
  18. /tmp/pip-build-env-52mq04kk/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  19. !!
  20.  
  21. ********************************************************************************
  22. Please consider removing the following classifiers in favor of a SPDX license expression:
  23.  
  24. License :: OSI Approved :: Apache Software License
  25.  
  26. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
  27. ********************************************************************************
  28.  
  29. !!
  30. self._finalize_license_expression()
  31. running bdist_wheel
  32. running build
  33. running build_py
  34. creating build/lib.linux-x86_64-cpython-312/tokenizers
  35. copying py_src/tokenizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers
  36. creating build/lib.linux-x86_64-cpython-312/tokenizers/models
  37. copying py_src/tokenizers/models/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/models
  38. creating build/lib.linux-x86_64-cpython-312/tokenizers/decoders
  39. copying py_src/tokenizers/decoders/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/decoders
  40. creating build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
  41. copying py_src/tokenizers/normalizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
  42. creating build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
  43. copying py_src/tokenizers/pre_tokenizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
  44. creating build/lib.linux-x86_64-cpython-312/tokenizers/processors
  45. copying py_src/tokenizers/processors/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/processors
  46. creating build/lib.linux-x86_64-cpython-312/tokenizers/trainers
  47. copying py_src/tokenizers/trainers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/trainers
  48. creating build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  49. copying py_src/tokenizers/implementations/char_level_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  50. copying py_src/tokenizers/implementations/bert_wordpiece.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  51. copying py_src/tokenizers/implementations/byte_level_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  52. copying py_src/tokenizers/implementations/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  53. copying py_src/tokenizers/implementations/sentencepiece_unigram.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  54. copying py_src/tokenizers/implementations/base_tokenizer.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  55. copying py_src/tokenizers/implementations/sentencepiece_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
  56. creating build/lib.linux-x86_64-cpython-312/tokenizers/tools
  57. copying py_src/tokenizers/tools/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
  58. copying py_src/tokenizers/tools/visualizer.py -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
  59. copying py_src/tokenizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers
  60. copying py_src/tokenizers/models/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/models
  61. copying py_src/tokenizers/decoders/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/decoders
  62. copying py_src/tokenizers/normalizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
  63. copying py_src/tokenizers/pre_tokenizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
  64. copying py_src/tokenizers/processors/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/processors
  65. copying py_src/tokenizers/trainers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/trainers
  66. copying py_src/tokenizers/tools/visualizer-styles.css -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
  67. running build_ext
  68. running build_rust
  69. Updating crates.io index
  70. Locking 311 packages to latest compatible versions
  71. Adding env_logger v0.7.1 (available: v0.11.8)
  72. Adding indoc-impl v0.3.6 (available: v0.3.7)
  73. Adding itertools v0.9.0 (available: v0.14.0)
  74. Adding ndarray v0.13.1 (available: v0.16.1)
  75. Adding numpy v0.12.2 (available: v0.25.0)
  76. Adding pyo3 v0.12.4 (available: v0.25.1)
  77. Adding pyo3-derive-backend v0.12.4 (available: v0.12.5)
  78. Adding pyo3cls v0.12.4 (available: v0.12.5)
  79. Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
  80. Downloading crates ...
  81. Downloaded darling_macro v0.10.2
  82. Downloaded cfg-if v0.1.10
  83. Downloaded ansi_term v0.12.1
  84. Downloaded ctor v0.1.26
  85. Downloaded darling_core v0.10.2
  86. Downloaded inventory-impl v0.1.11
  87. Downloaded instant v0.1.13
  88. Downloaded pyo3cls v0.12.4
  89. Downloaded indoc-impl v0.3.6
  90. Downloaded paste-impl v0.1.18
  91. Downloaded macro_rules_attribute-proc_macro v0.0.2
  92. Downloaded rand_hc v0.2.0
  93. Downloaded zip-extensions v0.6.2
  94. Downloaded paste v0.1.18
  95. Downloaded rand_core v0.5.1
  96. Downloaded indoc v0.3.6
  97. Downloaded textwrap v0.11.0
  98. Downloaded proc-macro-hack v0.5.20+deprecated
  99. Downloaded ghost v0.1.19
  100. Downloaded strsim v0.8.0
  101. Downloaded inventory v0.1.11
  102. Downloaded vec_map v0.8.2
  103. Downloaded strsim v0.9.3
  104. Downloaded cached-path v0.5.3
  105. Downloaded wasi v0.10.0+wasi-snapshot-preview1
  106. Downloaded time v0.1.45
  107. Downloaded zip v0.5.13
  108. Downloaded parking_lot_core v0.8.6
  109. Downloaded rand v0.7.3
  110. Downloaded clap v2.34.0
  111. Downloaded pyo3-derive-backend v0.12.4
  112. Downloaded parking_lot v0.11.2
  113. Downloaded unicode-width v0.1.14
  114. Downloaded wasi v0.9.0+wasi-snapshot-preview1
  115. Downloaded redox_syscall v0.2.16
  116. Downloaded getrandom v0.1.16
  117. Downloaded dirs v3.0.2
  118. Downloaded derive_builder_core v0.9.0
  119. Downloaded rand_chacha v0.2.2
  120. Downloaded darling v0.10.2
  121. Downloaded derive_builder v0.9.0
  122. Downloaded numpy v0.12.2
  123. Downloaded macro_rules_attribute v0.0.2
  124. Downloaded pyo3 v0.12.4
  125. cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib --
  126. Compiling libc v0.2.174
  127. Compiling proc-macro2 v1.0.95
  128. Compiling unicode-ident v1.0.18
  129. Compiling cfg-if v1.0.1
  130. Compiling shlex v1.3.0
  131. Compiling pkg-config v0.3.32
  132. Compiling typenum v1.18.0
  133. Compiling version_check v0.9.5
  134. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=9d0d62fe78bccae5 -C extra-filename=-d943ea62dcb30ccc --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/libc-d943ea62dcb30ccc -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  135. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3d099f1f9bfd6532 -C extra-filename=-ae3307c9e276fb1b --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/proc-macro2-ae3307c9e276fb1b -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  136. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicode_ident --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acc3353070cd4f58 -C extra-filename=-7a079294cb35a080 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  137. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cfg_if --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=39c0a42162095062 -C extra-filename=-d897e2745c58c50f --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  138. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name shlex --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f64138012d9ce9b8 -C extra-filename=-67ee55856bda7043 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  139. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pkg_config --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e39df0ef22219ba -C extra-filename=-732ea8d9fd7e6dbb --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  140. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=8a9ade1854b1e0bd -C extra-filename=-05987a3b50c8feee --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/typenum-05987a3b50c8feee -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  141. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name version_check --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d351686b88654f9 -C extra-filename=-24e6890dc0f31c03 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  142. Compiling syn v1.0.109
  143. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=16b0550c335d47ae -C extra-filename=-d68426251e483505 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/syn-d68426251e483505 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  144. Compiling memchr v2.7.5
  145. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name memchr --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ff44845f49e917ee -C extra-filename=-8b3a23643251ebdc --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  146. Compiling once_cell v1.21.3
  147. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name once_cell --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=9419307a3d22f939 -C extra-filename=-2fba3a2782ab69ad --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  148. Compiling generic-array v0.14.7
  149. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=71db524fd8f4cd7b -C extra-filename=-6adad361930b2fcf --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/generic-array-6adad361930b2fcf -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern version_check=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libversion_check-24e6890dc0f31c03.rlib --cap-lints allow`
  150. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/typenum-05987a3b50c8feee/build-script-build`
  151. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/proc-macro2-ae3307c9e276fb1b/build-script-build`
  152. Compiling stable_deref_trait v1.2.0
  153. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/libc-d943ea62dcb30ccc/build-script-build`
  154. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8871765f4d73595c -C extra-filename=-f2ff6ada90050a04 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  155. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libc --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a2e68bad800d12a7 -C extra-filename=-9fa2d3c310798377 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
  156. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/libc-d943ea62dcb30ccc/build-script-build`
  157. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/syn-d68426251e483505/build-script-build`
  158. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name proc_macro2 --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=7fe812cfbd8d78d8 -C extra-filename=-9702d12caf4464c3 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern unicode_ident=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libunicode_ident-7a079294cb35a080.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
  159. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typenum --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=512bb7f1e3965b9d -C extra-filename=-506df47ac24f5a68 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  160. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libc --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0915a2780e5b14bc -C extra-filename=-b7ee443fa3907fc8 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
  161. Compiling autocfg v1.5.0
  162. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name autocfg --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bf535f475581923 -C extra-filename=-2db79f27c13f638f --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  163. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/generic-array-6adad361930b2fcf/build-script-build`
  164. Compiling smallvec v1.15.1
  165. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name smallvec --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=658f6ede6887cc2f -C extra-filename=-e4707eb2ae3866fe --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  166. Compiling pin-project-lite v0.2.16
  167. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pin_project_lite --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c166286cef52710 -C extra-filename=-26fad10fe79a5208 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  168. Compiling bitflags v2.9.1
  169. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bitflags --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=85a14d5b7c26a2b7 -C extra-filename=-512815dcc668c565 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  170. Compiling quote v1.0.40
  171. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quote --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=efac15184a7679cf -C extra-filename=-f31617b36bf2c489 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern proc_macro2=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libproc_macro2-9702d12caf4464c3.rmeta --cap-lints allow`
  172. Compiling vcpkg v0.2.15
  173. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name vcpkg --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79e9496d6fb75c82 -C extra-filename=-95c91a053209259a --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  174. Compiling syn v2.0.104
  175. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e383b34f83d5c3e1 -C extra-filename=-71cbdf8dd3d75f60 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern proc_macro2=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libproc_macro2-9702d12caf4464c3.rmeta --extern quote=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libquote-f31617b36bf2c489.rmeta --extern unicode_ident=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libunicode_ident-7a079294cb35a080.rmeta --cap-lints allow`
  176. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=fa8adb5f5333335f -C extra-filename=-37ab46a0869dfb1f --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern proc_macro2=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libproc_macro2-9702d12caf4464c3.rmeta --extern quote=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libquote-f31617b36bf2c489.rmeta --extern unicode_ident=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libunicode_ident-7a079294cb35a080.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
  177. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name generic_array --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=52ee94bd8beb8cd5 -C extra-filename=-e80171c54e2d230b --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern typenum=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libtypenum-506df47ac24f5a68.rmeta --cap-lints allow --cfg relaxed_coherence`
  178. Compiling jobserver v0.1.33
  179. Compiling bytes v1.10.1
  180. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name jobserver --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a368b5c2ad09194b -C extra-filename=-d67a2add002bb8fe --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern libc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/liblibc-b7ee443fa3907fc8.rmeta --cap-lints allow`
  181. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytes --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=0fc799b3a74dfe17 -C extra-filename=-4e87cd965b02fd94 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  182. Compiling subtle v2.6.1
  183. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name subtle --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=bd8786f6eaf2c63f -C extra-filename=-3e2919287386c330 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  184. Compiling litemap v0.8.0
  185. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name litemap --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=7c930e45f7140ea5 -C extra-filename=-0c9ac4d79f9e2e71 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  186. Compiling cc v1.2.27
  187. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cc --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=8306e6d6aa7f3aa9 -C extra-filename=-8959513ef7997e61 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern jobserver=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libjobserver-d67a2add002bb8fe.rmeta --extern libc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/liblibc-b7ee443fa3907fc8.rmeta --extern shlex=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libshlex-67ee55856bda7043.rmeta --cap-lints allow`
  188. Compiling itoa v1.0.15
  189. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name itoa --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=c6c982a44cb50cac -C extra-filename=-b9fb253aa9ff1b2a --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  190. Compiling writeable v0.6.1
  191. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name writeable --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("either"))' -C metadata=1b3428b6dccc1c35 -C extra-filename=-cb250cd95572dadf --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  192. Compiling socket2 v0.5.10
  193. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name socket2 --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=d0ae13d8b9533c92 -C extra-filename=-cd4b2af5122c4d8a --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern libc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/liblibc-9fa2d3c310798377.rmeta --cap-lints allow`
  194. Compiling crypto-common v0.1.6
  195. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crypto_common --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=d92a9982cb46f2da -C extra-filename=-1dde7639cdd14cb9 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern generic_array=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libgeneric_array-e80171c54e2d230b.rmeta --extern typenum=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libtypenum-506df47ac24f5a68.rmeta --cap-lints allow`
  196. Compiling block-buffer v0.10.4
  197. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name block_buffer --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58807816c137fa84 -C extra-filename=-916cec092f3f1377 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern generic_array=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libgeneric_array-e80171c54e2d230b.rmeta --cap-lints allow`
  198. Compiling mio v1.0.4
  199. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name mio --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=e576ffed139dc758 -C extra-filename=-c70980a33dfec137 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern libc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/liblibc-9fa2d3c310798377.rmeta --cap-lints allow`
  200. Compiling getrandom v0.2.16
  201. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name getrandom --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=45d91dbe0f30be06 -C extra-filename=-cce44ef12d64d056 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern cfg_if=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libcfg_if-d897e2745c58c50f.rmeta --extern libc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/liblibc-9fa2d3c310798377.rmeta --cap-lints allow`
  202. Compiling futures-core v0.3.31
  203. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name futures_core --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=7e5de8ecbedbdcd2 -C extra-filename=-75f541d2b0b0423e --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  204. Compiling zerocopy v0.8.26
  205. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=e654a2aedc789def -C extra-filename=-aff1c821f9689874 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/zerocopy-aff1c821f9689874 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  206. Compiling icu_properties_data v2.0.1
  207. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc5f7b5aa4c98ae0 -C extra-filename=-09f2181d3ede2d94 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/icu_properties_data-09f2181d3ede2d94 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  208. Compiling icu_normalizer_data v2.0.0
  209. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1d660fcfae48edf -C extra-filename=-969598655f4938d5 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/icu_normalizer_data-969598655f4938d5 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  210. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/icu_properties_data-09f2181d3ede2d94/build-script-build`
  211. Compiling tokio v1.45.1
  212. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=eae2d2c5b341b08c -C extra-filename=-4f9b160e8132d125 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern bytes=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libbytes-4e87cd965b02fd94.rmeta --extern libc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/liblibc-9fa2d3c310798377.rmeta --extern mio=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libmio-c70980a33dfec137.rmeta --extern pin_project_lite=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libpin_project_lite-26fad10fe79a5208.rmeta --extern socket2=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libsocket2-cd4b2af5122c4d8a.rmeta --cap-lints allow`
  213. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/icu_normalizer_data-969598655f4938d5/build-script-build`
  214. Compiling rand_core v0.6.4
  215. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_core --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=955db4a1496ca389 -C extra-filename=-bb34e537b2cbeedb --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern getrandom=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libgetrandom-cce44ef12d64d056.rmeta --cap-lints allow`
  216. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/zerocopy-aff1c821f9689874/build-script-build`
  217. Compiling digest v0.10.7
  218. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name digest --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=b1d50d4e78bfc6fc -C extra-filename=-2e12b45d5944a398 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern block_buffer=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libblock_buffer-916cec092f3f1377.rmeta --extern crypto_common=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libcrypto_common-1dde7639cdd14cb9.rmeta --extern subtle=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libsubtle-3e2919287386c330.rmeta --cap-lints allow`
  219. Compiling proc-macro-hack v0.5.20+deprecated
  220. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-hack-0.5.20+deprecated/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b6a2840d771bbb3 -C extra-filename=-66b935633ec6868f --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/proc-macro-hack-66b935633ec6868f -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  221. Compiling foreign-types-shared v0.1.1
  222. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9499c4eb4eb100c -C extra-filename=-c4592c0d5680afae --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  223. Compiling openssl v0.10.73
  224. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=e029075f48b581d4 -C extra-filename=-4bdea01fc4143374 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/openssl-4bdea01fc4143374 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  225. Compiling crossbeam-utils v0.8.21
  226. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=dd01db8ca8f83663 -C extra-filename=-e1c11631eea2972c --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/crossbeam-utils-e1c11631eea2972c -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  227. Compiling cpufeatures v0.2.17
  228. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cpufeatures --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a036a3a2c6db5631 -C extra-filename=-76d577538a8a4683 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  229. Compiling fnv v1.0.7
  230. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fnv --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=034919cdbc2af4f4 -C extra-filename=-6593fd92b71ea77e --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  231. Compiling serde v1.0.219
  232. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=848d670c8236dff0 -C extra-filename=-ab2713adcf76a1e5 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/serde-ab2713adcf76a1e5 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow`
  233. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/proc-macro-hack-66b935633ec6868f/build-script-build`
  234. Compiling http v0.2.12
  235. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name http --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f4e4c82cd5a8213 -C extra-filename=-62d0b6fe294717b9 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern bytes=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libbytes-4e87cd965b02fd94.rmeta --extern fnv=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libfnv-6593fd92b71ea77e.rmeta --extern itoa=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libitoa-b9fb253aa9ff1b2a.rmeta --cap-lints allow`
  236. Compiling foreign-types v0.3.2
  237. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name foreign_types --edition=2015 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=223e57436e02b37d -C extra-filename=-87a1ded147699d51 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern foreign_types_shared=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libforeign_types_shared-c4592c0d5680afae.rmeta --cap-lints allow`
  238. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/crossbeam-utils-e1c11631eea2972c/build-script-build`
  239. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerocopy --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=a334b337fb2a00c2 -C extra-filename=-9a6e7f24b545037e --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
  240. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e61f359102290eb -C extra-filename=-c3317c0eaebebfe3 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow --check-cfg 'cfg(icu4c_enable_renaming)'`
  241. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name icu_properties_data --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d073429a00796e91 -C extra-filename=-daecc749a2754257 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --cap-lints allow --check-cfg 'cfg(icu4c_enable_renaming)'`
  242. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/serde-ab2713adcf76a1e5/build-script-build`
  243. Compiling aho-corasick v1.1.3
  244. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name aho_corasick --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=cc91baed5fff7d3f -C extra-filename=-e95540c81a65a99a --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern memchr=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libmemchr-8b3a23643251ebdc.rmeta --cap-lints allow`
  245. Compiling openssl-sys v0.9.109
  246. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_main --edition=2021 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=41b7a692f5bb9920 -C extra-filename=-53615405294a8636 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/openssl-sys-53615405294a8636 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern cc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libcc-8959513ef7997e61.rlib --extern pkg_config=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libpkg_config-732ea8d9fd7e6dbb.rlib --extern vcpkg=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libvcpkg-95c91a053209259a.rlib --cap-lints allow`
  247. Compiling zstd-sys v2.0.15+zstd.1.5.7
  248. Running `/home/a-vladimir/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /home/a-vladimir/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.15+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --allow=non_upper_case_globals -C debug-assertions=off --cfg 'feature="legacy"' --cfg 'feature="std"' --cfg 'feature="zdict_builder"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=fa422b9d50548eae -C extra-filename=-cf4701f48477bba7 --out-dir /tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/zstd-sys-cf4701f48477bba7 -C strip=debuginfo -L dependency=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps --extern cc=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libcc-8959513ef7997e61.rlib --extern pkg_config=/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/deps/libpkg_config-732ea8d9fd7e6dbb.rlib --cap-lints allow`
  249. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/zstd-sys-cf4701f48477bba7/build-script-build`
  250. Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/openssl-sys-53615405294a8636/build-script-main`
  251. warning: [email protected]: Could not find directory of OpenSSL installation, and this `-sys` crate cannot proceed without this knowledge. If OpenSSL is installed and this crate had trouble finding it, you can set the `OPENSSL_DIR` environment variable for the compilation process. See stderr section below for further information.
  252. error: failed to run custom build command for `openssl-sys v0.9.109`
  253.  
  254. Caused by:
  255. process didn't exit successfully: `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/openssl-sys-53615405294a8636/build-script-main` (exit status: 101)
  256. --- stdout
  257. cargo:rustc-check-cfg=cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))
  258. cargo:rustc-check-cfg=cfg(openssl)
  259. cargo:rustc-check-cfg=cfg(libressl)
  260. cargo:rustc-check-cfg=cfg(boringssl)
  261. cargo:rustc-check-cfg=cfg(awslc)
  262. cargo:rustc-check-cfg=cfg(libressl250)
  263. cargo:rustc-check-cfg=cfg(libressl251)
  264. cargo:rustc-check-cfg=cfg(libressl252)
  265. cargo:rustc-check-cfg=cfg(libressl261)
  266. cargo:rustc-check-cfg=cfg(libressl270)
  267. cargo:rustc-check-cfg=cfg(libressl271)
  268. cargo:rustc-check-cfg=cfg(libressl273)
  269. cargo:rustc-check-cfg=cfg(libressl280)
  270. cargo:rustc-check-cfg=cfg(libressl281)
  271. cargo:rustc-check-cfg=cfg(libressl291)
  272. cargo:rustc-check-cfg=cfg(libressl310)
  273. cargo:rustc-check-cfg=cfg(libressl321)
  274. cargo:rustc-check-cfg=cfg(libressl332)
  275. cargo:rustc-check-cfg=cfg(libressl340)
  276. cargo:rustc-check-cfg=cfg(libressl350)
  277. cargo:rustc-check-cfg=cfg(libressl360)
  278. cargo:rustc-check-cfg=cfg(libressl361)
  279. cargo:rustc-check-cfg=cfg(libressl370)
  280. cargo:rustc-check-cfg=cfg(libressl380)
  281. cargo:rustc-check-cfg=cfg(libressl381)
  282. cargo:rustc-check-cfg=cfg(libressl382)
  283. cargo:rustc-check-cfg=cfg(libressl390)
  284. cargo:rustc-check-cfg=cfg(libressl400)
  285. cargo:rustc-check-cfg=cfg(libressl410)
  286. cargo:rustc-check-cfg=cfg(ossl101)
  287. cargo:rustc-check-cfg=cfg(ossl102)
  288. cargo:rustc-check-cfg=cfg(ossl102f)
  289. cargo:rustc-check-cfg=cfg(ossl102h)
  290. cargo:rustc-check-cfg=cfg(ossl110)
  291. cargo:rustc-check-cfg=cfg(ossl110f)
  292. cargo:rustc-check-cfg=cfg(ossl110g)
  293. cargo:rustc-check-cfg=cfg(ossl110h)
  294. cargo:rustc-check-cfg=cfg(ossl111)
  295. cargo:rustc-check-cfg=cfg(ossl111b)
  296. cargo:rustc-check-cfg=cfg(ossl111c)
  297. cargo:rustc-check-cfg=cfg(ossl111d)
  298. cargo:rustc-check-cfg=cfg(ossl300)
  299. cargo:rustc-check-cfg=cfg(ossl310)
  300. cargo:rustc-check-cfg=cfg(ossl320)
  301. cargo:rustc-check-cfg=cfg(ossl330)
  302. cargo:rustc-check-cfg=cfg(ossl340)
  303. cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR
  304. X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR unset
  305. cargo:rerun-if-env-changed=OPENSSL_LIB_DIR
  306. OPENSSL_LIB_DIR unset
  307. cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR
  308. X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR unset
  309. cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR
  310. OPENSSL_INCLUDE_DIR unset
  311. cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR
  312. X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR unset
  313. cargo:rerun-if-env-changed=OPENSSL_DIR
  314. OPENSSL_DIR unset
  315. cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG
  316. cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
  317. cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
  318. cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  319. cargo:rerun-if-env-changed=PKG_CONFIG
  320. cargo:rerun-if-env-changed=OPENSSL_STATIC
  321. cargo:rerun-if-env-changed=OPENSSL_DYNAMIC
  322. cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  323. cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  324. cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  325. cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  326. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  327. cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  328. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  329. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  330. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  331. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  332. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  333. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  334. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  335. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  336.  
  337.  
  338. Could not find openssl via pkg-config:
  339.  
  340. pkg-config exited with status code 1
  341. > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags openssl
  342.  
  343. The system library `openssl` required by crate `openssl-sys` was not found.
  344. The file `openssl.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
  345. The PKG_CONFIG_PATH environment variable is not set.
  346.  
  347. HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `openssl.pc`.
  348.  
  349.  
  350. cargo:warning=Could not find directory of OpenSSL installation, and this `-sys` crate cannot proceed without this knowledge. If OpenSSL is installed and this crate had trouble finding it, you can set the `OPENSSL_DIR` environment variable for the compilation process. See stderr section below for further information.
  351.  
  352. --- stderr
  353.  
  354.  
  355. Could not find directory of OpenSSL installation, and this `-sys` crate cannot
  356. proceed without this knowledge. If OpenSSL is installed and this crate had
  357. trouble finding it, you can set the `OPENSSL_DIR` environment variable for the
  358. compilation process.
  359.  
  360. Make sure you also have the development packages of openssl installed.
  361. For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
  362.  
  363. If you're in a situation where you think the directory *should* be found
  364. automatically, please open a bug at https://github.com/sfackler/rust-openssl
  365. and include information about your system as well as this message.
  366.  
  367. $HOST = x86_64-unknown-linux-gnu
  368. $TARGET = x86_64-unknown-linux-gnu
  369. openssl-sys = 0.9.109
  370.  
  371.  
  372. warning: build failed, waiting for other jobs to finish...
  373. error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib --` failed with code 101
  374. [end of output]
  375.  
  376. note: This error originates from a subprocess, and is likely not a problem with pip.
  377. ERROR: Failed building wheel for tokenizers
  378. Failed to build tokenizers
  379. ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects
  380. (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$
  381.  
  382.  
Advertisement
Add Comment
Please, Sign In to add comment