Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ source venv/bin/activate
- (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ pip uninstall tokenizers
- WARNING: Skipping tokenizers as it is not installed.
- (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ pip install tokenizers==0.12.1
- Collecting tokenizers==0.12.1
- Downloading tokenizers-0.12.1.tar.gz (220 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.7/220.7 kB 3.3 MB/s eta 0:00:00
- Installing build dependencies ... done
- Getting requirements to build wheel ... done
- Preparing metadata (pyproject.toml) ... done
- Building wheels for collected packages: tokenizers
- Building wheel for tokenizers (pyproject.toml) ... error
- error: subprocess-exited-with-error
- × Building wheel for tokenizers (pyproject.toml) did not run successfully.
- │ exit code: 1
- ╰─> [356 lines of output]
- /tmp/pip-build-env-52mq04kk/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
- !!
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
- License :: OSI Approved :: Apache Software License
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
- !!
- self._finalize_license_expression()
- running bdist_wheel
- running build
- running build_py
- creating build/lib.linux-x86_64-cpython-312/tokenizers
- copying py_src/tokenizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/models
- copying py_src/tokenizers/models/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/models
- creating build/lib.linux-x86_64-cpython-312/tokenizers/decoders
- copying py_src/tokenizers/decoders/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/decoders
- creating build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
- copying py_src/tokenizers/normalizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
- copying py_src/tokenizers/pre_tokenizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/processors
- copying py_src/tokenizers/processors/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/processors
- creating build/lib.linux-x86_64-cpython-312/tokenizers/trainers
- copying py_src/tokenizers/trainers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/trainers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/char_level_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/bert_wordpiece.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/byte_level_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/sentencepiece_unigram.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/base_tokenizer.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/sentencepiece_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- creating build/lib.linux-x86_64-cpython-312/tokenizers/tools
- copying py_src/tokenizers/tools/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
- copying py_src/tokenizers/tools/visualizer.py -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
- copying py_src/tokenizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers
- copying py_src/tokenizers/models/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/models
- copying py_src/tokenizers/decoders/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/decoders
- copying py_src/tokenizers/normalizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
- copying py_src/tokenizers/pre_tokenizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
- copying py_src/tokenizers/processors/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/processors
- copying py_src/tokenizers/trainers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/trainers
- copying py_src/tokenizers/tools/visualizer-styles.css -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
- running build_ext
- running build_rust
- Updating crates.io index
- Locking 311 packages to latest compatible versions
- Adding env_logger v0.7.1 (available: v0.11.8)
- Adding indoc-impl v0.3.6 (available: v0.3.7)
- Adding itertools v0.9.0 (available: v0.14.0)
- Adding ndarray v0.13.1 (available: v0.16.1)
- Adding numpy v0.12.2 (available: v0.25.0)
- Adding pyo3 v0.12.4 (available: v0.25.1)
- Adding pyo3-derive-backend v0.12.4 (available: v0.12.5)
- Adding pyo3cls v0.12.4 (available: v0.12.5)
- Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
- Downloading crates ...
- Downloaded darling_macro v0.10.2
- Downloaded cfg-if v0.1.10
- Downloaded ansi_term v0.12.1
- Downloaded ctor v0.1.26
- Downloaded darling_core v0.10.2
- Downloaded inventory-impl v0.1.11
- Downloaded instant v0.1.13
- Downloaded pyo3cls v0.12.4
- Downloaded indoc-impl v0.3.6
- Downloaded paste-impl v0.1.18
- Downloaded macro_rules_attribute-proc_macro v0.0.2
- Downloaded rand_hc v0.2.0
- Downloaded zip-extensions v0.6.2
- Downloaded paste v0.1.18
- Downloaded rand_core v0.5.1
- Downloaded indoc v0.3.6
- Downloaded textwrap v0.11.0
- Downloaded proc-macro-hack v0.5.20+deprecated
- Downloaded ghost v0.1.19
- Downloaded strsim v0.8.0
- Downloaded inventory v0.1.11
- Downloaded vec_map v0.8.2
- Downloaded strsim v0.9.3
- Downloaded cached-path v0.5.3
- Downloaded wasi v0.10.0+wasi-snapshot-preview1
- Downloaded time v0.1.45
- Downloaded zip v0.5.13
- Downloaded parking_lot_core v0.8.6
- Downloaded rand v0.7.3
- Downloaded clap v2.34.0
- Downloaded pyo3-derive-backend v0.12.4
- Downloaded parking_lot v0.11.2
- Downloaded unicode-width v0.1.14
- Downloaded wasi v0.9.0+wasi-snapshot-preview1
- Downloaded redox_syscall v0.2.16
- Downloaded getrandom v0.1.16
- Downloaded dirs v3.0.2
- Downloaded derive_builder_core v0.9.0
- Downloaded rand_chacha v0.2.2
- Downloaded darling v0.10.2
- Downloaded derive_builder v0.9.0
- Downloaded numpy v0.12.2
- Downloaded macro_rules_attribute v0.0.2
- Downloaded pyo3 v0.12.4
- cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib --
- Compiling libc v0.2.174
- Compiling proc-macro2 v1.0.95
- Compiling unicode-ident v1.0.18
- Compiling cfg-if v1.0.1
- Compiling shlex v1.3.0
- Compiling pkg-config v0.3.32
- Compiling typenum v1.18.0
- Compiling version_check v0.9.5
- 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`
- 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`
- 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`
- 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`
- 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`
- 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`
- 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`
- 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`
- Compiling syn v1.0.109
- 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`
- Compiling memchr v2.7.5
- 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`
- Compiling once_cell v1.21.3
- 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`
- Compiling generic-array v0.14.7
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/typenum-05987a3b50c8feee/build-script-build`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/proc-macro2-ae3307c9e276fb1b/build-script-build`
- Compiling stable_deref_trait v1.2.0
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/libc-d943ea62dcb30ccc/build-script-build`
- 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`
- 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"))'`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/libc-d943ea62dcb30ccc/build-script-build`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/syn-d68426251e483505/build-script-build`
- 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)'`
- 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`
- 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"))'`
- Compiling autocfg v1.5.0
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/generic-array-6adad361930b2fcf/build-script-build`
- Compiling smallvec v1.15.1
- 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`
- Compiling pin-project-lite v0.2.16
- 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`
- Compiling bitflags v2.9.1
- 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`
- Compiling quote v1.0.40
- 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`
- Compiling vcpkg v0.2.15
- 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`
- Compiling syn v2.0.104
- 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`
- 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`
- 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`
- Compiling jobserver v0.1.33
- Compiling bytes v1.10.1
- 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`
- 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`
- Compiling subtle v2.6.1
- 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`
- Compiling litemap v0.8.0
- 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`
- Compiling cc v1.2.27
- 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`
- Compiling itoa v1.0.15
- 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`
- Compiling writeable v0.6.1
- 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`
- Compiling socket2 v0.5.10
- 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`
- Compiling crypto-common v0.1.6
- 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`
- Compiling block-buffer v0.10.4
- 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`
- Compiling mio v1.0.4
- 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`
- Compiling getrandom v0.2.16
- 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`
- Compiling futures-core v0.3.31
- 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`
- Compiling zerocopy v0.8.26
- 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`
- Compiling icu_properties_data v2.0.1
- 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`
- Compiling icu_normalizer_data v2.0.0
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/icu_properties_data-09f2181d3ede2d94/build-script-build`
- Compiling tokio v1.45.1
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/icu_normalizer_data-969598655f4938d5/build-script-build`
- Compiling rand_core v0.6.4
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/zerocopy-aff1c821f9689874/build-script-build`
- Compiling digest v0.10.7
- 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`
- Compiling proc-macro-hack v0.5.20+deprecated
- 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`
- Compiling foreign-types-shared v0.1.1
- 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`
- Compiling openssl v0.10.73
- 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`
- Compiling crossbeam-utils v0.8.21
- 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`
- Compiling cpufeatures v0.2.17
- 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`
- Compiling fnv v1.0.7
- 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`
- Compiling serde v1.0.219
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/proc-macro-hack-66b935633ec6868f/build-script-build`
- Compiling http v0.2.12
- 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`
- Compiling foreign-types v0.3.2
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/crossbeam-utils-e1c11631eea2972c/build-script-build`
- 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)'`
- 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)'`
- 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)'`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/serde-ab2713adcf76a1e5/build-script-build`
- Compiling aho-corasick v1.1.3
- 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`
- Compiling openssl-sys v0.9.109
- 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`
- Compiling zstd-sys v2.0.15+zstd.1.5.7
- 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`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/zstd-sys-cf4701f48477bba7/build-script-build`
- Running `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/openssl-sys-53615405294a8636/build-script-main`
- 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.
- error: failed to run custom build command for `openssl-sys v0.9.109`
- Caused by:
- process didn't exit successfully: `/tmp/pip-install-s54g0jld/tokenizers_6d8e2f1b21f24c5bb65510ff516c6761/target/release/build/openssl-sys-53615405294a8636/build-script-main` (exit status: 101)
- --- stdout
- 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"))
- cargo:rustc-check-cfg=cfg(openssl)
- cargo:rustc-check-cfg=cfg(libressl)
- cargo:rustc-check-cfg=cfg(boringssl)
- cargo:rustc-check-cfg=cfg(awslc)
- cargo:rustc-check-cfg=cfg(libressl250)
- cargo:rustc-check-cfg=cfg(libressl251)
- cargo:rustc-check-cfg=cfg(libressl252)
- cargo:rustc-check-cfg=cfg(libressl261)
- cargo:rustc-check-cfg=cfg(libressl270)
- cargo:rustc-check-cfg=cfg(libressl271)
- cargo:rustc-check-cfg=cfg(libressl273)
- cargo:rustc-check-cfg=cfg(libressl280)
- cargo:rustc-check-cfg=cfg(libressl281)
- cargo:rustc-check-cfg=cfg(libressl291)
- cargo:rustc-check-cfg=cfg(libressl310)
- cargo:rustc-check-cfg=cfg(libressl321)
- cargo:rustc-check-cfg=cfg(libressl332)
- cargo:rustc-check-cfg=cfg(libressl340)
- cargo:rustc-check-cfg=cfg(libressl350)
- cargo:rustc-check-cfg=cfg(libressl360)
- cargo:rustc-check-cfg=cfg(libressl361)
- cargo:rustc-check-cfg=cfg(libressl370)
- cargo:rustc-check-cfg=cfg(libressl380)
- cargo:rustc-check-cfg=cfg(libressl381)
- cargo:rustc-check-cfg=cfg(libressl382)
- cargo:rustc-check-cfg=cfg(libressl390)
- cargo:rustc-check-cfg=cfg(libressl400)
- cargo:rustc-check-cfg=cfg(libressl410)
- cargo:rustc-check-cfg=cfg(ossl101)
- cargo:rustc-check-cfg=cfg(ossl102)
- cargo:rustc-check-cfg=cfg(ossl102f)
- cargo:rustc-check-cfg=cfg(ossl102h)
- cargo:rustc-check-cfg=cfg(ossl110)
- cargo:rustc-check-cfg=cfg(ossl110f)
- cargo:rustc-check-cfg=cfg(ossl110g)
- cargo:rustc-check-cfg=cfg(ossl110h)
- cargo:rustc-check-cfg=cfg(ossl111)
- cargo:rustc-check-cfg=cfg(ossl111b)
- cargo:rustc-check-cfg=cfg(ossl111c)
- cargo:rustc-check-cfg=cfg(ossl111d)
- cargo:rustc-check-cfg=cfg(ossl300)
- cargo:rustc-check-cfg=cfg(ossl310)
- cargo:rustc-check-cfg=cfg(ossl320)
- cargo:rustc-check-cfg=cfg(ossl330)
- cargo:rustc-check-cfg=cfg(ossl340)
- cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR
- X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR unset
- cargo:rerun-if-env-changed=OPENSSL_LIB_DIR
- OPENSSL_LIB_DIR unset
- cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR
- X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR unset
- cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR
- OPENSSL_INCLUDE_DIR unset
- cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR
- X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR unset
- cargo:rerun-if-env-changed=OPENSSL_DIR
- OPENSSL_DIR unset
- cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG
- cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
- cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
- cargo:rerun-if-env-changed=HOST_PKG_CONFIG
- cargo:rerun-if-env-changed=PKG_CONFIG
- cargo:rerun-if-env-changed=OPENSSL_STATIC
- cargo:rerun-if-env-changed=OPENSSL_DYNAMIC
- cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
- cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
- cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
- cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
- cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
- cargo:rerun-if-env-changed=PKG_CONFIG_PATH
- cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
- cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
- cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
- cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
- cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
- Could not find openssl via pkg-config:
- pkg-config exited with status code 1
- > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags openssl
- The system library `openssl` required by crate `openssl-sys` was not found.
- The file `openssl.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
- The PKG_CONFIG_PATH environment variable is not set.
- HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `openssl.pc`.
- 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.
- --- stderr
- 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.
- Make sure you also have the development packages of openssl installed.
- For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
- If you're in a situation where you think the directory *should* be found
- automatically, please open a bug at https://github.com/sfackler/rust-openssl
- and include information about your system as well as this message.
- $HOST = x86_64-unknown-linux-gnu
- $TARGET = x86_64-unknown-linux-gnu
- openssl-sys = 0.9.109
- warning: build failed, waiting for other jobs to finish...
- 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
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ERROR: Failed building wheel for tokenizers
- Failed to build tokenizers
- ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects
- (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$
Advertisement
Add Comment
Please, Sign In to add comment