Applying /builder/shared-workdir/build/sdk/feeds/packages/lang/python/python-cryptography/patches/001-Update-ouroboros.patch using plaintext: patching file src/rust/Cargo.toml * Getting build dependencies for wheel... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'src/_cffi_src' warning: no files found matching '*.h' under directory 'src/_cffi_src' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files found matching 'src/rust/target' warning: no previously-included files matching '*' found under directory 'src/rust/target' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'ci-constraints-requirements.txt' warning: no previously-included files found matching 'mypy.ini' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' * Building wheel... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running bdist_wheel running build running build_py creating build creating build/lib.linux-loongarch64-cpython-311 creating build/lib.linux-loongarch64-cpython-311/cryptography copying src/cryptography/utils.py -> build/lib.linux-loongarch64-cpython-311/cryptography copying src/cryptography/fernet.py -> build/lib.linux-loongarch64-cpython-311/cryptography copying src/cryptography/__about__.py -> build/lib.linux-loongarch64-cpython-311/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-loongarch64-cpython-311/cryptography copying src/cryptography/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography creating build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/x509 creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/backends/openssl creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/openssl creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/kdf creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/twofactor creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/ciphers creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/serialization creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/primitives/asymmetric running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'src/_cffi_src' warning: no files found matching '*.h' under directory 'src/_cffi_src' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files found matching 'src/rust/target' warning: no previously-included files matching '*' found under directory 'src/rust/target' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'ci-constraints-requirements.txt' warning: no previously-included files found matching 'mypy.ini' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' copying src/cryptography/py.typed -> build/lib.linux-loongarch64-cpython-311/cryptography creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/exceptions.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust creating build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi -> build/lib.linux-loongarch64-cpython-311/cryptography/hazmat/bindings/_rust/openssl warning: build_py: byte-compiling is disabled, skipping. running build_ext running build_rust Updating crates.io index Locking 6 packages to latest compatible versions Adding heck v0.4.1 Updating ouroboros v0.15.6 -> v0.18.5 Updating ouroboros_macro v0.15.6 -> v0.18.5 Adding proc-macro2-diagnostics v0.10.1 Adding static_assertions v1.1.0 Adding yansi v1.0.1 [RUSTFLAGS=-Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target loongarch64-unknown-linux-musl -v --features pyo3/extension-module --profile release --crate-type cdylib -- Compiling proc-macro2 v1.0.64 Compiling unicode-ident v1.0.9 Compiling quote v1.0.28 Compiling target-lexicon v0.12.7 Compiling cc v1.0.79 Compiling pkg-config v0.3.27 Compiling vcpkg v0.2.15 Compiling libc v0.2.144 Compiling autocfg v1.1.0 Compiling once_cell v1.17.2 Compiling syn v1.0.109 Compiling cfg-if v1.0.0 Compiling parking_lot_core v0.9.7 Compiling version_check v0.9.4 Compiling smallvec v1.10.0 Compiling scopeguard v1.1.0 Compiling foreign-types-shared v0.1.1 Compiling openssl v0.10.60 Compiling yansi v1.0.1 Compiling unindent v0.1.11 Compiling bitflags v2.4.1 Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.60/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 -C overflow-checks=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8d75372a01cee9f1 -C extra-filename=-f5568766368cf163 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/openssl-f5568766368cf163 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name foreign_types_shared --edition=2015 /builder/shared-workdir/build/sdk/dl/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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=201c08ddc4d078ed -C extra-filename=-35fc4551dcb7d038 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name autocfg --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d0e9e9296bf4ab -C extra-filename=-381feff2827d39ec --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name smallvec --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.10.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a293823f1b238b99 -C extra-filename=-42dcd70e57a94f59 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.64/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 -C overflow-checks=on --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=2df6d34c96c4cf30 -C extra-filename=-848409ed7ca9431f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-848409ed7ca9431f -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name bitflags --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --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=9693fb243ab338d1 -C extra-filename=-bd77d0c680effc46 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name pkg_config --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14415fa5e3fdd020 -C extra-filename=-377391c7789d1308 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name yansi --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-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 embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=cb6ac0b029a67d49 -C extra-filename=-619be3a41b114782 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.28/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 -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=3b52f0b8814501c6 -C extra-filename=-05591624d56d1ed9 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/quote-05591624d56d1ed9 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name once_cell --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.2/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 -C overflow-checks=on --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", "atomic_polyfill", "critical-section", "critical_section", "default", "parking_lot", "parking_lot_core", "race", "std", "unstable"))' -C metadata=94d26b959cd38276 -C extra-filename=-b2cfcc4b5f107ca4 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/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 -C overflow-checks=on --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=be2ab65e817d7c22 -C extra-filename=-621135fb18affbf0 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/syn-621135fb18affbf0 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/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 -C overflow-checks=on --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=10f6d391e68808ff -C extra-filename=-8a5b9bd35d0f695f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/libc-8a5b9bd35d0f695f -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name scopeguard --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.1.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=3c5ab093e6d0a93d -C extra-filename=-e939758a3baf3375 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name version_check --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.4/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30ee00afe49b2692 -C extra-filename=-03ca1ca52090f41e --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name vcpkg --edition=2015 /builder/shared-workdir/build/sdk/dl/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b96679d0a29875a5 -C extra-filename=-550c8570a5627de8 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name cc --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.79/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=58c7c2d8cf650e4e -C extra-filename=-b300b3d56b697b13 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9054e53d75afa027 -C extra-filename=-d910b9bb9a5cd76a --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/parking_lot_core-d910b9bb9a5cd76a -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name unicode_ident --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.9/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b70569336d75524 -C extra-filename=-959f48e9cf4c51e0 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name unindent --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unindent-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6d8265798bc27eb -C extra-filename=-a5320c0ced8a520a --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.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 -C overflow-checks=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support", "std"))' -C metadata=9db145948ea4d31f -C extra-filename=-ab62f5df575928cd --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/target-lexicon-ab62f5df575928cd -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name cfg_if --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7c7c4eb7164be486 -C extra-filename=-f68ab47779aa2f28 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling foreign-types v0.3.2 Running `rustc --crate-name foreign_types --edition=2015 /builder/shared-workdir/build/sdk/dl/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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44a5f067f72b2f79 -C extra-filename=-29f2adb6c6968403 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern foreign_types_shared=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps/libforeign_types_shared-35fc4551dcb7d038.rmeta --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling cryptography-openssl v0.1.0 (/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/cryptography-openssl) Running `rustc --crate-name build_script_build --edition=2021 cryptography-openssl/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e08fe98663ef9e2b -C extra-filename=-c4ffdbd6926adb93 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/cryptography-openssl-c4ffdbd6926adb93 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps` Running `rustc --crate-name once_cell --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --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", "atomic_polyfill", "critical-section", "critical_section", "default", "parking_lot", "parking_lot_core", "race", "std", "unstable"))' -C metadata=89af3759439da102 -C extra-filename=-c846521d5668eeb7 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling indoc v1.0.9 Running `rustc --crate-name indoc --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abee93611aa996b4 -C extra-filename=-95bdf1c9e37551b6 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern proc_macro --cap-lints allow` Compiling heck v0.4.1 Running `rustc --crate-name heck --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/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 -C overflow-checks=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=2300e7c6ef399b88 -C extra-filename=-2c9beb2d0ed066a8 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Compiling base64 v0.13.1 Running `rustc --crate-name base64 --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eafb0f2f634ee309 -C extra-filename=-7d1c5fd146b47cb4 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling aliasable v0.1.3 Running `rustc --crate-name aliasable --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aliasable-0.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aliasable_deref_trait", "alloc", "default", "stable_deref_trait", "traits"))' -C metadata=093030c1242c289a -C extra-filename=-fa3c8ee01f834203 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling static_assertions v1.1.0 Running `rustc --crate-name static_assertions --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a01da05d0b5ef435 -C extra-filename=-be735e01f16331c1 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/parking_lot_core-d910b9bb9a5cd76a/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-848409ed7ca9431f/build-script-build` Running `rustc --crate-name proc_macro2 --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.64/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 -C overflow-checks=on --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=f4d35fd9963e36f8 -C extra-filename=-736d3a17ad6bd1db --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern unicode_ident=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libunicode_ident-959f48e9cf4c51e0.rmeta --cap-lints allow --cfg wrap_proc_macro` Compiling lock_api v0.4.9 Compiling memoffset v0.8.0 Running `rustc --crate-name build_script_build --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.8.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 -C overflow-checks=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=a0ab9a08068b3f82 -C extra-filename=-a6b89eb52b2c9d88 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/memoffset-a6b89eb52b2c9d88 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern autocfg=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libautocfg-381feff2827d39ec.rlib --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.9/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=9c6c1774f9ceb004 -C extra-filename=-fd330b244397016f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/lock_api-fd330b244397016f -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern autocfg=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libautocfg-381feff2827d39ec.rlib --cap-lints allow` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/syn-621135fb18affbf0/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/libc-8a5b9bd35d0f695f/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/quote-05591624d56d1ed9/build-script-build` Running `rustc --crate-name libc --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --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=11cde23a42c25569 -C extra-filename=-444b5c71b918659a --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` Compiling proc-macro2-diagnostics v0.10.1 Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-diagnostics-0.10.1/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 -C overflow-checks=on --cfg 'feature="colors"' --cfg 'feature="default"' --cfg 'feature="yansi"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("colors", "default", "yansi"))' -C metadata=60bf4a43416deb42 -C extra-filename=-07621d67f857ade5 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-diagnostics-07621d67f857ade5 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern version_check=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libversion_check-03ca1ca52090f41e.rlib --cap-lints allow` Compiling pem v1.1.1 Running `rustc --crate-name pem --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-1.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7891d8cf5a95b067 -C extra-filename=-2b841ff839cb4d5a --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern base64=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps/libbase64-7d1c5fd146b47cb4.rmeta --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/memoffset-a6b89eb52b2c9d88/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/lock_api-fd330b244397016f/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/target-lexicon-ab62f5df575928cd/build-script-build` Running `rustc --crate-name target_lexicon --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.7/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 -C overflow-checks=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support", "std"))' -C metadata=0a3d99c3a331c8d0 -C extra-filename=-209b6648bb4c9f09 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow --cfg 'feature="rust_1_40"'` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-diagnostics-07621d67f857ade5/build-script-build` Running `rustc --crate-name memoffset --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=037b27a5272bfead -C extra-filename=-e4bfc0db4f4cf2a5 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` Running `rustc --crate-name lock_api --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=50779cc63eb66541 -C extra-filename=-c0c8c1a9e0ec79d5 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern scopeguard=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps/libscopeguard-e939758a3baf3375.rmeta --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --cfg has_const_fn_trait_bound` Running `rustc --crate-name quote --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.28/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 -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d3bcd71b49f05562 -C extra-filename=-7d591c963495d046 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern proc_macro2=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libproc_macro2-736d3a17ad6bd1db.rmeta --cap-lints allow` Compiling pyo3-build-config v0.18.3 Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-build-config-0.18.3/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 -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "python3-dll-a", "resolve-config"))' -C metadata=cfe0ba24dc28e944 -C extra-filename=-cb5ff74311588ec5 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/pyo3-build-config-cb5ff74311588ec5 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern target_lexicon=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libtarget_lexicon-209b6648bb4c9f09.rlib --cap-lints allow` Compiling openssl-sys v0.9.96 Compiling cryptography-cffi v0.1.0 (/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/cryptography-cffi) Compiling cryptography-rust v0.1.0 (/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust) Running `rustc --crate-name build_script_build --edition=2021 cryptography-cffi/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=210daada3da6e827 -C extra-filename=-839cfa06ab301ea8 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/cryptography-cffi-839cfa06ab301ea8 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern cc=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libcc-b300b3d56b697b13.rlib` Running `rustc --crate-name build_script_build --edition=2021 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 -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="extension-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extension-module"))' -C metadata=69a4a2f7fd814241 -C extra-filename=-c94f3943128149d8 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/cryptography-rust-c94f3943128149d8 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern cc=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libcc-b300b3d56b697b13.rlib` Running `rustc --crate-name build_script_main --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.96/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 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=951ff16a7be0c027 -C extra-filename=-1499a5be6a512561 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/openssl-sys-1499a5be6a512561 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern cc=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libcc-b300b3d56b697b13.rlib --extern pkg_config=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libpkg_config-377391c7789d1308.rlib --extern vcpkg=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libvcpkg-550c8570a5627de8.rlib --cap-lints allow` Compiling syn v2.0.18 Running `rustc --crate-name syn --edition=2018 /builder/shared-workdir/build/sdk/dl/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 -C overflow-checks=on --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=fae73f1c862cf513 -C extra-filename=-6ae256e1ceb16d7f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern proc_macro2=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libproc_macro2-736d3a17ad6bd1db.rmeta --extern quote=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libquote-7d591c963495d046.rmeta --extern unicode_ident=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libunicode_ident-959f48e9cf4c51e0.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` Running `rustc --crate-name syn --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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 -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --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=7fcfac1e3dd95656 -C extra-filename=-416035ebc7e2d16f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern proc_macro2=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libproc_macro2-736d3a17ad6bd1db.rmeta --extern quote=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libquote-7d591c963495d046.rmeta --extern unicode_ident=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libunicode_ident-959f48e9cf4c51e0.rmeta --cap-lints allow` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/openssl-sys-1499a5be6a512561/build-script-main` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/cryptography-openssl-c4ffdbd6926adb93/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/openssl-f5568766368cf163/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/cryptography-rust-c94f3943128149d8/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/cryptography-cffi-839cfa06ab301ea8/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/pyo3-build-config-cb5ff74311588ec5/build-script-build` Running `rustc --crate-name pyo3_build_config --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-build-config-0.18.3/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 -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "python3-dll-a", "resolve-config"))' -C metadata=1f187637fb6e9747 -C extra-filename=-6608fe2805a7034d --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern once_cell=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libonce_cell-b2cfcc4b5f107ca4.rmeta --extern target_lexicon=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libtarget_lexicon-209b6648bb4c9f09.rmeta --cap-lints allow` error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:56:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 56 | pub gr_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 56 | pub gr_name: *mut ::c_schar, | + help: consider importing this type alias | 156+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 56 - pub gr_name: *mut ::c_char, 56 + pub gr_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:57:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 57 | pub gr_passwd: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 57 | pub gr_passwd: *mut ::c_schar, | + help: consider importing this type alias | 156+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 57 - pub gr_passwd: *mut ::c_char, 57 + pub gr_passwd: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:59:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 59 | pub gr_mem: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 59 | pub gr_mem: *mut *mut ::c_schar, | + help: consider importing this type alias | 156+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 59 - pub gr_mem: *mut *mut ::c_char, 59 + pub gr_mem: *mut *mut c_char, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:79:24 | 79 | pub tv_nsec: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 156+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 79 - pub tv_nsec: ::c_long, 79 + pub tv_nsec: c_long, | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:90:24 | 90 | pub ru_maxrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 156+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:93:23 | 93 | pub ru_ixrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 156+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:96:23 | 96 | pub ru_idrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 156+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:99:23 | 99 | pub ru_isrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 156+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:102:24 | 102 | pub ru_minflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:105:24 | 105 | pub ru_majflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:108:23 | 108 | pub ru_nswap: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:111:25 | 111 | pub ru_inblock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:114:25 | 114 | pub ru_oublock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:117:24 | 117 | pub ru_msgsnd: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:120:24 | 120 | pub ru_msgrcv: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:123:26 | 123 | pub ru_nsignals: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:126:23 | 126 | pub ru_nvcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:129:24 | 129 | pub ru_nivcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:134:22 | 134 | __reserved: [c_long; 16], | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:146:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 146 | pub h_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 146 | pub h_name: *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 146 - pub h_name: *mut ::c_char, 146 + pub h_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:147:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 147 | pub h_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 147 | pub h_aliases: *mut *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 147 - pub h_aliases: *mut *mut ::c_char, 147 + pub h_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:150:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 150 | pub h_addr_list: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 150 | pub h_addr_list: *mut *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 150 - pub h_addr_list: *mut *mut ::c_char, 150 + pub h_addr_list: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:196:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 196 | pub s_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 196 | pub s_name: *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 196 - pub s_name: *mut ::c_char, 196 + pub s_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:197:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 197 | pub s_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 197 | pub s_aliases: *mut *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 197 - pub s_aliases: *mut *mut ::c_char, 197 + pub s_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:199:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 199 | pub s_proto: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 199 | pub s_proto: *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 199 - pub s_proto: *mut ::c_char, 199 + pub s_proto: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:203:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 203 | pub p_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 203 | pub p_name: *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 203 - pub p_name: *mut ::c_char, 203 + pub p_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:204:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 204 | pub p_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 204 | pub p_aliases: *mut *mut ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 204 - pub p_aliases: *mut *mut ::c_char, 204 + pub p_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:471:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 471 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 471 | pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:471:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 471 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 471 | pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:476:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 476 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 476 | pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:476:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 476 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 476 | pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:480:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 480 | pub fn remove(filename: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 480 | pub fn remove(filename: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:481:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 481 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 481 | pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:481:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 481 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 481 | pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:483:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 483 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 483 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:484:48 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 484 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char); | ^^^^^^ | help: a type alias with a similar name exists | 484 | pub fn setbuf(stream: *mut FILE, buf: *mut c_schar); | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:488:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 488 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 488 | pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:488:73 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 488 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 488 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:494:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 494 | pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 494 | pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:495:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 495 | pub fn puts(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 495 | pub fn puts(s: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:503:45 | 503 | pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:504:40 | 504 | pub fn ftell(stream: *mut FILE) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:513:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 513 | pub fn perror(s: *const c_char); | ^^^^^^ | help: a type alias with a similar name exists | 513 | pub fn perror(s: *const c_schar); | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:514:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 514 | pub fn atof(s: *const c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 514 | pub fn atof(s: *const c_schar) -> c_double; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:515:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 515 | pub fn atoi(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 515 | pub fn atoi(s: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:516:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 516 | pub fn atol(s: *const c_char) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 516 | pub fn atol(s: *const c_schar) -> c_long; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:516:38 | 516 | pub fn atol(s: *const c_char) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:517:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 517 | pub fn atoll(s: *const c_char) -> c_longlong; | ^^^^^^ | help: a type alias with a similar name exists | 517 | pub fn atoll(s: *const c_schar) -> c_longlong; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:522:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 522 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 522 | pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:522:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 522 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 522 | pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:523:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 523 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; | ^^^^^^ | help: a type alias with a similar name exists | 523 | pub fn strtof(s: *const c_schar, endp: *mut *mut c_char) -> c_float; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:523:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 523 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; | ^^^^^^ | help: a type alias with a similar name exists | 523 | pub fn strtof(s: *const c_char, endp: *mut *mut c_schar) -> c_float; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:524:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 524 | pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:524:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:524:77 | 524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:525:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 525 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; | ^^^^^^ | help: a type alias with a similar name exists | 525 | pub fn strtoll(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_longlong; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:525:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 525 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; | ^^^^^^ | help: a type alias with a similar name exists | 525 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_longlong; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:526:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ^^^^^^ | help: a type alias with a similar name exists | 526 | pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:526:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ^^^^^^ | help: a type alias with a similar name exists | 526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_ulong` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:526:78 | 526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ^^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_ulong; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:527:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 527 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; | ^^^^^^ | help: a type alias with a similar name exists | 527 | pub fn strtoull(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:527:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 527 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; | ^^^^^^ | help: a type alias with a similar name exists | 527 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulonglong; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:539:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 539 | pub fn system(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 539 | pub fn system(s: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:540:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 540 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 540 | pub fn getenv(s: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:540:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 540 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 540 | pub fn getenv(s: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:542:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 542 | pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:542:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 542 | pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:542:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:543:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 543 | pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:543:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 543 | pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:543:77 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:544:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 544 | pub fn stpcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:544:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 544 | pub fn stpcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:544:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:545:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 545 | pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:545:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 545 | pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:545:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:546:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 546 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 546 | pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:546:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 546 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 546 | pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:546:74 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 546 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 546 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:547:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 547 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 547 | pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:547:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 547 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 547 | pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:548:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 548 | pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 548 | pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:548:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 548 | pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 548 | pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:549:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 549 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 549 | pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:549:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 549 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 549 | pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:550:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 550 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 550 | pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:550:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 550 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 550 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:551:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 551 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 551 | pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:551:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 551 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 551 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:552:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 552 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 552 | pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:552:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 552 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 552 | pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:553:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 553 | pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:553:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 553 | pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:554:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 554 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 554 | pub fn strdup(cs: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:554:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 554 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 554 | pub fn strdup(cs: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:555:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 555 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 555 | pub fn strndup(cs: *const c_schar, n: size_t) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:555:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 555 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 555 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:556:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 556 | pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:556:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 556 | pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:556:66 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:557:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 557 | pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:557:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 557 | pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:557:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:558:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 558 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 558 | pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:558:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 558 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 558 | pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:559:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 559 | pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 559 | pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:559:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 559 | pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 559 | pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:560:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 560 | pub fn strlen(cs: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 560 | pub fn strlen(cs: *const c_schar) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:561:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 561 | pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 561 | pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:566:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 566 | pub fn strerror(n: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 566 | pub fn strerror(n: c_int) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:567:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 567 | pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:567:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 567 | pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:567:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:568:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 568 | pub fn strtok_r(s: *mut c_schar, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:568:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 568 | pub fn strtok_r(s: *mut c_char, t: *const c_schar, p: *mut *mut c_char) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:568:68 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:568:84 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:569:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 569 | pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 569 | pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:569:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 569 | pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 569 | pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:570:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 570 | pub fn strsignal(sig: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 570 | pub fn strsignal(sig: c_int) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:571:31 | 571 | pub fn wcslen(buf: *const wchar_t) -> size_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:572:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 572 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t; | ^^^^^^ | help: a type alias with a similar name exists | 572 | pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:572:52 | 572 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:575:31 | 575 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:575:43 | 575 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:575:71 | 575 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:584:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 584 | pub fn getpwnam(name: *const ::c_char) -> *mut passwd; | ^^^^^^ | help: a type alias with a similar name exists | 584 | pub fn getpwnam(name: *const ::c_schar) -> *mut passwd; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 584 - pub fn getpwnam(name: *const ::c_char) -> *mut passwd; 584 + pub fn getpwnam(name: *const c_char) -> *mut passwd; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:588:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 588 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 588 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 588 - pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 588 + pub fn fprintf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:589:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 589 | pub fn printf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 589 | pub fn printf(format: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 589 - pub fn printf(format: *const ::c_char, ...) -> ::c_int; 589 + pub fn printf(format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:590:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 590 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 590 | pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 590 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 590 + pub fn snprintf(s: *mut c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:590:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 590 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 590 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 590 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 590 + pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:591:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 591 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 591 | pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 591 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 591 + pub fn sprintf(s: *mut c_char, format: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:591:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 591 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 591 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 591 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 591 + pub fn sprintf(s: *mut ::c_char, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:596:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 596 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 596 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 596 - pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 596 + pub fn fscanf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:601:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 601 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 601 | pub fn scanf(format: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 601 - pub fn scanf(format: *const ::c_char, ...) -> ::c_int; 601 + pub fn scanf(format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:606:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 606 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 606 | pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 606 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 606 + pub fn sscanf(s: *const c_char, format: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:606:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 606 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 606 | pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 606 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 606 + pub fn sscanf(s: *const ::c_char, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:723:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 723 | pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 723 | pub fn chmod(path: *const c_schar, mode: mode_t) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:739:45 | 739 | pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; | ^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:741:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 741 | pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 741 | pub fn mkdir(path: *const c_schar, mode: mode_t) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:752:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 752 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 752 | pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:752:48 | 752 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:759:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 759 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a type alias with a similar name exists | 759 | pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:766:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 766 | pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 766 | pub fn open(path: *const c_schar, oflag: ::c_int, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:771:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 771 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 771 | pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:787:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 787 | pub fn opendir(dirname: *const c_char) -> *mut ::DIR; | ^^^^^^ | help: a type alias with a similar name exists | 787 | pub fn opendir(dirname: *const c_schar) -> *mut ::DIR; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:816:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 816 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 816 | pathname: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 816 - pathname: *const ::c_char, 816 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:823:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 823 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 823 | pathname: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 823 - pathname: *const ::c_char, 823 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:838:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 838 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 838 | pathname: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 838 - pathname: *const ::c_char, 838 + pathname: *const c_char, | error[E0573]: expected type, found function `stat` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:839:19 | 839 | buf: *mut stat, | ^^^^ not a type error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:844:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 844 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 844 | oldpath: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 844 - oldpath: *const ::c_char, 844 + oldpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:846:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 846 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 846 | newpath: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 846 - newpath: *const ::c_char, 846 + newpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:851:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 851 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 851 | oldpath: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 851 - oldpath: *const ::c_char, 851 + oldpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:853:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 853 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 853 | newpath: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 853 - newpath: *const ::c_char, 853 + newpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:856:26 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 856 | target: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 856 | target: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 856 - target: *const ::c_char, 856 + target: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:858:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 858 | linkpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 858 | linkpath: *const ::c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 858 - linkpath: *const ::c_char, 858 + linkpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:860:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 860 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 860 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, flags: ::c_int) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 860 - pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; 860 + pub fn unlinkat(dirfd: ::c_int, pathname: *const c_char, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:862:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 862 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 862 | pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:864:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 864 | pub fn chdir(dir: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 864 | pub fn chdir(dir: *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:866:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 866 | pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 866 | pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:871:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 871 | pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 871 | pub fn lchown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:883:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 883 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 883 | pub fn execl(path: *const c_schar, arg0: *const c_char, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:883:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 883 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 883 | pub fn execl(path: *const c_char, arg0: *const c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:884:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 884 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 884 | pub fn execle(path: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 884 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 884 + pub fn execle(path: *const c_char, arg0: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:884:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 884 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 884 | pub fn execle(path: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 884 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 884 + pub fn execle(path: *const ::c_char, arg0: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:885:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 885 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 885 | pub fn execlp(file: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 885 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 885 + pub fn execlp(file: *const c_char, arg0: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:885:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 885 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 885 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 885 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 885 + pub fn execlp(file: *const ::c_char, arg0: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:886:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 886 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 886 | pub fn execv(prog: *const c_schar, argv: *const *const c_char) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:886:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 886 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 886 | pub fn execv(prog: *const c_char, argv: *const *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:888:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 888 | prog: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 888 | prog: *const c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:889:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 889 | argv: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 889 | argv: *const *const c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:890:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 890 | envp: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 890 | envp: *const *const c_schar, | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:892:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 892 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 892 | pub fn execvp(c: *const c_schar, argv: *const *const c_char) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:892:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 892 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 892 | pub fn execvp(c: *const c_char, argv: *const *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:894:58 | 894 | pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:895:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 895 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 895 | pub fn getcwd(buf: *mut c_schar, size: ::size_t) -> *mut c_char; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:895:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 895 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 895 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:901:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 901 | pub fn getlogin() -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 901 | pub fn getlogin() -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:906:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:906:75 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:913:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 913 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 913 | pub fn link(src: *const c_schar, dst: *const c_char) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:913:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 913 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 913 | pub fn link(src: *const c_char, dst: *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:915:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 915 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 915 | pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:915:60 | 915 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1562+ use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:923:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 923 | pub fn rmdir(path: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 923 | pub fn rmdir(path: *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:945:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 945 | pub fn ttyname(fd: ::c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 945 | pub fn ttyname(fd: ::c_int) -> *mut c_schar; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:951:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 951 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 951 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:952:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 952 | pub fn unlink(c: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 952 | pub fn unlink(c: *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:981:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 981 | pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 981 | pub fn utime(file: *const c_schar, buf: *const utimbuf) -> ::c_int; | + help: consider importing this type alias | 1562+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1017:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1017 | pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint; | ^^^^^^ | help: a type alias with a similar name exists | 1017 | pub fn if_nametoindex(ifname: *const c_schar) -> ::c_uint; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1018:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1018 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 1018 + pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1018:79 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1018 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 1018 + pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1029:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1029 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1029 | pub fn lstat(path: *const c_schar, buf: *mut stat) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1029:49 | 1029 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1041:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1041 | pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1041 | pub fn setenv(name: *const c_schar, val: *const c_char, overwrite: ::c_int) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1041:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1041 | pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1041 | pub fn setenv(name: *const c_char, val: *const c_schar, overwrite: ::c_int) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1047:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1047 | pub fn unsetenv(name: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1047 | pub fn unsetenv(name: *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1049:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1049 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1049 | pub fn symlink(path1: *const c_schar, path2: *const c_char) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1049:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1049 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1049 | pub fn symlink(path1: *const c_char, path2: *const c_schar) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1051:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1051 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1051 | pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1068:40 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1068 | pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) -> *mut ::c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1068 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1068 + pub fn realpath(pathname: *const c_char, resolved: *mut ::c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1068:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1068 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1068 + pub fn realpath(pathname: *const ::c_char, resolved: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1068:83 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1068 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1068 + pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1082:43 | 1082 | pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1083:46 | 1083 | pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1084:51 | 1084 | pub fn pthread_attr_setstacksize(attr: *mut ::pthread_attr_t, stack_size: ::size_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1085:53 | 1085 | pub fn pthread_attr_setdetachstate(attr: *mut ::pthread_attr_t, state: ::c_int) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1191:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1191 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1191 | pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1191 - pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; 1191 + pub fn utimes(filename: *const c_char, times: *const ::timeval) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1192:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1192 | pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1192 | pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1192 - pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; 1192 + pub fn dlopen(filename: *const c_char, flag: ::c_int) -> *mut ::c_void; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1193:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1193 | pub fn dlerror() -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1193 | pub fn dlerror() -> *mut ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1193 - pub fn dlerror() -> *mut ::c_char; 1193 + pub fn dlerror() -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1194:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1194 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1194 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1194 - pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; 1194 + pub fn dlsym(handle: *mut ::c_void, symbol: *const c_char) -> *mut ::c_void; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1205:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1205 | node: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1205 | node: *const c_schar, | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1206:25 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1206 | service: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1206 | service: *const c_schar, | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1217:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1217 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1217 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1217 - pub fn hstrerror(errcode: ::c_int) -> *const ::c_char; 1217 + pub fn hstrerror(errcode: ::c_int) -> *const c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1218:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1218 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1218 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1218 - pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; 1218 + pub fn gai_strerror(errcode: ::c_int) -> *const c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1284:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1284 | pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1284 | pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1284 - pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; 1284 + pub fn mknod(pathname: *const c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1285:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1285 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1285 | pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1285 - pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 1285 + pub fn gethostname(name: *mut c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1287:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1287 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1287 | pub fn getservbyname(name: *const ::c_schar, proto: *const ::c_char) -> *mut servent; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1287 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1287 + pub fn getservbyname(name: *const c_char, proto: *const ::c_char) -> *mut servent; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1287:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1287 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1287 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_schar) -> *mut servent; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1287 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1287 + pub fn getservbyname(name: *const ::c_char, proto: *const c_char) -> *mut servent; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1288:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1288 | pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1288 | pub fn getservbyport(port: ::c_int, proto: *const ::c_schar) -> *mut servent; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1288 - pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; 1288 + pub fn getservbyport(port: ::c_int, proto: *const c_char) -> *mut servent; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1291:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1291 | pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; | ^^^^^^ | help: a type alias with a similar name exists | 1291 | pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1291 - pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; 1291 + pub fn getprotobyname(name: *const c_char) -> *mut protoent; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1293:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1293 | pub fn chroot(name: *const ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1293 | pub fn chroot(name: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1293 - pub fn chroot(name: *const ::c_char) -> ::c_int; 1293 + pub fn chroot(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1316:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1316 | pub fn putenv(string: *mut c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1316 | pub fn putenv(string: *mut c_schar) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1339:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1339 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1339 + pub fn setlocale(category: ::c_int, locale: *const c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1339:76 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1339 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1339 + pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut c_char; | error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1346:31 | 1346 | pub fn sem_wait(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1347:34 | 1347 | pub fn sem_trywait(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1348:31 | 1348 | pub fn sem_post(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1349:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1349 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1349 | pub fn statvfs(path: *const c_schar, buf: *mut statvfs) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1353:34 | 1353 | pub fn sigemptyset(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1355:32 | 1355 | pub fn sigaddset(set: *mut sigset_t, signum: ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1357:33 | 1357 | pub fn sigfillset(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1359:32 | 1359 | pub fn sigdelset(set: *mut sigset_t, signum: ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1361:36 | 1361 | pub fn sigismember(set: *const sigset_t, signum: ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1364:50 | 1364 | pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1364:73 | 1364 | pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1366:33 | 1366 | pub fn sigpending(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1368:40 | 1368 | pub fn sysconf(name: ::c_int) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1562 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1368 - pub fn sysconf(name: ::c_int) -> ::c_long; 1368 + pub fn sysconf(name: ::c_int) -> c_long; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1370:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1370 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1370 | pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1389:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1389 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1389 | pub fn mkstemp(template: *mut ::c_schar) -> ::c_int; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1389 - pub fn mkstemp(template: *mut ::c_char) -> ::c_int; 1389 + pub fn mkstemp(template: *mut c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1390:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1390 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1390 | pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1390 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1390 + pub fn mkdtemp(template: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1390:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1390 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1390 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1390 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1390 + pub fn mkdtemp(template: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1392:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1392 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1392 | pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1392 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1392 + pub fn tmpnam(ptr: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1392:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1392 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1392 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1392 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1392 + pub fn tmpnam(ptr: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1394:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1394 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); | ^^^^^^ | help: a type alias with a similar name exists | 1394 | pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int); | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1394 - pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); 1394 + pub fn openlog(ident: *const c_char, logopt: ::c_int, facility: ::c_int); | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1398:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1398 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); | ^^^^^^ | help: a type alias with a similar name exists | 1398 | pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...); | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1398 - pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); 1398 + pub fn syslog(priority: ::c_int, message: *const c_char, ...); | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1407:43 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1407 | pub fn ptsname(fd: ::c_int) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1407 | pub fn ptsname(fd: ::c_int) -> *mut ::c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1407 - pub fn ptsname(fd: ::c_int) -> *mut ::c_char; 1407 + pub fn ptsname(fd: ::c_int) -> *mut c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1410:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1410 | pub fn strcasestr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1410:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1410:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1411:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1411 | pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t; | ^^^^^^ | help: a type alias with a similar name exists | 1411 | pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1423:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1423 | pub fn stpncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1423:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1423:85 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1440:32 | 1440 | ptr: *mut *mut wchar_t, | ^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1455:63 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1455 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1455 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar, | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1455 - pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, 1455 + pub fn mkdirat(dirfd: ::c_int, pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1457:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1457 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1457 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar, | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1457 - pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, 1457 + pub fn openat(dirfd: ::c_int, pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1506:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1506 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1506 | pathname: *const ::c_schar, | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1506 - pathname: *const ::c_char, 1506 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1507:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1507 | buf: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1507 | buf: *mut ::c_schar, | + help: consider importing this type alias | 1562 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1507 - buf: *mut ::c_char, 1507 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1509:74 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1509 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 1509 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_schar) -> *mut FILE; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1510:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1510 | pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 1510 | pub fn open_memstream(ptr: *mut *mut c_schar, sizeloc: *mut size_t) -> *mut FILE; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1518:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1518 | pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a type alias with a similar name exists | 1518 | pub fn readlink(path: *const c_schar, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1518:60 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1518 | pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a type alias with a similar name exists | 1518 | pub fn readlink(path: *const c_char, buf: *mut c_schar, bufsz: ::size_t) -> ::ssize_t; | + help: consider importing this type alias | 1562 + use ffi::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:1534:33 | 1534 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:42:25 | 42 | pub sa_data: [::c_char; 14], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 42 | pub sa_data: [::c_schar; 14], | + help: consider importing this type alias | 187+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 42 - pub sa_data: [::c_char; 14], 42 + pub sa_data: [c_char; 14], | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:73:32 | 73 | pub ai_canonname: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 73 - pub ai_canonname: *mut c_char, 73 + pub ai_canonname: *mut char, | help: consider importing this type alias | 187+ use ffi::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:92:22 | 92 | fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 187+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 92 - fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], 92 + fds_bits: [c_ulong; FD_SETSIZE / ULONG_SIZE], | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:105:26 | 105 | pub tm_gmtoff: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 105 - pub tm_gmtoff: ::c_long, 105 + pub tm_gmtoff: c_long, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:106:31 | 106 | pub tm_zone: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 106 | pub tm_zone: *const ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 106 - pub tm_zone: *const ::c_char, 106 + pub tm_zone: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:122:33 | 122 | pub dli_fname: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 122 | pub dli_fname: *const ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 122 - pub dli_fname: *const ::c_char, 122 + pub dli_fname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:124:33 | 124 | pub dli_sname: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 124 | pub dli_sname: *const ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 124 - pub dli_sname: *const ::c_char, 124 + pub dli_sname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:129:35 | 129 | pub decimal_point: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 129 | pub decimal_point: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 129 - pub decimal_point: *mut ::c_char, 129 + pub decimal_point: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:130:35 | 130 | pub thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 130 | pub thousands_sep: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 130 - pub thousands_sep: *mut ::c_char, 130 + pub thousands_sep: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:131:30 | 131 | pub grouping: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 131 | pub grouping: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 131 - pub grouping: *mut ::c_char, 131 + pub grouping: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:132:37 | 132 | pub int_curr_symbol: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 132 | pub int_curr_symbol: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 132 - pub int_curr_symbol: *mut ::c_char, 132 + pub int_curr_symbol: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:133:37 | 133 | pub currency_symbol: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 133 | pub currency_symbol: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 133 - pub currency_symbol: *mut ::c_char, 133 + pub currency_symbol: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:134:39 | 134 | pub mon_decimal_point: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 134 | pub mon_decimal_point: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 134 - pub mon_decimal_point: *mut ::c_char, 134 + pub mon_decimal_point: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:135:39 | 135 | pub mon_thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 135 | pub mon_thousands_sep: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 135 - pub mon_thousands_sep: *mut ::c_char, 135 + pub mon_thousands_sep: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:136:34 | 136 | pub mon_grouping: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 136 | pub mon_grouping: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 136 - pub mon_grouping: *mut ::c_char, 136 + pub mon_grouping: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:137:35 | 137 | pub positive_sign: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 137 | pub positive_sign: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 137 - pub positive_sign: *mut ::c_char, 137 + pub positive_sign: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:138:35 | 138 | pub negative_sign: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 138 | pub negative_sign: *mut ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 138 - pub negative_sign: *mut ::c_char, 138 + pub negative_sign: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:139:32 | 139 | pub int_frac_digits: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 139 | pub int_frac_digits: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 139 - pub int_frac_digits: ::c_char, 139 + pub int_frac_digits: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:140:28 | 140 | pub frac_digits: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 140 | pub frac_digits: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 140 - pub frac_digits: ::c_char, 140 + pub frac_digits: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:141:30 | 141 | pub p_cs_precedes: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 141 | pub p_cs_precedes: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 141 - pub p_cs_precedes: ::c_char, 141 + pub p_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:142:31 | 142 | pub p_sep_by_space: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 142 | pub p_sep_by_space: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 142 - pub p_sep_by_space: ::c_char, 142 + pub p_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:143:30 | 143 | pub n_cs_precedes: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 143 | pub n_cs_precedes: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 143 - pub n_cs_precedes: ::c_char, 143 + pub n_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:144:31 | 144 | pub n_sep_by_space: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 144 | pub n_sep_by_space: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 144 - pub n_sep_by_space: ::c_char, 144 + pub n_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:145:28 | 145 | pub p_sign_posn: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 145 | pub p_sign_posn: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 145 - pub p_sign_posn: ::c_char, 145 + pub p_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:146:28 | 146 | pub n_sign_posn: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 146 | pub n_sign_posn: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 146 - pub n_sign_posn: ::c_char, 146 + pub n_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:147:34 | 147 | pub int_p_cs_precedes: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 147 | pub int_p_cs_precedes: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 147 - pub int_p_cs_precedes: ::c_char, 147 + pub int_p_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:148:35 | 148 | pub int_p_sep_by_space: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 148 | pub int_p_sep_by_space: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 148 - pub int_p_sep_by_space: ::c_char, 148 + pub int_p_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:149:34 | 149 | pub int_n_cs_precedes: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 149 | pub int_n_cs_precedes: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 149 - pub int_n_cs_precedes: ::c_char, 149 + pub int_n_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:150:35 | 150 | pub int_n_sep_by_space: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 150 | pub int_n_sep_by_space: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 150 - pub int_n_sep_by_space: ::c_char, 150 + pub int_n_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:151:32 | 151 | pub int_p_sign_posn: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 151 | pub int_p_sign_posn: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 151 - pub int_p_sign_posn: ::c_char, 151 + pub int_p_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:152:32 | 152 | pub int_n_sign_posn: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 152 | pub int_n_sign_posn: ::c_schar, | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 152 - pub int_n_sign_posn: ::c_char, 152 + pub int_n_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:163:28 | 163 | pub ifa_name: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 163 - pub ifa_name: *mut c_char, 163 + pub ifa_name: *mut char, | help: consider importing this type alias | 1870+ use ffi::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:179:23 | 179 | rtmsg_info: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 179 - rtmsg_info: ::c_ulong, 179 + rtmsg_info: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:189:25 | 189 | pub arp_dev: [::c_char; 16], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 189 | pub arp_dev: [::c_schar; 16], | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 189 - pub arp_dev: [::c_char; 16], 189 + pub arp_dev: [c_char; 16], | error[E0412]: cannot find type `msghdr` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:208:24 | 208 | pub msg_hdr: ::msghdr, | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:229:26 | 229 | pub sun_path: [::c_char; 108] | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 229 | pub sun_path: [::c_schar; 108] | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 229 - pub sun_path: [::c_char; 108] 229 + pub sun_path: [c_char; 108] | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:242:25 | 242 | pub sysname: [::c_char; 65], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 242 | pub sysname: [::c_schar; 65], | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 242 - pub sysname: [::c_char; 65], 242 + pub sysname: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:243:26 | 243 | pub nodename: [::c_char; 65], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 243 | pub nodename: [::c_schar; 65], | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 243 - pub nodename: [::c_char; 65], 243 + pub nodename: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:244:25 | 244 | pub release: [::c_char; 65], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 244 | pub release: [::c_schar; 65], | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 244 - pub release: [::c_char; 65], 244 + pub release: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:245:25 | 245 | pub version: [::c_char; 65], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 245 | pub version: [::c_schar; 65], | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 245 - pub version: [::c_char; 65], 245 + pub version: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:246:25 | 246 | pub machine: [::c_char; 65], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 246 | pub machine: [::c_schar; 65], | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 246 - pub machine: [::c_char; 65], 246 + pub machine: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:247:28 | 247 | pub domainname: [::c_char; 65] | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 247 | pub domainname: [::c_schar; 65] | + help: consider importing this type alias | 1870+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 247 - pub domainname: [::c_char; 65] 247 + pub domainname: [c_char; 65] | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:614:24 | 614 | pub const MS_RDONLY: ::c_ulong = 0x01; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 614 - pub const MS_RDONLY: ::c_ulong = 0x01; 614 + pub const MS_RDONLY: c_ulong = 0x01; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:615:24 | 615 | pub const MS_NOSUID: ::c_ulong = 0x02; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 615 - pub const MS_NOSUID: ::c_ulong = 0x02; 615 + pub const MS_NOSUID: c_ulong = 0x02; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:616:23 | 616 | pub const MS_NODEV: ::c_ulong = 0x04; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 616 - pub const MS_NODEV: ::c_ulong = 0x04; 616 + pub const MS_NODEV: c_ulong = 0x04; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:617:24 | 617 | pub const MS_NOEXEC: ::c_ulong = 0x08; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 617 - pub const MS_NOEXEC: ::c_ulong = 0x08; 617 + pub const MS_NOEXEC: c_ulong = 0x08; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:618:29 | 618 | pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 618 - pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; 618 + pub const MS_SYNCHRONOUS: c_ulong = 0x10; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:619:25 | 619 | pub const MS_REMOUNT: ::c_ulong = 0x20; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 619 - pub const MS_REMOUNT: ::c_ulong = 0x20; 619 + pub const MS_REMOUNT: c_ulong = 0x20; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:620:26 | 620 | pub const MS_MANDLOCK: ::c_ulong = 0x40; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 620 - pub const MS_MANDLOCK: ::c_ulong = 0x40; 620 + pub const MS_MANDLOCK: c_ulong = 0x40; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:621:25 | 621 | pub const MS_DIRSYNC: ::c_ulong = 0x80; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 621 - pub const MS_DIRSYNC: ::c_ulong = 0x80; 621 + pub const MS_DIRSYNC: c_ulong = 0x80; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:622:25 | 622 | pub const MS_NOATIME: ::c_ulong = 0x0400; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 622 - pub const MS_NOATIME: ::c_ulong = 0x0400; 622 + pub const MS_NOATIME: c_ulong = 0x0400; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:623:28 | 623 | pub const MS_NODIRATIME: ::c_ulong = 0x0800; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 623 - pub const MS_NODIRATIME: ::c_ulong = 0x0800; 623 + pub const MS_NODIRATIME: c_ulong = 0x0800; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:624:22 | 624 | pub const MS_BIND: ::c_ulong = 0x1000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 624 - pub const MS_BIND: ::c_ulong = 0x1000; 624 + pub const MS_BIND: c_ulong = 0x1000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:625:22 | 625 | pub const MS_MOVE: ::c_ulong = 0x2000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 625 - pub const MS_MOVE: ::c_ulong = 0x2000; 625 + pub const MS_MOVE: c_ulong = 0x2000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:626:21 | 626 | pub const MS_REC: ::c_ulong = 0x4000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 626 - pub const MS_REC: ::c_ulong = 0x4000; 626 + pub const MS_REC: c_ulong = 0x4000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:627:24 | 627 | pub const MS_SILENT: ::c_ulong = 0x8000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 627 - pub const MS_SILENT: ::c_ulong = 0x8000; 627 + pub const MS_SILENT: c_ulong = 0x8000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:628:26 | 628 | pub const MS_POSIXACL: ::c_ulong = 0x010000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 628 - pub const MS_POSIXACL: ::c_ulong = 0x010000; 628 + pub const MS_POSIXACL: c_ulong = 0x010000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:629:28 | 629 | pub const MS_UNBINDABLE: ::c_ulong = 0x020000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 629 - pub const MS_UNBINDABLE: ::c_ulong = 0x020000; 629 + pub const MS_UNBINDABLE: c_ulong = 0x020000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:630:25 | 630 | pub const MS_PRIVATE: ::c_ulong = 0x040000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 630 - pub const MS_PRIVATE: ::c_ulong = 0x040000; 630 + pub const MS_PRIVATE: c_ulong = 0x040000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:631:23 | 631 | pub const MS_SLAVE: ::c_ulong = 0x080000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 631 - pub const MS_SLAVE: ::c_ulong = 0x080000; 631 + pub const MS_SLAVE: c_ulong = 0x080000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:632:24 | 632 | pub const MS_SHARED: ::c_ulong = 0x100000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 632 - pub const MS_SHARED: ::c_ulong = 0x100000; 632 + pub const MS_SHARED: c_ulong = 0x100000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:633:26 | 633 | pub const MS_RELATIME: ::c_ulong = 0x200000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 633 - pub const MS_RELATIME: ::c_ulong = 0x200000; 633 + pub const MS_RELATIME: c_ulong = 0x200000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:634:27 | 634 | pub const MS_KERNMOUNT: ::c_ulong = 0x400000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 634 - pub const MS_KERNMOUNT: ::c_ulong = 0x400000; 634 + pub const MS_KERNMOUNT: c_ulong = 0x400000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:635:27 | 635 | pub const MS_I_VERSION: ::c_ulong = 0x800000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 635 - pub const MS_I_VERSION: ::c_ulong = 0x800000; 635 + pub const MS_I_VERSION: c_ulong = 0x800000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:636:29 | 636 | pub const MS_STRICTATIME: ::c_ulong = 0x1000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 636 - pub const MS_STRICTATIME: ::c_ulong = 0x1000000; 636 + pub const MS_STRICTATIME: c_ulong = 0x1000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:637:26 | 637 | pub const MS_LAZYTIME: ::c_ulong = 0x2000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 637 - pub const MS_LAZYTIME: ::c_ulong = 0x2000000; 637 + pub const MS_LAZYTIME: c_ulong = 0x2000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:638:24 | 638 | pub const MS_ACTIVE: ::c_ulong = 0x40000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 638 - pub const MS_ACTIVE: ::c_ulong = 0x40000000; 638 + pub const MS_ACTIVE: c_ulong = 0x40000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:639:25 | 639 | pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 639 - pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; 639 + pub const MS_MGC_VAL: c_ulong = 0xc0ed0000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:640:25 | 640 | pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1870+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 640 - pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; 640 + pub const MS_MGC_MSK: c_ulong = 0xffff0000; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1284:23 | 1284 | pub const UTIME_OMIT: c_long = 1073741822; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1870 + use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1285:22 | 1285 | pub const UTIME_NOW: c_long = 1073741823; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1870 + use ffi::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1426:39 | 1426 | pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1426 - pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5; 1426 + pub const ADFS_SUPER_MAGIC: c_long = 0x0000adf5; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1427:39 | 1427 | pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1427 - pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff; 1427 + pub const AFFS_SUPER_MAGIC: c_long = 0x0000adff; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1428:38 | 1428 | pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1428 - pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f; 1428 + pub const AFS_SUPER_MAGIC: c_long = 0x5346414f; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1429:41 | 1429 | pub const AUTOFS_SUPER_MAGIC: ::c_long = 0x0187; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1429 - pub const AUTOFS_SUPER_MAGIC: ::c_long = 0x0187; 1429 + pub const AUTOFS_SUPER_MAGIC: c_long = 0x0187; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1430:35 | 1430 | pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1430 - pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11; 1430 + pub const BPF_FS_MAGIC: c_long = 0xcafe4a11; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1431:40 | 1431 | pub const BTRFS_SUPER_MAGIC: ::c_long = 0x9123683e; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1431 - pub const BTRFS_SUPER_MAGIC: ::c_long = 0x9123683e; 1431 + pub const BTRFS_SUPER_MAGIC: c_long = 0x9123683e; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1432:42 | 1432 | pub const CGROUP2_SUPER_MAGIC: ::c_long = 0x63677270; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1432 - pub const CGROUP2_SUPER_MAGIC: ::c_long = 0x63677270; 1432 + pub const CGROUP2_SUPER_MAGIC: c_long = 0x63677270; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1433:41 | 1433 | pub const CGROUP_SUPER_MAGIC: ::c_long = 0x27e0eb; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1433 - pub const CGROUP_SUPER_MAGIC: ::c_long = 0x27e0eb; 1433 + pub const CGROUP_SUPER_MAGIC: c_long = 0x27e0eb; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1434:39 | 1434 | pub const CODA_SUPER_MAGIC: ::c_long = 0x73757245; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1434 - pub const CODA_SUPER_MAGIC: ::c_long = 0x73757245; 1434 + pub const CODA_SUPER_MAGIC: c_long = 0x73757245; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1435:35 | 1435 | pub const CRAMFS_MAGIC: ::c_long = 0x28cd3d45; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1435 - pub const CRAMFS_MAGIC: ::c_long = 0x28cd3d45; 1435 + pub const CRAMFS_MAGIC: c_long = 0x28cd3d45; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1436:36 | 1436 | pub const DEBUGFS_MAGIC: ::c_long = 0x64626720; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1436 - pub const DEBUGFS_MAGIC: ::c_long = 0x64626720; 1436 + pub const DEBUGFS_MAGIC: c_long = 0x64626720; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1437:41 | 1437 | pub const DEVPTS_SUPER_MAGIC: ::c_long = 0x1cd1; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1437 - pub const DEVPTS_SUPER_MAGIC: ::c_long = 0x1cd1; 1437 + pub const DEVPTS_SUPER_MAGIC: c_long = 0x1cd1; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1438:43 | 1438 | pub const ECRYPTFS_SUPER_MAGIC: ::c_long = 0xf15f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1438 - pub const ECRYPTFS_SUPER_MAGIC: ::c_long = 0xf15f; 1438 + pub const ECRYPTFS_SUPER_MAGIC: c_long = 0xf15f; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1439:38 | 1439 | pub const EFS_SUPER_MAGIC: ::c_long = 0x00414a53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1439 - pub const EFS_SUPER_MAGIC: ::c_long = 0x00414a53; 1439 + pub const EFS_SUPER_MAGIC: c_long = 0x00414a53; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1440:39 | 1440 | pub const EXT2_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1440 - pub const EXT2_SUPER_MAGIC: ::c_long = 0x0000ef53; 1440 + pub const EXT2_SUPER_MAGIC: c_long = 0x0000ef53; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1441:39 | 1441 | pub const EXT3_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1441 - pub const EXT3_SUPER_MAGIC: ::c_long = 0x0000ef53; 1441 + pub const EXT3_SUPER_MAGIC: c_long = 0x0000ef53; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1442:39 | 1442 | pub const EXT4_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1442 - pub const EXT4_SUPER_MAGIC: ::c_long = 0x0000ef53; 1442 + pub const EXT4_SUPER_MAGIC: c_long = 0x0000ef53; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1443:39 | 1443 | pub const F2FS_SUPER_MAGIC: ::c_long = 0xf2f52010; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1443 - pub const F2FS_SUPER_MAGIC: ::c_long = 0xf2f52010; 1443 + pub const F2FS_SUPER_MAGIC: c_long = 0xf2f52010; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1444:39 | 1444 | pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1444 - pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546; 1444 + pub const FUSE_SUPER_MAGIC: c_long = 0x65735546; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1445:42 | 1445 | pub const FUTEXFS_SUPER_MAGIC: ::c_long = 0xbad1dea; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1445 - pub const FUTEXFS_SUPER_MAGIC: ::c_long = 0xbad1dea; 1445 + pub const FUTEXFS_SUPER_MAGIC: c_long = 0xbad1dea; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1446:41 | 1446 | pub const HOSTFS_SUPER_MAGIC: ::c_long = 0x00c0ffee; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1446 - pub const HOSTFS_SUPER_MAGIC: ::c_long = 0x00c0ffee; 1446 + pub const HOSTFS_SUPER_MAGIC: c_long = 0x00c0ffee; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1447:39 | 1447 | pub const HPFS_SUPER_MAGIC: ::c_long = 0xf995e849; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1447 - pub const HPFS_SUPER_MAGIC: ::c_long = 0xf995e849; 1447 + pub const HPFS_SUPER_MAGIC: c_long = 0xf995e849; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1448:38 | 1448 | pub const HUGETLBFS_MAGIC: ::c_long = 0x958458f6; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1448 - pub const HUGETLBFS_MAGIC: ::c_long = 0x958458f6; 1448 + pub const HUGETLBFS_MAGIC: c_long = 0x958458f6; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1449:40 | 1449 | pub const ISOFS_SUPER_MAGIC: ::c_long = 0x00009660; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1449 - pub const ISOFS_SUPER_MAGIC: ::c_long = 0x00009660; 1449 + pub const ISOFS_SUPER_MAGIC: c_long = 0x00009660; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1450:40 | 1450 | pub const JFFS2_SUPER_MAGIC: ::c_long = 0x000072b6; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1450 - pub const JFFS2_SUPER_MAGIC: ::c_long = 0x000072b6; 1450 + pub const JFFS2_SUPER_MAGIC: c_long = 0x000072b6; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1451:42 | 1451 | pub const MINIX2_SUPER_MAGIC2: ::c_long = 0x00002478; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1451 - pub const MINIX2_SUPER_MAGIC2: ::c_long = 0x00002478; 1451 + pub const MINIX2_SUPER_MAGIC2: c_long = 0x00002478; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1452:41 | 1452 | pub const MINIX2_SUPER_MAGIC: ::c_long = 0x00002468; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1452 - pub const MINIX2_SUPER_MAGIC: ::c_long = 0x00002468; 1452 + pub const MINIX2_SUPER_MAGIC: c_long = 0x00002468; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1453:41 | 1453 | pub const MINIX3_SUPER_MAGIC: ::c_long = 0x4d5a; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1453 - pub const MINIX3_SUPER_MAGIC: ::c_long = 0x4d5a; 1453 + pub const MINIX3_SUPER_MAGIC: c_long = 0x4d5a; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1454:41 | 1454 | pub const MINIX_SUPER_MAGIC2: ::c_long = 0x0000138f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1454 - pub const MINIX_SUPER_MAGIC2: ::c_long = 0x0000138f; 1454 + pub const MINIX_SUPER_MAGIC2: c_long = 0x0000138f; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1455:40 | 1455 | pub const MINIX_SUPER_MAGIC: ::c_long = 0x0000137f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1455 - pub const MINIX_SUPER_MAGIC: ::c_long = 0x0000137f; 1455 + pub const MINIX_SUPER_MAGIC: c_long = 0x0000137f; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1456:40 | 1456 | pub const MSDOS_SUPER_MAGIC: ::c_long = 0x00004d44; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1456 - pub const MSDOS_SUPER_MAGIC: ::c_long = 0x00004d44; 1456 + pub const MSDOS_SUPER_MAGIC: c_long = 0x00004d44; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1457:38 | 1457 | pub const NCP_SUPER_MAGIC: ::c_long = 0x0000564c; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1457 - pub const NCP_SUPER_MAGIC: ::c_long = 0x0000564c; 1457 + pub const NCP_SUPER_MAGIC: c_long = 0x0000564c; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1458:38 | 1458 | pub const NFS_SUPER_MAGIC: ::c_long = 0x00006969; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1458 - pub const NFS_SUPER_MAGIC: ::c_long = 0x00006969; 1458 + pub const NFS_SUPER_MAGIC: c_long = 0x00006969; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1459:40 | 1459 | pub const NILFS_SUPER_MAGIC: ::c_long = 0x3434; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1459 - pub const NILFS_SUPER_MAGIC: ::c_long = 0x3434; 1459 + pub const NILFS_SUPER_MAGIC: c_long = 0x3434; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1460:40 | 1460 | pub const OCFS2_SUPER_MAGIC: ::c_long = 0x7461636f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1460 - pub const OCFS2_SUPER_MAGIC: ::c_long = 0x7461636f; 1460 + pub const OCFS2_SUPER_MAGIC: c_long = 0x7461636f; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1461:43 | 1461 | pub const OPENPROM_SUPER_MAGIC: ::c_long = 0x00009fa1; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1461 - pub const OPENPROM_SUPER_MAGIC: ::c_long = 0x00009fa1; 1461 + pub const OPENPROM_SUPER_MAGIC: c_long = 0x00009fa1; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1462:44 | 1462 | pub const OVERLAYFS_SUPER_MAGIC: ::c_long = 0x794c7630; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1462 - pub const OVERLAYFS_SUPER_MAGIC: ::c_long = 0x794c7630; 1462 + pub const OVERLAYFS_SUPER_MAGIC: c_long = 0x794c7630; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1463:39 | 1463 | pub const PROC_SUPER_MAGIC: ::c_long = 0x00009fa0; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1463 - pub const PROC_SUPER_MAGIC: ::c_long = 0x00009fa0; 1463 + pub const PROC_SUPER_MAGIC: c_long = 0x00009fa0; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1464:39 | 1464 | pub const QNX4_SUPER_MAGIC: ::c_long = 0x0000002f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1464 - pub const QNX4_SUPER_MAGIC: ::c_long = 0x0000002f; 1464 + pub const QNX4_SUPER_MAGIC: c_long = 0x0000002f; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1465:39 | 1465 | pub const QNX6_SUPER_MAGIC: ::c_long = 0x68191122; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1465 - pub const QNX6_SUPER_MAGIC: ::c_long = 0x68191122; 1465 + pub const QNX6_SUPER_MAGIC: c_long = 0x68191122; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1466:43 | 1466 | pub const RDTGROUP_SUPER_MAGIC: ::c_long = 0x7655821; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1466 - pub const RDTGROUP_SUPER_MAGIC: ::c_long = 0x7655821; 1466 + pub const RDTGROUP_SUPER_MAGIC: c_long = 0x7655821; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1467:43 | 1467 | pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1467 - pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973; 1467 + pub const REISERFS_SUPER_MAGIC: c_long = 0x52654973; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1468:39 | 1468 | pub const SECURITYFS_MAGIC: ::c_long = 0x73636673; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1468 - pub const SECURITYFS_MAGIC: ::c_long = 0x73636673; 1468 + pub const SECURITYFS_MAGIC: c_long = 0x73636673; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1469:36 | 1469 | pub const SELINUX_MAGIC: ::c_long = 0xf97cff8c; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1469 - pub const SELINUX_MAGIC: ::c_long = 0xf97cff8c; 1469 + pub const SELINUX_MAGIC: c_long = 0xf97cff8c; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1470:34 | 1470 | pub const SMACK_MAGIC: ::c_long = 0x43415d53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1470 - pub const SMACK_MAGIC: ::c_long = 0x43415d53; 1470 + pub const SMACK_MAGIC: c_long = 0x43415d53; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1471:38 | 1471 | pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1471 - pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b; 1471 + pub const SMB_SUPER_MAGIC: c_long = 0x0000517b; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1472:34 | 1472 | pub const SYSFS_MAGIC: ::c_long = 0x62656572; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1472 - pub const SYSFS_MAGIC: ::c_long = 0x62656572; 1472 + pub const SYSFS_MAGIC: c_long = 0x62656572; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1473:34 | 1473 | pub const TMPFS_MAGIC: ::c_long = 0x01021994; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1473 - pub const TMPFS_MAGIC: ::c_long = 0x01021994; 1473 + pub const TMPFS_MAGIC: c_long = 0x01021994; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1474:36 | 1474 | pub const TRACEFS_MAGIC: ::c_long = 0x74726163; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1474 - pub const TRACEFS_MAGIC: ::c_long = 0x74726163; 1474 + pub const TRACEFS_MAGIC: c_long = 0x74726163; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1475:38 | 1475 | pub const UDF_SUPER_MAGIC: ::c_long = 0x15013346; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1475 - pub const UDF_SUPER_MAGIC: ::c_long = 0x15013346; 1475 + pub const UDF_SUPER_MAGIC: c_long = 0x15013346; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1476:44 | 1476 | pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1476 - pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2; 1476 + pub const USBDEVICE_SUPER_MAGIC: c_long = 0x00009fa2; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1477:40 | 1477 | pub const XENFS_SUPER_MAGIC: ::c_long = 0xabba1974; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1477 - pub const XENFS_SUPER_MAGIC: ::c_long = 0xabba1974; 1477 + pub const XENFS_SUPER_MAGIC: c_long = 0xabba1974; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1478:33 | 1478 | pub const NSFS_MAGIC: ::c_long = 0x6e736673; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1870 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1478 - pub const NSFS_MAGIC: ::c_long = 0x6e736673; 1478 + pub const NSFS_MAGIC: c_long = 0x6e736673; | error[E0412]: cannot find type `msghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1543:39 | 1543 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1543:55 | 1543 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1544:64 | 1544 | if (*mhdr).msg_controllen as usize >= ::mem::size_of::() { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1545:41 | 1545 | (*mhdr).msg_control as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1547:23 | 1547 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1551:35 | 1551 | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut ::c_uchar { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1556:68 | 1556 | (CMSG_ALIGN(length as usize) + CMSG_ALIGN(::mem::size_of::())) | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1561:37 | 1561 | CMSG_ALIGN(::mem::size_of::()) as ::c_uint + length | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1675:34 | 1675 | pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1676:31 | 1676 | pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1687:65 | 1687 | pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1689:24 | 1689 | attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1696:34 | 1696 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1696 | pub fn statfs(path: *const ::c_schar, buf: *mut statfs) -> ::c_int; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1696 - pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; 1696 + pub fn statfs(path: *const c_char, buf: *mut statfs) -> ::c_int; | error[E0573]: expected type, found function `statfs` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1696:52 | 1696 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1697:36 | 1697 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1697 | pub fn statfs64(path: *const ::c_schar, buf: *mut statfs64) -> ::c_int; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1697 - pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; 1697 + pub fn statfs64(path: *const c_char, buf: *mut statfs64) -> ::c_int; | error[E0573]: expected type, found function `statfs64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1697:54 | 1697 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^^^ not a type error[E0573]: expected type, found function `statfs` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1698:43 | 1698 | pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0573]: expected type, found function `statfs64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1699:45 | 1699 | pub fn fstatfs64(fd: ::c_int, buf: *mut statfs64) -> ::c_int; | ^^^^^^^^ not a type error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1700:37 | 1700 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1700 | pub fn statvfs64(path: *const ::c_schar, buf: *mut statvfs64) -> ::c_int; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1700 - pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; 1700 + pub fn statvfs64(path: *const c_char, buf: *mut statvfs64) -> ::c_int; | error[E0573]: expected type, found function `statvfs64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1700:55 | 1700 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0573]: expected type, found function `statvfs64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1701:46 | 1701 | pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int; | ^^^^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1714:24 | 1714 | path: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1714 | path: *const ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1714 - path: *const ::c_char, 1714 + path: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1720:54 | 1720 | pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1720 | pub fn newlocale(mask: ::c_int, locale: *const ::c_schar, base: ::locale_t) -> ::locale_t; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1720 - pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; 1720 + pub fn newlocale(mask: ::c_int, locale: *const c_char, base: ::locale_t) -> ::locale_t; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1722:33 | 1722 | pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1722 - pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int; 1722 + pub fn creat64(path: *const char, mode: mode_t) -> ::c_int; | help: consider importing this type alias | 1870 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1723:47 | 1723 | pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int; | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1726:26 | 1726 | pathname: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1726 - pathname: *const c_char, 1726 + pathname: *const char, | help: consider importing this type alias | 1870 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1727:19 | 1727 | buf: *mut stat64, | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1732:33 | 1732 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1732 - pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; 1732 + pub fn lstat64(path: *const char, buf: *mut stat64) -> ::c_int; | help: consider importing this type alias | 1870 + use ffi::c_char; | Compiling pyo3-ffi v0.18.3 Compiling pyo3 v0.18.3 error[E0573]: expected type, found function `stat64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1732:51 | 1732 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1741:32 | 1741 | pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1741 - pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; 1741 + pub fn open64(path: *const char, oflag: ::c_int, ...) -> ::c_int; | help: consider importing this type alias | 1870 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1742:47 | 1742 | pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1742 - pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; 1742 + pub fn openat64(fd: ::c_int, path: *const char, oflag: ::c_int, ...) -> ::c_int; | help: consider importing this type alias | 1870 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1756:32 | 1756 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1756 - pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; 1756 + pub fn stat64(path: *const char, buf: *mut stat64) -> ::c_int; | help: consider importing this type alias | 1870 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1756:50 | 1756 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1757:36 | 1757 | pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1757 - pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int; 1757 + pub fn truncate64(path: *const char, length: off64_t) -> ::c_int; | help: consider importing this type alias | 1870 + use ffi::c_char; | Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.18.3/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 -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib"))' -C metadata=b421d0158eba248b -C extra-filename=-950682db51cb8d9a --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/pyo3-ffi-950682db51cb8d9a -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern pyo3_build_config=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libpyo3_build_config-6608fe2805a7034d.rlib --cap-lints allow` error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1761:28 | 1761 | pathname: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1761 | pathname: *const ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1761 - pathname: *const ::c_char, 1761 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1783:47 | 1783 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1783 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_schar, buflen: ::size_t) -> ::c_int; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1783 - pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; 1783 + pub fn ptsname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; | error[E0412]: cannot find type `siginfo_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1785:61 | 1785 | pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) | ^^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1789:36 | 1789 | pub fn acct(filename: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1789 | pub fn acct(filename: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1789 - pub fn acct(filename: *const ::c_char) -> ::c_int; 1789 + pub fn acct(filename: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1807:24 | 1807 | file: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1807 | file: *const ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1807 - file: *const ::c_char, 1807 + file: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1808:31 | 1808 | argv: *const *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1808 | argv: *const *const ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1808 - argv: *const *const ::c_char, 1808 + argv: *const *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1809:31 | 1809 | envp: *const *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1809 | envp: *const *const ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1809 - envp: *const *const ::c_char, 1809 + envp: *const *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1813:31 | 1813 | argv: *const *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1813 | argv: *const *const ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1813 - argv: *const *const ::c_char, 1813 + argv: *const *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1814:31 | 1814 | envp: *const *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1814 | envp: *const *const ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1814 - envp: *const *const ::c_char, 1814 + envp: *const *const c_char, | Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-0.18.3/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 -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py37", "abi3-py38", "abi3-py39", "anyhow", "auto-initialize", "chrono", "default", "experimental-inspect", "extension-module", "eyre", "full", "generate-import-lib", "hashbrown", "indexmap", "indoc", "inventory", "macros", "multiple-pymethods", "nightly", "num-bigint", "num-complex", "pyo3-macros", "serde", "unindent"))' -C metadata=f9d46e5119e94b9b -C extra-filename=-22541bc501b88bcb --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/pyo3-22541bc501b88bcb -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern pyo3_build_config=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libpyo3_build_config-6608fe2805a7034d.rlib --cap-lints allow` error[E0412]: cannot find type `msghdr` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1823:47 | 1823 | pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `msghdr` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1824:45 | 1824 | pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1827:34 | 1827 | pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1827 | pub fn strchrnul(s: *const ::c_schar, c: ::c_int) -> *mut ::c_char; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1827 - pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char; 1827 + pub fn strchrnul(s: *const c_char, c: ::c_int) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1827:64 | 1827 | pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1827 | pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_schar; | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1827 - pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char; 1827 + pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1848:30 | 1848 | name: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1848 | name: *mut ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1848 - name: *mut ::c_char, 1848 + name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/mod.rs:1856:30 | 1856 | name: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1856 | name: *mut ::c_schar, | + help: consider importing this type alias | 1870 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1856 - name: *mut ::c_char, 1856 + name: *mut c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:12:21 | 12 | pub type nfds_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 486+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 12 - pub type nfds_t = ::c_ulong; 12 + pub type nfds_t = c_ulong; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:71:33 | 71 | pub gl_pathv: *mut *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 71 - pub gl_pathv: *mut *mut c_char, 71 + pub gl_pathv: *mut *mut char, | help: consider importing this type alias | 486+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:83:29 | 83 | pub pw_name: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 83 | pub pw_name: *mut ::c_schar, | + help: consider importing this type alias | 486+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 83 - pub pw_name: *mut ::c_char, 83 + pub pw_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:84:31 | 84 | pub pw_passwd: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 84 | pub pw_passwd: *mut ::c_schar, | + help: consider importing this type alias | 486+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 84 - pub pw_passwd: *mut ::c_char, 84 + pub pw_passwd: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:87:30 | 87 | pub pw_gecos: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 87 | pub pw_gecos: *mut ::c_schar, | + help: consider importing this type alias | 486+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 87 - pub pw_gecos: *mut ::c_char, 87 + pub pw_gecos: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:88:28 | 88 | pub pw_dir: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 88 | pub pw_dir: *mut ::c_schar, | + help: consider importing this type alias | 486+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 88 - pub pw_dir: *mut ::c_char, 88 + pub pw_dir: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:89:30 | 89 | pub pw_shell: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 89 | pub pw_shell: *mut ::c_schar, | + help: consider importing this type alias | 486+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 89 - pub pw_shell: *mut ::c_char, 89 + pub pw_shell: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:93:29 | 93 | pub sp_namp: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 93 | pub sp_namp: *mut ::c_schar, | + help: consider importing this type alias | 486+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 93 - pub sp_namp: *mut ::c_char, 93 + pub sp_namp: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:94:29 | 94 | pub sp_pwdp: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 94 | pub sp_pwdp: *mut ::c_schar, | + help: consider importing this type alias | 486+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 94 - pub sp_pwdp: *mut ::c_char, 94 + pub sp_pwdp: *mut c_char, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:95:26 | 95 | pub sp_lstchg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 486+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 95 - pub sp_lstchg: ::c_long, 95 + pub sp_lstchg: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:96:23 | 96 | pub sp_min: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 486+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 96 - pub sp_min: ::c_long, 96 + pub sp_min: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:97:23 | 97 | pub sp_max: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 486+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 97 - pub sp_max: ::c_long, 97 + pub sp_max: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:98:24 | 98 | pub sp_warn: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 486+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 98 - pub sp_warn: ::c_long, 98 + pub sp_warn: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:99:25 | 99 | pub sp_inact: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 486+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 99 - pub sp_inact: ::c_long, 99 + pub sp_inact: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:100:26 | 100 | pub sp_expire: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 100 - pub sp_expire: ::c_long, 100 + pub sp_expire: c_long, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:101:24 | 101 | pub sp_flag: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 101 - pub sp_flag: ::c_ulong, 101 + pub sp_flag: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:168:29 | 168 | pub if_name: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 168 | pub if_name: *mut ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 168 - pub if_name: *mut ::c_char, 168 + pub if_name: *mut c_char, | error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:223:26 | 223 | pub codes_ptr: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:320:33 | 320 | pub dlpi_name: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 320 | pub dlpi_name: *const ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 320 - pub dlpi_name: *const ::c_char, 320 + pub dlpi_name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:454:32 | 454 | pub mnt_fsname: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 454 | pub mnt_fsname: *mut ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 454 - pub mnt_fsname: *mut ::c_char, 454 + pub mnt_fsname: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:455:29 | 455 | pub mnt_dir: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 455 | pub mnt_dir: *mut ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 455 - pub mnt_dir: *mut ::c_char, 455 + pub mnt_dir: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:456:30 | 456 | pub mnt_type: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 456 | pub mnt_type: *mut ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 456 - pub mnt_type: *mut ::c_char, 456 + pub mnt_type: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:457:30 | 457 | pub mnt_opts: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 457 | pub mnt_opts: *mut ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 457 - pub mnt_opts: *mut ::c_char, 457 + pub mnt_opts: *mut c_char, | error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:472:17 | 472 | __sd: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:473:17 | 473 | __ss: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:496:20 | 496 | pub dev: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 496 - pub dev: ::c_ulong, 496 + pub dev: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:497:22 | 497 | pub stamp: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 497 - pub stamp: ::c_ulong, 497 + pub stamp: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:498:24 | 498 | pub updated: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 498 - pub updated: ::c_ulong, 498 + pub updated: c_ulong, | error[E0412]: cannot find type `regoff_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:523:20 | 523 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `regoff_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:524:20 | 524 | pub rm_eo: regoff_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:581:36 | 581 | pub instruction_pointer: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:582:22 | 582 | pub args: [::__u64; 6], | ^^^^^ not found in the crate root error[E0412]: cannot find type `__s64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:604:23 | 604 | pub src_fd: ::__s64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:605:27 | 605 | pub src_offset: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:606:27 | 606 | pub src_length: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:607:28 | 607 | pub dest_offset: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:611:26 | 611 | pub mem_start: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 611 - pub mem_start: ::c_ulong, 611 + pub mem_start: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:612:24 | 612 | pub mem_end: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 612 - pub mem_end: ::c_ulong, 612 + pub mem_end: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:626:28 | 626 | pub name: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 626 | pub name: *const ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 626 - pub name: *const ::c_char, 626 + pub name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:703:24 | 703 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 703 | pub d_name: [::c_schar; 256], | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 703 - pub d_name: [::c_char; 256], 703 + pub d_name: [c_char; 256], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:711:24 | 711 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 711 | pub d_name: [::c_schar; 256], | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 711 - pub d_name: [::c_char; 256], 711 + pub d_name: [c_char; 256], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:724:22 | 724 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 724 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 724 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 724 + pub name: [c_char; UINPUT_MAX_NAME_SIZE], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:729:22 | 729 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 729 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 729 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 729 + pub name: [c_char; UINPUT_MAX_NAME_SIZE], | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:765:25 | 765 | pub mq_flags: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 765 - pub mq_flags: ::c_long, 765 + pub mq_flags: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:767:26 | 767 | pub mq_maxmsg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 767 - pub mq_maxmsg: ::c_long, 767 + pub mq_maxmsg: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:769:27 | 769 | pub mq_msgsize: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 769 - pub mq_msgsize: ::c_long, 769 + pub mq_msgsize: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:771:27 | 771 | pub mq_curmsgs: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 771 - pub mq_curmsgs: ::c_long, 771 + pub mq_curmsgs: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:773:17 | 773 | pad: [::c_long; 4], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 773 - pad: [::c_long; 4], 773 + pad: [c_long; 4], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:788:28 | 788 | pub ifru_slave: [::c_char; ::IFNAMSIZ], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 788 | pub ifru_slave: [::c_schar; ::IFNAMSIZ], | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 788 - pub ifru_slave: [::c_char; ::IFNAMSIZ], 788 + pub ifru_slave: [c_char; ::IFNAMSIZ], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:789:30 | 789 | pub ifru_newname: [::c_char; ::IFNAMSIZ], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 789 | pub ifru_newname: [::c_schar; ::IFNAMSIZ], | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 789 - pub ifru_newname: [::c_char; ::IFNAMSIZ], 789 + pub ifru_newname: [c_char; ::IFNAMSIZ], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:790:31 | 790 | pub ifru_data: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 790 | pub ifru_data: *mut ::c_schar, | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 790 - pub ifru_data: *mut ::c_char, 790 + pub ifru_data: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:795:26 | 795 | pub ifr_name: [::c_char; ::IFNAMSIZ], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 795 | pub ifr_name: [::c_schar; ::IFNAMSIZ], | + help: consider importing this type alias | 4861+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 795 - pub ifr_name: [::c_char; ::IFNAMSIZ], 795 + pub ifr_name: [c_char; ::IFNAMSIZ], | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1351:24 | 1351 | pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1351 - pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; 1351 + pub const MS_NOUSER: c_ulong = 0xffffffff80000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1673:22 | 1673 | pub const AT_NULL: ::c_ulong = 0; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1673 - pub const AT_NULL: ::c_ulong = 0; 1673 + pub const AT_NULL: c_ulong = 0; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1674:24 | 1674 | pub const AT_IGNORE: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1674 - pub const AT_IGNORE: ::c_ulong = 1; 1674 + pub const AT_IGNORE: c_ulong = 1; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1675:24 | 1675 | pub const AT_EXECFD: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1675 - pub const AT_EXECFD: ::c_ulong = 2; 1675 + pub const AT_EXECFD: c_ulong = 2; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1676:22 | 1676 | pub const AT_PHDR: ::c_ulong = 3; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1676 - pub const AT_PHDR: ::c_ulong = 3; 1676 + pub const AT_PHDR: c_ulong = 3; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1677:23 | 1677 | pub const AT_PHENT: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1677 - pub const AT_PHENT: ::c_ulong = 4; 1677 + pub const AT_PHENT: c_ulong = 4; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1678:23 | 1678 | pub const AT_PHNUM: ::c_ulong = 5; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1678 - pub const AT_PHNUM: ::c_ulong = 5; 1678 + pub const AT_PHNUM: c_ulong = 5; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1679:24 | 1679 | pub const AT_PAGESZ: ::c_ulong = 6; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1679 - pub const AT_PAGESZ: ::c_ulong = 6; 1679 + pub const AT_PAGESZ: c_ulong = 6; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1680:22 | 1680 | pub const AT_BASE: ::c_ulong = 7; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1680 - pub const AT_BASE: ::c_ulong = 7; 1680 + pub const AT_BASE: c_ulong = 7; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1681:23 | 1681 | pub const AT_FLAGS: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1681 - pub const AT_FLAGS: ::c_ulong = 8; 1681 + pub const AT_FLAGS: c_ulong = 8; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1682:23 | 1682 | pub const AT_ENTRY: ::c_ulong = 9; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1682 - pub const AT_ENTRY: ::c_ulong = 9; 1682 + pub const AT_ENTRY: c_ulong = 9; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1683:24 | 1683 | pub const AT_NOTELF: ::c_ulong = 10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1683 - pub const AT_NOTELF: ::c_ulong = 10; 1683 + pub const AT_NOTELF: c_ulong = 10; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1684:21 | 1684 | pub const AT_UID: ::c_ulong = 11; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1684 - pub const AT_UID: ::c_ulong = 11; 1684 + pub const AT_UID: c_ulong = 11; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1685:22 | 1685 | pub const AT_EUID: ::c_ulong = 12; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1685 - pub const AT_EUID: ::c_ulong = 12; 1685 + pub const AT_EUID: c_ulong = 12; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1686:21 | 1686 | pub const AT_GID: ::c_ulong = 13; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1686 - pub const AT_GID: ::c_ulong = 13; 1686 + pub const AT_GID: c_ulong = 13; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1687:22 | 1687 | pub const AT_EGID: ::c_ulong = 14; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1687 - pub const AT_EGID: ::c_ulong = 14; 1687 + pub const AT_EGID: c_ulong = 14; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1688:26 | 1688 | pub const AT_PLATFORM: ::c_ulong = 15; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1688 - pub const AT_PLATFORM: ::c_ulong = 15; 1688 + pub const AT_PLATFORM: c_ulong = 15; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1689:23 | 1689 | pub const AT_HWCAP: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1689 - pub const AT_HWCAP: ::c_ulong = 16; 1689 + pub const AT_HWCAP: c_ulong = 16; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1690:24 | 1690 | pub const AT_CLKTCK: ::c_ulong = 17; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1690 - pub const AT_CLKTCK: ::c_ulong = 17; 1690 + pub const AT_CLKTCK: c_ulong = 17; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1692:24 | 1692 | pub const AT_SECURE: ::c_ulong = 23; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1692 - pub const AT_SECURE: ::c_ulong = 23; 1692 + pub const AT_SECURE: c_ulong = 23; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1693:31 | 1693 | pub const AT_BASE_PLATFORM: ::c_ulong = 24; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1693 - pub const AT_BASE_PLATFORM: ::c_ulong = 24; 1693 + pub const AT_BASE_PLATFORM: c_ulong = 24; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1694:24 | 1694 | pub const AT_RANDOM: ::c_ulong = 25; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1694 - pub const AT_RANDOM: ::c_ulong = 25; 1694 + pub const AT_RANDOM: c_ulong = 25; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1695:24 | 1695 | pub const AT_HWCAP2: ::c_ulong = 26; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1695 - pub const AT_HWCAP2: ::c_ulong = 26; 1695 + pub const AT_HWCAP2: c_ulong = 26; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1697:24 | 1697 | pub const AT_EXECFN: ::c_ulong = 31; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1697 - pub const AT_EXECFN: ::c_ulong = 31; 1697 + pub const AT_EXECFN: c_ulong = 31; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1701:30 | 1701 | pub const AT_SYSINFO_EHDR: ::c_ulong = 33; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1701 - pub const AT_SYSINFO_EHDR: ::c_ulong = 33; 1701 + pub const AT_SYSINFO_EHDR: c_ulong = 33; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1854:24 | 1854 | pub const ST_RDONLY: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1854 - pub const ST_RDONLY: ::c_ulong = 1; 1854 + pub const ST_RDONLY: c_ulong = 1; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1855:24 | 1855 | pub const ST_NOSUID: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1855 - pub const ST_NOSUID: ::c_ulong = 2; 1855 + pub const ST_NOSUID: c_ulong = 2; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1856:23 | 1856 | pub const ST_NODEV: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1856 - pub const ST_NODEV: ::c_ulong = 4; 1856 + pub const ST_NODEV: c_ulong = 4; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1857:24 | 1857 | pub const ST_NOEXEC: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1857 - pub const ST_NOEXEC: ::c_ulong = 8; 1857 + pub const ST_NOEXEC: c_ulong = 8; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1858:29 | 1858 | pub const ST_SYNCHRONOUS: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1858 - pub const ST_SYNCHRONOUS: ::c_ulong = 16; 1858 + pub const ST_SYNCHRONOUS: c_ulong = 16; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1859:26 | 1859 | pub const ST_MANDLOCK: ::c_ulong = 64; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1859 - pub const ST_MANDLOCK: ::c_ulong = 64; 1859 + pub const ST_MANDLOCK: c_ulong = 64; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1860:23 | 1860 | pub const ST_WRITE: ::c_ulong = 128; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1860 - pub const ST_WRITE: ::c_ulong = 128; 1860 + pub const ST_WRITE: c_ulong = 128; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1861:24 | 1861 | pub const ST_APPEND: ::c_ulong = 256; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1861 - pub const ST_APPEND: ::c_ulong = 256; 1861 + pub const ST_APPEND: c_ulong = 256; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1862:27 | 1862 | pub const ST_IMMUTABLE: ::c_ulong = 512; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1862 - pub const ST_IMMUTABLE: ::c_ulong = 512; 1862 + pub const ST_IMMUTABLE: c_ulong = 512; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1863:25 | 1863 | pub const ST_NOATIME: ::c_ulong = 1024; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1863 - pub const ST_NOATIME: ::c_ulong = 1024; 1863 + pub const ST_NOATIME: c_ulong = 1024; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1864:28 | 1864 | pub const ST_NODIRATIME: ::c_ulong = 2048; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1864 - pub const ST_NODIRATIME: ::c_ulong = 2048; 1864 + pub const ST_NODIRATIME: c_ulong = 2048; | error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1897:19 | 1897 | size: [0; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_MUTEXATTR_T` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:547:1 | 547 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1903:19 | 1903 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_RWLOCKATTR_T` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:548:1 | 548 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here error[E0412]: cannot find type `sem_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1985:30 | 1985 | pub const SEM_FAILED: *mut ::sem_t = 0 as *mut sem_t; | ^^^^^ not found in the crate root error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:1985:48 | 1985 | pub const SEM_FAILED: *mut ::sem_t = 0 as *mut sem_t; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2146:33 | 2146 | pub const PR_SET_PTRACER_ANY: ::c_ulong = 0xffffffffffffffff; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2146 - pub const PR_SET_PTRACER_ANY: ::c_ulong = 0xffffffffffffffff; 2146 + pub const PR_SET_PTRACER_ANY: c_ulong = 0xffffffffffffffff; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2194:40 | 2194 | pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2194 - pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1; 2194 + pub const SECCOMP_FILTER_FLAG_TSYNC: c_ulong = 1; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2195:38 | 2195 | pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2195 - pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2; 2195 + pub const SECCOMP_FILTER_FLAG_LOG: c_ulong = 2; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2196:45 | 2196 | pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2196 - pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4; 2196 + pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: c_ulong = 4; | error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2216:35 | 2216 | pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` ... 3319 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2351:30 | 2351 | pub const RESOLVE_NO_XDEV: ::__u64 = 0x01; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2352:36 | 2352 | pub const RESOLVE_NO_MAGICLINKS: ::__u64 = 0x02; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2353:34 | 2353 | pub const RESOLVE_NO_SYMLINKS: ::__u64 = 0x04; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2354:30 | 2354 | pub const RESOLVE_BENEATH: ::__u64 = 0x08; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2355:30 | 2355 | pub const RESOLVE_IN_ROOT: ::__u64 = 0x10; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2356:29 | 2356 | pub const RESOLVE_CACHED: ::__u64 = 0x20; | ^^^^^ not found in the crate root error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2748:24 | 2748 | pub const SIOCADDRT: ::c_ulong = 0x0000890B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2748 - pub const SIOCADDRT: ::c_ulong = 0x0000890B; 2748 + pub const SIOCADDRT: c_ulong = 0x0000890B; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2749:24 | 2749 | pub const SIOCDELRT: ::c_ulong = 0x0000890C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2749 - pub const SIOCDELRT: ::c_ulong = 0x0000890C; 2749 + pub const SIOCDELRT: c_ulong = 0x0000890C; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2750:26 | 2750 | pub const SIOCGIFNAME: ::c_ulong = 0x00008910; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2750 - pub const SIOCGIFNAME: ::c_ulong = 0x00008910; 2750 + pub const SIOCGIFNAME: c_ulong = 0x00008910; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2751:26 | 2751 | pub const SIOCSIFLINK: ::c_ulong = 0x00008911; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2751 - pub const SIOCSIFLINK: ::c_ulong = 0x00008911; 2751 + pub const SIOCSIFLINK: c_ulong = 0x00008911; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2752:26 | 2752 | pub const SIOCGIFCONF: ::c_ulong = 0x00008912; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2752 - pub const SIOCGIFCONF: ::c_ulong = 0x00008912; 2752 + pub const SIOCGIFCONF: c_ulong = 0x00008912; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2753:27 | 2753 | pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2753 - pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; 2753 + pub const SIOCGIFFLAGS: c_ulong = 0x00008913; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2754:27 | 2754 | pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2754 - pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; 2754 + pub const SIOCSIFFLAGS: c_ulong = 0x00008914; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2755:26 | 2755 | pub const SIOCGIFADDR: ::c_ulong = 0x00008915; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2755 - pub const SIOCGIFADDR: ::c_ulong = 0x00008915; 2755 + pub const SIOCGIFADDR: c_ulong = 0x00008915; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2756:26 | 2756 | pub const SIOCSIFADDR: ::c_ulong = 0x00008916; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2756 - pub const SIOCSIFADDR: ::c_ulong = 0x00008916; 2756 + pub const SIOCSIFADDR: c_ulong = 0x00008916; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2757:29 | 2757 | pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2757 - pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; 2757 + pub const SIOCGIFDSTADDR: c_ulong = 0x00008917; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2758:29 | 2758 | pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2758 - pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; 2758 + pub const SIOCSIFDSTADDR: c_ulong = 0x00008918; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2759:29 | 2759 | pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2759 - pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; 2759 + pub const SIOCGIFBRDADDR: c_ulong = 0x00008919; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2760:29 | 2760 | pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2760 - pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; 2760 + pub const SIOCSIFBRDADDR: c_ulong = 0x0000891A; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2761:29 | 2761 | pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2761 - pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; 2761 + pub const SIOCGIFNETMASK: c_ulong = 0x0000891B; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2762:29 | 2762 | pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2762 - pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; 2762 + pub const SIOCSIFNETMASK: c_ulong = 0x0000891C; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2763:28 | 2763 | pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2763 - pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; 2763 + pub const SIOCGIFMETRIC: c_ulong = 0x0000891D; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2764:28 | 2764 | pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2764 - pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; 2764 + pub const SIOCSIFMETRIC: c_ulong = 0x0000891E; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2765:25 | 2765 | pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2765 - pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; 2765 + pub const SIOCGIFMEM: c_ulong = 0x0000891F; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2766:25 | 2766 | pub const SIOCSIFMEM: ::c_ulong = 0x00008920; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2766 - pub const SIOCSIFMEM: ::c_ulong = 0x00008920; 2766 + pub const SIOCSIFMEM: c_ulong = 0x00008920; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2767:25 | 2767 | pub const SIOCGIFMTU: ::c_ulong = 0x00008921; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2767 - pub const SIOCGIFMTU: ::c_ulong = 0x00008921; 2767 + pub const SIOCGIFMTU: c_ulong = 0x00008921; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2768:25 | 2768 | pub const SIOCSIFMTU: ::c_ulong = 0x00008922; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2768 - pub const SIOCSIFMTU: ::c_ulong = 0x00008922; 2768 + pub const SIOCSIFMTU: c_ulong = 0x00008922; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2769:28 | 2769 | pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2769 - pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; 2769 + pub const SIOCSIFHWADDR: c_ulong = 0x00008924; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2770:27 | 2770 | pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2770 - pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; 2770 + pub const SIOCGIFENCAP: c_ulong = 0x00008925; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2771:27 | 2771 | pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2771 - pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; 2771 + pub const SIOCSIFENCAP: c_ulong = 0x00008926; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2772:28 | 2772 | pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2772 - pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; 2772 + pub const SIOCGIFHWADDR: c_ulong = 0x00008927; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2773:27 | 2773 | pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2773 - pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; 2773 + pub const SIOCGIFSLAVE: c_ulong = 0x00008929; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2774:27 | 2774 | pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2774 - pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; 2774 + pub const SIOCSIFSLAVE: c_ulong = 0x00008930; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2775:27 | 2775 | pub const SIOCADDMULTI: ::c_ulong = 0x00008931; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2775 - pub const SIOCADDMULTI: ::c_ulong = 0x00008931; 2775 + pub const SIOCADDMULTI: c_ulong = 0x00008931; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2776:27 | 2776 | pub const SIOCDELMULTI: ::c_ulong = 0x00008932; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2776 - pub const SIOCDELMULTI: ::c_ulong = 0x00008932; 2776 + pub const SIOCDELMULTI: c_ulong = 0x00008932; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2777:27 | 2777 | pub const SIOCGIFINDEX: ::c_ulong = 0x00008933; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2777 - pub const SIOCGIFINDEX: ::c_ulong = 0x00008933; 2777 + pub const SIOCGIFINDEX: c_ulong = 0x00008933; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2778:26 | 2778 | pub const SIOGIFINDEX: ::c_ulong = SIOCGIFINDEX; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2778 - pub const SIOGIFINDEX: ::c_ulong = SIOCGIFINDEX; 2778 + pub const SIOGIFINDEX: c_ulong = SIOCGIFINDEX; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2779:28 | 2779 | pub const SIOCSIFPFLAGS: ::c_ulong = 0x00008934; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2779 - pub const SIOCSIFPFLAGS: ::c_ulong = 0x00008934; 2779 + pub const SIOCSIFPFLAGS: c_ulong = 0x00008934; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2780:28 | 2780 | pub const SIOCGIFPFLAGS: ::c_ulong = 0x00008935; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2780 - pub const SIOCGIFPFLAGS: ::c_ulong = 0x00008935; 2780 + pub const SIOCGIFPFLAGS: c_ulong = 0x00008935; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2781:26 | 2781 | pub const SIOCDIFADDR: ::c_ulong = 0x00008936; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2781 - pub const SIOCDIFADDR: ::c_ulong = 0x00008936; 2781 + pub const SIOCDIFADDR: c_ulong = 0x00008936; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2782:33 | 2782 | pub const SIOCSIFHWBROADCAST: ::c_ulong = 0x00008937; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2782 - pub const SIOCSIFHWBROADCAST: ::c_ulong = 0x00008937; 2782 + pub const SIOCSIFHWBROADCAST: c_ulong = 0x00008937; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2783:27 | 2783 | pub const SIOCGIFCOUNT: ::c_ulong = 0x00008938; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2783 - pub const SIOCGIFCOUNT: ::c_ulong = 0x00008938; 2783 + pub const SIOCGIFCOUNT: c_ulong = 0x00008938; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2784:24 | 2784 | pub const SIOCGIFBR: ::c_ulong = 0x00008940; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2784 - pub const SIOCGIFBR: ::c_ulong = 0x00008940; 2784 + pub const SIOCGIFBR: c_ulong = 0x00008940; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2785:24 | 2785 | pub const SIOCSIFBR: ::c_ulong = 0x00008941; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2785 - pub const SIOCSIFBR: ::c_ulong = 0x00008941; 2785 + pub const SIOCSIFBR: c_ulong = 0x00008941; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2786:28 | 2786 | pub const SIOCGIFTXQLEN: ::c_ulong = 0x00008942; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2786 - pub const SIOCGIFTXQLEN: ::c_ulong = 0x00008942; 2786 + pub const SIOCGIFTXQLEN: c_ulong = 0x00008942; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2787:28 | 2787 | pub const SIOCSIFTXQLEN: ::c_ulong = 0x00008943; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2787 - pub const SIOCSIFTXQLEN: ::c_ulong = 0x00008943; 2787 + pub const SIOCSIFTXQLEN: c_ulong = 0x00008943; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2788:26 | 2788 | pub const SIOCETHTOOL: ::c_ulong = 0x00008946; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2788 - pub const SIOCETHTOOL: ::c_ulong = 0x00008946; 2788 + pub const SIOCETHTOOL: c_ulong = 0x00008946; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2789:26 | 2789 | pub const SIOCGMIIPHY: ::c_ulong = 0x00008947; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2789 - pub const SIOCGMIIPHY: ::c_ulong = 0x00008947; 2789 + pub const SIOCGMIIPHY: c_ulong = 0x00008947; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2790:26 | 2790 | pub const SIOCGMIIREG: ::c_ulong = 0x00008948; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2790 - pub const SIOCGMIIREG: ::c_ulong = 0x00008948; 2790 + pub const SIOCGMIIREG: c_ulong = 0x00008948; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2791:26 | 2791 | pub const SIOCSMIIREG: ::c_ulong = 0x00008949; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2791 - pub const SIOCSMIIREG: ::c_ulong = 0x00008949; 2791 + pub const SIOCSMIIREG: c_ulong = 0x00008949; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2792:25 | 2792 | pub const SIOCWANDEV: ::c_ulong = 0x0000894A; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2792 - pub const SIOCWANDEV: ::c_ulong = 0x0000894A; 2792 + pub const SIOCWANDEV: c_ulong = 0x0000894A; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2793:26 | 2793 | pub const SIOCOUTQNSD: ::c_ulong = 0x0000894B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2793 - pub const SIOCOUTQNSD: ::c_ulong = 0x0000894B; 2793 + pub const SIOCOUTQNSD: c_ulong = 0x0000894B; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2794:24 | 2794 | pub const SIOCGSKNS: ::c_ulong = 0x0000894C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2794 - pub const SIOCGSKNS: ::c_ulong = 0x0000894C; 2794 + pub const SIOCGSKNS: c_ulong = 0x0000894C; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2795:23 | 2795 | pub const SIOCDARP: ::c_ulong = 0x00008953; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2795 - pub const SIOCDARP: ::c_ulong = 0x00008953; 2795 + pub const SIOCDARP: c_ulong = 0x00008953; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2796:23 | 2796 | pub const SIOCGARP: ::c_ulong = 0x00008954; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2796 - pub const SIOCGARP: ::c_ulong = 0x00008954; 2796 + pub const SIOCGARP: c_ulong = 0x00008954; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2797:23 | 2797 | pub const SIOCSARP: ::c_ulong = 0x00008955; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2797 - pub const SIOCSARP: ::c_ulong = 0x00008955; 2797 + pub const SIOCSARP: c_ulong = 0x00008955; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2798:24 | 2798 | pub const SIOCDRARP: ::c_ulong = 0x00008960; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2798 - pub const SIOCDRARP: ::c_ulong = 0x00008960; 2798 + pub const SIOCDRARP: c_ulong = 0x00008960; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2799:24 | 2799 | pub const SIOCGRARP: ::c_ulong = 0x00008961; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2799 - pub const SIOCGRARP: ::c_ulong = 0x00008961; 2799 + pub const SIOCGRARP: c_ulong = 0x00008961; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2800:24 | 2800 | pub const SIOCSRARP: ::c_ulong = 0x00008962; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2800 - pub const SIOCSRARP: ::c_ulong = 0x00008962; 2800 + pub const SIOCSRARP: c_ulong = 0x00008962; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2801:25 | 2801 | pub const SIOCGIFMAP: ::c_ulong = 0x00008970; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2801 - pub const SIOCGIFMAP: ::c_ulong = 0x00008970; 2801 + pub const SIOCGIFMAP: c_ulong = 0x00008970; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2802:25 | 2802 | pub const SIOCSIFMAP: ::c_ulong = 0x00008971; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2802 - pub const SIOCSIFMAP: ::c_ulong = 0x00008971; 2802 + pub const SIOCSIFMAP: c_ulong = 0x00008971; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2803:28 | 2803 | pub const SIOCSHWTSTAMP: ::c_ulong = 0x000089b0; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2803 - pub const SIOCSHWTSTAMP: ::c_ulong = 0x000089b0; 2803 + pub const SIOCSHWTSTAMP: c_ulong = 0x000089b0; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:2804:28 | 2804 | pub const SIOCGHWTSTAMP: ::c_ulong = 0x000089b1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2804 - pub const SIOCGHWTSTAMP: ::c_ulong = 0x000089b1; 2804 + pub const SIOCGHWTSTAMP: c_ulong = 0x000089b1; | error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3319:34 | 3319 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3774:28 | 3774 | pub const J1939_NO_NAME: ::c_ulong = 0; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3774 - pub const J1939_NO_NAME: ::c_ulong = 0; 3774 + pub const J1939_NO_NAME: c_ulong = 0; | error[E0412]: cannot find type `msghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3911:37 | 3911 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, | ^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3912:37 | 3912 | cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3912:54 | 3912 | cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3913:59 | 3913 | if ((*cmsg).cmsg_len as usize) < ::mem::size_of::() { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3914:30 | 3914 | return 0 as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3918:21 | 3918 | as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3924:23 | 3924 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3926:26 | 3926 | next as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:77:13 | 77 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4117:30 | 4117 | host: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4117 | host: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4117 - host: *mut ::c_char, 4117 + host: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4119:30 | 4119 | serv: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4119 | serv: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4119 - serv: *mut ::c_char, 4119 + serv: *mut c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4130:28 | 4130 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4130 - liovcnt: ::c_ulong, 4130 + liovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4132:28 | 4132 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4132 - riovcnt: ::c_ulong, 4132 + riovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4133:26 | 4133 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4133 - flags: ::c_ulong, 4133 + flags: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4138:28 | 4138 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4138 - liovcnt: ::c_ulong, 4138 + liovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4140:28 | 4140 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4140 - riovcnt: ::c_ulong, 4140 + riovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4141:26 | 4141 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4141 - flags: ::c_ulong, 4141 + flags: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4159:32 | 4159 | name: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4159 | name: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4159 - name: *const ::c_char, 4159 + name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4161:29 | 4161 | buf: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4161 | buf: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4161 - buf: *mut ::c_char, 4161 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4166:42 | 4166 | pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 4166 - pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; 4166 + pub fn shm_open(name: *const char, oflag: ::c_int, mode: mode_t) -> ::c_int; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4167:46 | 4167 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4167 | pub fn shm_unlink(name: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4167 - pub fn shm_unlink(name: *const ::c_char) -> ::c_int; 4167 + pub fn shm_unlink(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4169:43 | 4169 | pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4169 | pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4169 - pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; 4169 + pub fn mq_open(name: *const c_char, oflag: ::c_int, ...) -> ::mqd_t; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4171:45 | 4171 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4171 | pub fn mq_unlink(name: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4171 - pub fn mq_unlink(name: *const ::c_char) -> ::c_int; 4171 + pub fn mq_unlink(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4174:33 | 4174 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4174 | msg_ptr: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4174 - msg_ptr: *mut ::c_char, 4174 + msg_ptr: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4180:33 | 4180 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4180 | msg_ptr: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4180 - msg_ptr: *mut ::c_char, 4180 + msg_ptr: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4187:35 | 4187 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4187 | msg_ptr: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4187 - msg_ptr: *const ::c_char, 4187 + msg_ptr: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4193:35 | 4193 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4193 | msg_ptr: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4193 - msg_ptr: *const ::c_char, 4193 + msg_ptr: *const c_char, | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4224:50 | 4224 | pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 4224 - pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; 4224 + pub fn strerror_r(errnum: ::c_int, buf: *mut char, buflen: ::size_t) -> ::c_int; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4227:22 | 4227 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4227 - pub fn labs(i: ::c_long) -> ::c_long; 4227 + pub fn labs(i: c_long) -> ::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4227:35 | 4227 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4227 - pub fn labs(i: ::c_long) -> ::c_long; 4227 + pub fn labs(i: ::c_long) -> c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4233:27 | 4233 | pub fn lrand48() -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4233 - pub fn lrand48() -> ::c_long; 4233 + pub fn lrand48() -> c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4234:49 | 4234 | pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4234 - pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; 4234 + pub fn nrand48(xseed: *mut ::c_ushort) -> c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4235:27 | 4235 | pub fn mrand48() -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4235 - pub fn mrand48() -> ::c_long; 4235 + pub fn mrand48() -> c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4236:49 | 4236 | pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4236 - pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long; 4236 + pub fn jrand48(xseed: *mut ::c_ushort) -> c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4237:28 | 4237 | pub fn srand48(seed: ::c_long); | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4237 - pub fn srand48(seed: ::c_long); 4237 + pub fn srand48(seed: c_long); | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4241:35 | 4241 | pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4241 | pub fn lutimes(file: *const ::c_schar, times: *const ::timeval) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4241 - pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; 4241 + pub fn lutimes(file: *const c_char, times: *const ::timeval) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4253:36 | 4253 | pub fn getspnam(name: *const ::c_char) -> *mut spwd; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4253 | pub fn getspnam(name: *const ::c_schar) -> *mut spwd; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4253 - pub fn getspnam(name: *const ::c_char) -> *mut spwd; 4253 + pub fn getspnam(name: *const c_char) -> *mut spwd; | error[E0412]: cannot find type `shmid_ds` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4259:61 | 4259 | pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4260:36 | 4260 | pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4260 | pub fn ftok(pathname: *const ::c_schar, proj_id: ::c_int) -> ::key_t; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4260 - pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; 4260 + pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> ::key_t; | error[E0412]: cannot find type `msqid_ds` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4264:59 | 4264 | pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4270:19 | 4270 | msgtyp: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4270 - msgtyp: ::c_long, 4270 + msgtyp: c_long, | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4283:37 | 4283 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 4283 - pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; 4283 + pub fn fopen64(filename: *const char, mode: *const c_char) -> *mut ::FILE; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4283:58 | 4283 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 4283 - pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; 4283 + pub fn fopen64(filename: *const c_char, mode: *const char) -> *mut ::FILE; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4285:26 | 4285 | filename: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4285 - filename: *const c_char, 4285 + filename: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4286:22 | 4286 | mode: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4286 - mode: *const c_char, 4286 + mode: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4300:22 | 4300 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4300 - path: *const c_char, 4300 + path: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4301:22 | 4301 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4301 - name: *const c_char, 4301 + name: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4306:22 | 4306 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4306 - path: *const c_char, 4306 + path: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4307:22 | 4307 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4307 - name: *const c_char, 4307 + name: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4313:22 | 4313 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4313 - name: *const c_char, 4313 + name: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4318:22 | 4318 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4318 - path: *const c_char, 4318 + path: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4319:22 | 4319 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4319 - name: *const c_char, 4319 + name: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4325:22 | 4325 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4325 - path: *const c_char, 4325 + path: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4326:22 | 4326 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4326 - name: *const c_char, 4326 + name: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4333:22 | 4333 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4333 - name: *const c_char, 4333 + name: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4338:35 | 4338 | pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 4338 - pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; 4338 + pub fn listxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4338:54 | 4338 | pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 4338 - pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; 4338 + pub fn listxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4339:36 | 4339 | pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 4339 - pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; 4339 + pub fn llistxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4339:55 | 4339 | pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 4339 - pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; 4339 + pub fn llistxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4340:52 | 4340 | pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 4340 - pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t; 4340 + pub fn flistxattr(filedes: ::c_int, list: *mut char, size: ::size_t) -> ::ssize_t; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4341:37 | 4341 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 4341 - pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; 4341 + pub fn removexattr(path: *const char, name: *const c_char) -> ::c_int; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4341:58 | 4341 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 4341 - pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; 4341 + pub fn removexattr(path: *const c_char, name: *const char) -> ::c_int; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4342:38 | 4342 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 4342 - pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; 4342 + pub fn lremovexattr(path: *const char, name: *const c_char) -> ::c_int; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4342:59 | 4342 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 4342 - pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; 4342 + pub fn lremovexattr(path: *const c_char, name: *const char) -> ::c_int; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4343:56 | 4343 | pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 4343 - pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; 4343 + pub fn fremovexattr(filedes: ::c_int, name: *const char) -> ::c_int; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4344:49 | 4344 | pub fn signalfd(fd: ::c_int, mask: *const ::sigset_t, flags: ::c_int) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4355:27 | 4355 | special: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4355 | special: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4355 - special: *const ::c_char, 4355 + special: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4357:22 | 4357 | data: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4357 | data: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4357 - data: *mut ::c_char, 4357 + data: *mut c_char, | error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4364:27 | 4364 | sigmask: *const ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4367:38 | 4367 | pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4367 | pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4367 - pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; 4367 + pub fn mkostemp(template: *mut c_char, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4368:39 | 4368 | pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4368 | pub fn mkostemps(template: *mut ::c_schar, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4368 - pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; 4368 + pub fn mkostemps(template: *mut c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4370:21 | 4370 | set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `siginfo_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4371:20 | 4371 | info: *mut siginfo_t, | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4374:36 | 4374 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `siginfo_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4374:57 | 4374 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int; | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4375:73 | 4375 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4375 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_schar; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4375 - pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; 4375 + pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4398:56 | 4398 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4398 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, mode: ::mode_t) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4398 - pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; 4398 + pub fn mkfifoat(dirfd: ::c_int, pathname: *const c_char, mode: ::mode_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4416:25 | 4416 | pattern: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4416 - pattern: *const c_char, 4416 + pattern: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4418:55 | 4418 | errfunc: ::Option ::c_int>, | ^^^^^^ | help: a builtin type with a similar name exists | 4418 - errfunc: ::Option ::c_int>, 4418 + errfunc: ::Option ::c_int>, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4425:45 | 4425 | pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4425 - pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); 4425 + pub fn seekdir(dirp: *mut ::DIR, loc: c_long); | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4427:43 | 4427 | pub fn telldir(dirp: *mut ::DIR) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4427 - pub fn telldir(dirp: *mut ::DIR) -> ::c_long; 4427 + pub fn telldir(dirp: *mut ::DIR) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4446:38 | 4446 | pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4446 | pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4446 - pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; 4446 + pub fn mkstemps(template: *mut c_char, suffixlen: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4448:51 | 4448 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4448 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4448 - pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; 4448 + pub fn nl_langinfo(item: ::nl_item) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4450:39 | 4450 | pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4450 | pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4450 - pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 4450 + pub fn getdomainname(name: *mut c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4451:41 | 4451 | pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4451 | pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4451 - pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; 4451 + pub fn setdomainname(name: *const c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4455:27 | 4455 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4455 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 4455 + pub fn syscall(num: c_long, ...) -> ::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4455:45 | 4455 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4455 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 4455 + pub fn syscall(num: ::c_long, ...) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4479:36 | 4479 | pub fn umount(target: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4479 | pub fn umount(target: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4479 - pub fn umount(target: *const ::c_char) -> ::c_int; 4479 + pub fn umount(target: *const c_char) -> ::c_int; | error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4493:36 | 4493 | pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4494:35 | 4494 | pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; | ^^^^^ not found in this scope Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/pyo3-ffi-950682db51cb8d9a/build-script-build` error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4497:35 | 4497 | pub fn swapoff(path: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4497 | pub fn swapoff(path: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4497 - pub fn swapoff(path: *const ::c_char) -> ::c_int; 4497 + pub fn swapoff(path: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4505:23 | 4505 | src: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4505 | src: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4505 - src: *const ::c_char, 4505 + src: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4506:26 | 4506 | target: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4506 | target: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4506 - target: *const ::c_char, 4506 + target: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4507:26 | 4507 | fstype: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4507 | fstype: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4507 - fstype: *const ::c_char, 4507 + fstype: *const c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4508:18 | 4508 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4508 - flags: ::c_ulong, 4508 + flags: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4511:35 | 4511 | pub fn personality(persona: ::c_ulong) -> ::c_int; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4511 - pub fn personality(persona: ::c_ulong) -> ::c_int; 4511 + pub fn personality(persona: c_ulong) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4518:25 | 4518 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4570:24 | 4570 | attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4573:39 | 4573 | pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4573 | pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4573 - pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; 4573 + pub fn sethostname(name: *const c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4580:37 | 4580 | pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4580 | pub fn umount2(target: *const ::c_schar, flags: ::c_int) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4580 - pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; 4580 + pub fn umount2(target: *const c_char, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4586:34 | 4586 | pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4586 | pub fn swapon(path: *const ::c_schar, swapflags: ::c_int) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4586 - pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; 4586 + pub fn swapon(path: *const c_char, swapflags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4604:38 | 4604 | pub fn sigsuspend(mask: *const ::sigset_t) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4608:21 | 4608 | buf: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4608 | buf: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4608 - buf: *mut ::c_char, 4608 + buf: *mut c_char, | error[E0412]: cannot find type `stack_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4612:35 | 4612 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `stack_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4612:54 | 4612 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4613:32 | 4613 | pub fn sem_close(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4616:24 | 4616 | name: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4616 | name: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4616 - name: *const ::c_char, 4616 + name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4618:21 | 4618 | buf: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4618 | buf: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4618 - buf: *mut ::c_char, 4618 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4622:38 | 4622 | pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4622 | pub fn initgroups(user: *const ::c_schar, group: ::gid_t) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4622 - pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; 4622 + pub fn initgroups(user: *const c_char, group: ::gid_t) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4623:54 | 4623 | pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4623:77 | 4623 | pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4624:36 | 4624 | pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4624 | pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4624 - pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; 4624 + pub fn sem_open(name: *const c_char, oflag: ::c_int, ...) -> *mut sem_t; | error[E0412]: cannot find type `sem_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4624:73 | 4624 | pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4625:36 | 4625 | pub fn getgrnam(name: *const ::c_char) -> *mut ::group; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4625 | pub fn getgrnam(name: *const ::c_schar) -> *mut ::group; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4625 - pub fn getgrnam(name: *const ::c_char) -> *mut ::group; 4625 + pub fn getgrnam(name: *const c_char) -> *mut ::group; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4627:38 | 4627 | pub fn sem_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4627 | pub fn sem_unlink(name: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4627 - pub fn sem_unlink(name: *const ::c_char) -> ::c_int; 4627 + pub fn sem_unlink(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4630:24 | 4630 | name: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4630 | name: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4630 - name: *const ::c_char, 4630 + name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4632:21 | 4632 | buf: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4632 | buf: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4632 - buf: *mut ::c_char, 4632 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4639:21 | 4639 | buf: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4639 | buf: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4639 - buf: *mut ::c_char, 4639 + buf: *mut c_char, | error[E0412]: cannot find type `sigset_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4643:32 | 4643 | pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4651:24 | 4651 | user: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4651 | user: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4651 - user: *const ::c_char, 4651 + user: *const c_char, | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4660:34 | 4660 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 4660 - pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; 4660 + pub fn popen(command: *const char, mode: *const c_char) -> *mut ::FILE; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4660:55 | 4660 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 4660 - pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; 4660 + pub fn popen(command: *const c_char, mode: *const char) -> *mut ::FILE; | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4663:28 | 4663 | pathname: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4663 | pathname: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4663 - pathname: *const ::c_char, 4663 + pathname: *const c_char, | error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4669:24 | 4669 | attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/macros.rs:112:13 | 112 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4684:41 | 4684 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4684 | pub fn setmntent(filename: *const ::c_schar, ty: *const ::c_char) -> *mut ::FILE; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4684 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 4684 + pub fn setmntent(filename: *const c_char, ty: *const ::c_char) -> *mut ::FILE; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4684:62 | 4684 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4684 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_schar) -> *mut ::FILE; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4684 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 4684 + pub fn setmntent(filename: *const ::c_char, ty: *const c_char) -> *mut ::FILE; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4688:58 | 4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4688 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 4688 + pub fn hasmntopt(mnt: *const ::mntent, opt: *const c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4688:76 | 4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4688 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 4688 + pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4692:24 | 4692 | path: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4692 | path: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4692 - path: *const ::c_char, 4692 + path: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4695:29 | 4695 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4695 | argv: *const *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4695 - argv: *const *mut ::c_char, 4695 + argv: *const *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4696:29 | 4696 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4696 | envp: *const *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4696 - envp: *const *mut ::c_char, 4696 + envp: *const *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4700:24 | 4700 | file: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4700 | file: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4700 - file: *const ::c_char, 4700 + file: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4703:29 | 4703 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4703 | argv: *const *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4703 - argv: *const *mut ::c_char, 4703 + argv: *const *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4704:29 | 4704 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4704 | envp: *const *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4704 - envp: *const *mut ::c_char, 4704 + envp: *const *mut c_char, | error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4710:25 | 4710 | default: *mut ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4714:27 | 4714 | default: *const ::sigset_t, | ^^^^^^^^ not found in the crate root Running `/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/pyo3-22541bc501b88bcb/build-script-build` error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4718:25 | 4718 | default: *mut ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4722:27 | 4722 | default: *const ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4753:24 | 4753 | path: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4753 | path: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4753 - path: *const ::c_char, 4753 + path: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4775:58 | 4775 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4775 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_schar, mask: u32) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4775 - pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; 4775 + pub fn inotify_add_watch(fd: ::c_int, path: *const c_char, mask: u32) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4778:60 | 4778 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4778 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_schar, cflags: ::c_int) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4778 - pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; 4778 + pub fn regcomp(preg: *mut ::regex_t, pattern: *const c_char, cflags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4782:25 | 4782 | input: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4782 | input: *const ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4782 - input: *const ::c_char, 4782 + input: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4791:24 | 4791 | errbuf: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4791 | errbuf: *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4791 - errbuf: *mut ::c_char, 4791 + errbuf: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4797:40 | 4797 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4797 | pub fn iconv_open(tocode: *const ::c_schar, fromcode: *const ::c_char) -> iconv_t; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4797 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 4797 + pub fn iconv_open(tocode: *const c_char, fromcode: *const ::c_char) -> iconv_t; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4797:67 | 4797 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4797 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_schar) -> iconv_t; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4797 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 4797 + pub fn iconv_open(tocode: *const ::c_char, fromcode: *const c_char) -> iconv_t; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4800:28 | 4800 | inbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4800 | inbuf: *mut *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4800 - inbuf: *mut *mut ::c_char, 4800 + inbuf: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4802:29 | 4802 | outbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4802 | outbuf: *mut *mut ::c_schar, | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4802 - outbuf: *mut *mut ::c_char, 4802 + outbuf: *mut *mut c_char, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4824:29 | 4824 | pub fn gethostid() -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4861 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4824 - pub fn gethostid() -> ::c_long; 4824 + pub fn gethostid() -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4835:65 | 4835 | pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4835 | pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_schar, len: ::size_t) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4835 - pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; 4835 + pub fn pthread_getname_np(thread: ::pthread_t, name: *mut c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4836:67 | 4836 | pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 4836 | pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_schar) -> ::c_int; | + help: consider importing this type alias | 4861 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4836 - pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; 4836 + pub fn pthread_setname_np(thread: ::pthread_t, name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4839:27 | 4839 | argv: *const *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4839 - argv: *const *mut c_char, 4839 + argv: *const *mut char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4840:27 | 4840 | optstring: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4840 - optstring: *const c_char, 4840 + optstring: *const char, | help: consider importing this type alias | 4861 + use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:2:20 | 2 | pub type clock_t = c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 + use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:12:19 | 12 | pub type time_t = c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 + use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:13:24 | 13 | pub type suseconds_t = c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 + use ffi::c_long; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:18:23 | 18 | pub type shmatt_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 18 - pub type shmatt_t = ::c_ulong; 18 + pub type shmatt_t = c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:19:24 | 19 | pub type msgqnum_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 19 - pub type msgqnum_t = ::c_ulong; 19 + pub type msgqnum_t = c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:20:23 | 20 | pub type msglen_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 20 - pub type msglen_t = ::c_ulong; 20 + pub type msglen_t = c_ulong; | error[E0412]: cannot find type `siginfo_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:37:6 | 37 | impl siginfo_t { | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 92 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `siginfo_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:46:27 | 46 | (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 92 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `siginfo_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:59:27 | 59 | (*(self as *const siginfo_t as *const siginfo_si_value)).si_value | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 92 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:71:25 | 71 | si_utime: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 71 - si_utime: ::c_long, 71 + si_utime: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:72:25 | 72 | si_stime: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 72 - si_stime: ::c_long, 72 + si_stime: c_long, | error[E0412]: cannot find type `siginfo_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:97:14 | 92 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 97 | impl siginfo_t { | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` error[E0412]: cannot find type `siginfo_t` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:99:36 | 92 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 99 | &(*(self as *const siginfo_t as *const siginfo_f)).sifields | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:114:48 | 114 | pub unsafe fn si_utime(&self) -> ::c_long { | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 114 - pub unsafe fn si_utime(&self) -> ::c_long { 114 + pub unsafe fn si_utime(&self) -> c_long { | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:118:48 | 118 | pub unsafe fn si_stime(&self) -> ::c_long { | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 118 - pub unsafe fn si_stime(&self) -> ::c_long { 118 + pub unsafe fn si_stime(&self) -> c_long { | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:143:22 | 143 | __dummy4: [::c_char; 16], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 143 | __dummy4: [::c_schar; 16], | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 143 - __dummy4: [::c_char; 16], 143 + __dummy4: [c_char; 16], | error[E0412]: cannot find type `sigset_t` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:148:24 | 148 | pub sa_mask: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:154:24 | 154 | pub f_bsize: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 154 - pub f_bsize: ::c_ulong, 154 + pub f_bsize: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:155:25 | 155 | pub f_frsize: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 155 - pub f_frsize: ::c_ulong, 155 + pub f_frsize: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:163:23 | 163 | pub f_fsid: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 163 - pub f_fsid: ::c_ulong, 163 + pub f_fsid: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:168:23 | 168 | pub f_flag: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 168 - pub f_flag: ::c_ulong, 168 + pub f_flag: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:169:26 | 169 | pub f_namemax: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 169 - pub f_namemax: ::c_ulong, 169 + pub f_namemax: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:197:23 | 197 | __padding2: ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 197 | __padding2: ::c_schar, | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 197 - __padding2: ::c_char, 197 + __padding2: c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:201:24 | 201 | pub rt_pad1: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 201 - pub rt_pad1: ::c_ulong, 201 + pub rt_pad1: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:207:24 | 207 | pub rt_pad3: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 207 - pub rt_pad3: ::c_ulong, 207 + pub rt_pad3: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:215:28 | 215 | pub rt_dev: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 215 | pub rt_dev: *mut ::c_schar, | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 215 - pub rt_dev: *mut ::c_char, 215 + pub rt_dev: *mut c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:216:23 | 216 | pub rt_mtu: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 216 - pub rt_mtu: ::c_ulong, 216 + pub rt_mtu: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:217:26 | 217 | pub rt_window: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 217 - pub rt_window: ::c_ulong, 217 + pub rt_window: c_ulong, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:241:23 | 241 | pub offset: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 241 - pub offset: ::c_long, 241 + pub offset: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:242:21 | 242 | pub freq: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 242 - pub freq: ::c_long, 242 + pub freq: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:243:25 | 243 | pub maxerror: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 243 - pub maxerror: ::c_long, 243 + pub maxerror: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:244:25 | 244 | pub esterror: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 244 - pub esterror: ::c_long, 244 + pub esterror: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:246:25 | 246 | pub constant: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 246 - pub constant: ::c_long, 246 + pub constant: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:247:26 | 247 | pub precision: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 247 - pub precision: ::c_long, 247 + pub precision: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:248:26 | 248 | pub tolerance: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 248 - pub tolerance: ::c_long, 248 + pub tolerance: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:250:21 | 250 | pub tick: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 250 - pub tick: ::c_long, 250 + pub tick: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:251:24 | 251 | pub ppsfreq: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 251 - pub ppsfreq: ::c_long, 251 + pub ppsfreq: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:252:23 | 252 | pub jitter: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 252 - pub jitter: ::c_long, 252 + pub jitter: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:254:23 | 254 | pub stabil: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 254 - pub stabil: ::c_long, 254 + pub stabil: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:255:23 | 255 | pub jitcnt: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 255 - pub jitcnt: ::c_long, 255 + pub jitcnt: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:256:23 | 256 | pub calcnt: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 256 - pub calcnt: ::c_long, 256 + pub calcnt: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:257:23 | 257 | pub errcnt: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 257 - pub errcnt: ::c_long, 257 + pub errcnt: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:258:23 | 258 | pub stbcnt: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 258 - pub stbcnt: ::c_long, 258 + pub stbcnt: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:265:25 | 265 | pub maxerror: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 265 - pub maxerror: ::c_long, 265 + pub maxerror: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:266:25 | 266 | pub esterror: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 266 - pub esterror: ::c_long, 266 + pub esterror: c_long, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:272:23 | 272 | pub uptime: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 272 - pub uptime: ::c_ulong, 272 + pub uptime: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:273:23 | 273 | pub loads: [::c_ulong; 3], | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 273 - pub loads: [::c_ulong; 3], 273 + pub loads: [c_ulong; 3], | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:274:25 | 274 | pub totalram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 274 - pub totalram: ::c_ulong, 274 + pub totalram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:275:24 | 275 | pub freeram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 275 - pub freeram: ::c_ulong, 275 + pub freeram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:276:26 | 276 | pub sharedram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 276 - pub sharedram: ::c_ulong, 276 + pub sharedram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:277:26 | 277 | pub bufferram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 277 - pub bufferram: ::c_ulong, 277 + pub bufferram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:278:26 | 278 | pub totalswap: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 278 - pub totalswap: ::c_ulong, 278 + pub totalswap: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:279:25 | 279 | pub freeswap: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 279 - pub freeswap: ::c_ulong, 279 + pub freeswap: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:282:26 | 282 | pub totalhigh: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 282 - pub totalhigh: ::c_ulong, 282 + pub totalhigh: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:283:25 | 283 | pub freehigh: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 283 - pub freehigh: ::c_ulong, 283 + pub freehigh: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:285:28 | 285 | pub __reserved: [::c_char; 256], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 285 | pub __reserved: [::c_schar; 256], | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 285 - pub __reserved: [::c_char; 256], 285 + pub __reserved: [c_char; 256], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:299:25 | 299 | pub ut_line: [::c_char; 32], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 299 | pub ut_line: [::c_schar; 32], | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 299 - pub ut_line: [::c_char; 32], 299 + pub ut_line: [c_char; 32], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:300:23 | 300 | pub ut_id: [::c_char; 4], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 300 | pub ut_id: [::c_schar; 4], | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 300 - pub ut_id: [::c_char; 4], 300 + pub ut_id: [c_char; 4], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:301:25 | 301 | pub ut_user: [::c_char; 32], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 301 | pub ut_user: [::c_schar; 32], | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 301 - pub ut_user: [::c_char; 32], 301 + pub ut_user: [c_char; 32], | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:302:25 | 302 | pub ut_host: [::c_char; 256], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 302 | pub ut_host: [::c_schar; 256], | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 302 - pub ut_host: [::c_char; 256], 302 + pub ut_host: [c_char; 256], | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:306:27 | 306 | pub ut_session: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 306 - pub ut_session: ::c_long, 306 + pub ut_session: c_long, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:324:22 | 324 | __unused: [::c_char; 20], | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 324 | __unused: [::c_schar; 20], | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 324 - __unused: [::c_char; 20], 324 + __unused: [c_char; 20], | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:483:26 | 483 | pub const MS_RMT_MASK: ::c_ulong = 0x02800051; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 483 - pub const MS_RMT_MASK: ::c_ulong = 0x02800051; 483 + pub const MS_RMT_MASK: c_ulong = 0x02800051; | error[E0425]: cannot find value `O_DIRECTORY` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:492:45 | 492 | pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:530:31 | 530 | pub const O_NDELAY: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` ... 599 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ----------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here error[E0425]: cannot find value `MAP_ANON` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:536:36 | 536 | pub const MAP_ANONYMOUS: ::c_int = MAP_ANON; | ^^^^^^^^ not found in this scope error[E0425]: cannot find value `SIGSYS` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:544:34 | 544 | pub const SIGUNUSED: ::c_int = ::SIGSYS; | ^^^^^^ not found in the crate root error[E0425]: cannot find value `O_NONBLOCK` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:599:37 | 599 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3319:1 | 3319 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0425]: cannot find value `O_NONBLOCK` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:601:37 | 601 | pub const SFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:3319:1 | 3319 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:603:38 | 599 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ----------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here ... 603 | pub const PIDFD_NONBLOCK: ::c_uint = O_NONBLOCK as ::c_uint; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:695:20 | 695 | pub const MAXTC: ::c_long = 6; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 695 - pub const MAXTC: ::c_long = 6; 695 + pub const MAXTC: c_long = 6; | error[E0412]: cannot find type `c_long` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:741:47 | 741 | pub fn ptrace(request: ::c_int, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 741 - pub fn ptrace(request: ::c_int, ...) -> ::c_long; 741 + pub fn ptrace(request: ::c_int, ...) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:752:24 | 752 | path: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 752 | path: *const ::c_schar, | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 752 - path: *const ::c_char, 752 + path: *const c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:754:31 | 754 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 754 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 754 + pub fn getauxval(type_: c_ulong) -> ::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:754:45 | 754 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 754 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 754 + pub fn getauxval(type_: ::c_ulong) -> c_ulong; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:764:30 | 764 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 764 | pub fn ctermid(s: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 764 - pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; 764 + pub fn ctermid(s: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:764:48 | 764 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 764 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 764 - pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; 764 + pub fn ctermid(s: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:766:40 | 766 | pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 766 | pub fn memfd_create(name: *const ::c_schar, flags: ::c_uint) -> ::c_int; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 766 - pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int; 766 + pub fn memfd_create(name: *const c_char, flags: ::c_uint) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:770:42 | 770 | pub fn euidaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 770 | pub fn euidaccess(pathname: *const ::c_schar, mode: ::c_int) -> ::c_int; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 770 - pub fn euidaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; 770 + pub fn euidaccess(pathname: *const c_char, mode: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:771:39 | 771 | pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 771 | pub fn eaccess(pathname: *const ::c_schar, mode: ::c_int) -> ::c_int; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 771 - pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; 771 + pub fn eaccess(pathname: *const c_char, mode: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:773:51 | 773 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 773 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 773 - pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; 773 + pub fn asctime_r(tm: *const ::tm, buf: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:773:69 | 773 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 773 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 773 - pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; 773 + pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:776:19 | 776 | s: *mut ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 776 | s: *mut ::c_schar, | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 776 - s: *mut ::c_char, 776 + s: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:778:26 | 778 | format: *const ::c_char, | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 778 | format: *const ::c_schar, | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 778 - format: *const ::c_char, 778 + format: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:781:33 | 781 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 781 | pub fn strptime(s: *const ::c_schar, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 781 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; 781 + pub fn strptime(s: *const c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:781:58 | 781 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 781 | pub fn strptime(s: *const ::c_char, format: *const ::c_schar, tm: *mut ::tm) -> *mut ::c_char; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 781 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; 781 + pub fn strptime(s: *const ::c_char, format: *const c_char, tm: *mut ::tm) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:781:91 | 781 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 781 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_schar; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 781 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; 781 + pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:783:33 | 783 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 783 | pub fn dirname(path: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 783 - pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; 783 + pub fn dirname(path: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:783:51 | 783 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 783 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 783 - pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; 783 + pub fn dirname(path: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:784:34 | 784 | pub fn basename(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 784 | pub fn basename(path: *mut ::c_schar) -> *mut ::c_char; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 784 - pub fn basename(path: *mut ::c_char) -> *mut ::c_char; 784 + pub fn basename(path: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:784:52 | 784 | pub fn basename(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 784 | pub fn basename(path: *mut ::c_char) -> *mut ::c_schar; | + help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 784 - pub fn basename(path: *mut ::c_char) -> *mut ::c_char; 784 + pub fn basename(path: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/arch/generic/mod.rs:119:30 | 119 | pub const FICLONE: ::c_ulong = 0x40049409; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 119 - pub const FICLONE: ::c_ulong = 0x40049409; 119 + pub const FICLONE: c_ulong = 0x40049409; | error[E0412]: cannot find type `c_ulong` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/arch/generic/mod.rs:120:35 | 120 | pub const FICLONERANGE: ::c_ulong = 0x4020940D; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 120 - pub const FICLONERANGE: ::c_ulong = 0x4020940D; 120 + pub const FICLONERANGE: c_ulong = 0x4020940D; | error[E0412]: cannot find type `__u64` in this scope --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/align.rs:60:27 | 60 | pub mask: __u64, | ^^^^^ not found in this scope | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4880:1 | 4880 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/align.rs:106:30 | 106 | size: [u8; ::__SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_MUTEXATTR_T` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:547:1 | 547 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4880:1 | 4880 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/align.rs:130:30 | 130 | size: [u8; ::__SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_RWLOCKATTR_T` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:548:1 | 548 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4880:1 | 4880 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIER_T` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/align.rs:154:30 | 154 | size: [u8; ::__SIZEOF_PTHREAD_BARRIER_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_BARRIERATTR_T` | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/mod.rs:549:1 | 549 | pub const __SIZEOF_PTHREAD_BARRIERATTR_T: usize = 4; | ---------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_BARRIERATTR_T` defined here | ::: /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/mod.rs:4880:1 | 4880 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/non_exhaustive.rs:5:22 | 5 | pub flags: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/non_exhaustive.rs:6:21 | 6 | pub mode: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/non_exhaustive.rs:7:24 | 7 | pub resolve: ::__u64, | ^^^^^ not found in the crate root Some errors have detailed explanations: E0412, E0425, E0573. For more information about an error, try `rustc --explain E0412`. error: could not compile `libc` (lib) due to 851 previous errors Caused by: process didn't exit successfully: `rustc --crate-name libc --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --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=11cde23a42c25569 -C extra-filename=-444b5c71b918659a --out-dir /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps --target loongarch64-unknown-linux-musl -C linker=loongarch64-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/loongarch64-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` (exit status: 1) warning: build failed, waiting for other jobs to finish... =============================DEBUG ASSISTANCE============================= If you are seeing a compilation error please try the following steps to successfully install cryptography: 1) Upgrade to the latest pip and try again. This will fix errors for most users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip 2) Read https://cryptography.io/en/latest/installation/ for specific instructions for your platform. 3) Check our frequently asked questions for more information: https://cryptography.io/en/latest/faq/ 4) Ensure you have a recent Rust toolchain installed: https://cryptography.io/en/latest/installation/#rust Python: 3.11.13 platform: Linux-6.1.0-22-amd64-x86_64-with-glibc2.31 pip: 24.0 setuptools: 65.5.0 setuptools_rust: 1.8.1 rustc: 1.89.0 (29483883e 2025-08-04) (built from a source tarball) =============================DEBUG ASSISTANCE============================= error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target loongarch64-unknown-linux-musl -v --features pyo3/extension-module --profile release --crate-type cdylib --` failed with code 101 ERROR Backend subprocess exited when trying to invoke build_wheel make[3]: *** [Makefile:55: /builder/shared-workdir/build/sdk/build_dir/target-loongarch64_generic_musl/pypi/cryptography-41.0.7/.built] Error 1 time: package/feeds/packages/python-cryptography/compile#51.30#6.40#24.74