python-packaging 0.10.0

Python packaging primitives implemented in Rust
Documentation
Build #420719 2021-08-09 00:35:08

# rustc version rustc 1.56.0-nightly (574d37568 2021-08-07)

# docs.rs version docsrs 0.6.0 (843531f 2021-06-26)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/python-packaging-0.10.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/python-packaging-0.10.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bf3311aec13679c042c55305eed4f6f98359c47a37eb765a3317ad487259f4e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210807-1.56.0-nightly-574d37568" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] 91f6edafffabf12c6c20cbccf58b17a5b5578f659f688ddc6416624502d55ea0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "91f6edafffabf12c6c20cbccf58b17a5b5578f659f688ddc6416624502d55ea0", kill_on_drop: false }` [INFO] [stderr] Documenting python-packaging v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | /// See https://docs.python.org/3/c-api/init_config.html#isolated-configuration. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#isolated-configuration.>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | /// See https://docs.python.org/3/c-api/init_config.html#python-configuration. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#python-configuration.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.coerce_c_locale. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.coerce_c_locale.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:184:9 [INFO] [stderr] | [INFO] [stderr] 184 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.bytes_warning. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.bytes_warning.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.check_hash_pycs_mode. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.check_hash_pycs_mode.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.allocator. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.allocator.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:362:13 [INFO] [stderr] | [INFO] [stderr] 362 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.allocator. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.allocator.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:365:13 [INFO] [stderr] | [INFO] [stderr] 365 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.configure_locale. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.configure_locale.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:368:13 [INFO] [stderr] | [INFO] [stderr] 368 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.coerce_c_locale. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.coerce_c_locale.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:371:13 [INFO] [stderr] | [INFO] [stderr] 371 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.coerce_c_locale_warn. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.coerce_c_locale_warn.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:374:13 [INFO] [stderr] | [INFO] [stderr] 374 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.dev_mode. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.dev_mode.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:377:13 [INFO] [stderr] | [INFO] [stderr] 377 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.isolated. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.isolated.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:380:13 [INFO] [stderr] | [INFO] [stderr] 380 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.legacy_windows_fs_encoding.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:383:13 [INFO] [stderr] | [INFO] [stderr] 383 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.parse_argv. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.parse_argv.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:386:13 [INFO] [stderr] | [INFO] [stderr] 386 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.use_environment. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.use_environment.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:389:13 [INFO] [stderr] | [INFO] [stderr] 389 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.utf8_mode. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.utf8_mode.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:392:13 [INFO] [stderr] | [INFO] [stderr] 392 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.argv. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.argv.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:395:13 [INFO] [stderr] | [INFO] [stderr] 395 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.base_exec_prefix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.base_exec_prefix.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:398:13 [INFO] [stderr] | [INFO] [stderr] 398 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.base_executable. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.base_executable.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:401:13 [INFO] [stderr] | [INFO] [stderr] 401 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.base_prefix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.base_prefix.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:404:13 [INFO] [stderr] | [INFO] [stderr] 404 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.buffered_stdio. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.buffered_stdio.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:407:13 [INFO] [stderr] | [INFO] [stderr] 407 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.bytes_warning. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.bytes_warning.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:410:13 [INFO] [stderr] | [INFO] [stderr] 410 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.check_hash_pycs_mode. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.check_hash_pycs_mode.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:413:13 [INFO] [stderr] | [INFO] [stderr] 413 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.configure_c_stdio. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.configure_c_stdio.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:416:13 [INFO] [stderr] | [INFO] [stderr] 416 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.dump_refs. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.dump_refs.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:419:13 [INFO] [stderr] | [INFO] [stderr] 419 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.exec_prefix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.exec_prefix.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:422:13 [INFO] [stderr] | [INFO] [stderr] 422 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.executable. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.executable.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:425:13 [INFO] [stderr] | [INFO] [stderr] 425 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.faulthandler. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.faulthandler.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:428:13 [INFO] [stderr] | [INFO] [stderr] 428 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_encoding. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_encoding.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:431:13 [INFO] [stderr] | [INFO] [stderr] 431 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_errors. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.filesystem_errors.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:434:13 [INFO] [stderr] | [INFO] [stderr] 434 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.hash_seed. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.hash_seed.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:437:13 [INFO] [stderr] | [INFO] [stderr] 437 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.home. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.home.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:440:13 [INFO] [stderr] | [INFO] [stderr] 440 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.import_time. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.import_time.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:443:13 [INFO] [stderr] | [INFO] [stderr] 443 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.inspect. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.inspect.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:446:13 [INFO] [stderr] | [INFO] [stderr] 446 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.install_signal_handlers. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.install_signal_handlers.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.interactive. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.interactive.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:452:13 [INFO] [stderr] | [INFO] [stderr] 452 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.legacy_windows_stdio. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.legacy_windows_stdio.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:455:13 [INFO] [stderr] | [INFO] [stderr] 455 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.malloc_stats. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.malloc_stats.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:458:13 [INFO] [stderr] | [INFO] [stderr] 458 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.module_search_paths. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.module_search_paths.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:461:13 [INFO] [stderr] | [INFO] [stderr] 461 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.optimization_level. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.optimization_level.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:464:13 [INFO] [stderr] | [INFO] [stderr] 464 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.parser_debug. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.parser_debug.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:467:13 [INFO] [stderr] | [INFO] [stderr] 467 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.pathconfig_warnings. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.pathconfig_warnings.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:470:13 [INFO] [stderr] | [INFO] [stderr] 470 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.prefix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.prefix.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:473:13 [INFO] [stderr] | [INFO] [stderr] 473 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.program_name. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.program_name.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:476:13 [INFO] [stderr] | [INFO] [stderr] 476 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.pycache_prefix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.pycache_prefix.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:479:13 [INFO] [stderr] | [INFO] [stderr] 479 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.pythonpath_env. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.pythonpath_env.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:482:13 [INFO] [stderr] | [INFO] [stderr] 482 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.quiet. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.quiet.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:485:13 [INFO] [stderr] | [INFO] [stderr] 485 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.run_command. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.run_command.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:488:13 [INFO] [stderr] | [INFO] [stderr] 488 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.run_filename. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.run_filename.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:491:13 [INFO] [stderr] | [INFO] [stderr] 491 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.run_module. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.run_module.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:494:13 [INFO] [stderr] | [INFO] [stderr] 494 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.show_ref_count. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.show_ref_count.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:497:13 [INFO] [stderr] | [INFO] [stderr] 497 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.site_import. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.site_import.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:500:13 [INFO] [stderr] | [INFO] [stderr] 500 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.skip_source_first_line. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.skip_source_first_line.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:503:13 [INFO] [stderr] | [INFO] [stderr] 503 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.stdio_encoding. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.stdio_encoding.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:506:13 [INFO] [stderr] | [INFO] [stderr] 506 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.stdio_errors. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.stdio_errors.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:509:13 [INFO] [stderr] | [INFO] [stderr] 509 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.tracemalloc. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.tracemalloc.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:512:13 [INFO] [stderr] | [INFO] [stderr] 512 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.user_site_directory. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.user_site_directory.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:515:13 [INFO] [stderr] | [INFO] [stderr] 515 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.verbose. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.verbose.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:518:13 [INFO] [stderr] | [INFO] [stderr] 518 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.warnoptions. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.warnoptions.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:521:13 [INFO] [stderr] | [INFO] [stderr] 521 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.write_bytecode. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.write_bytecode.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/interpreter.rs:524:13 [INFO] [stderr] | [INFO] [stderr] 524 | /// See https://docs.python.org/3/c-api/init_config.html#c.PyConfig.xoptions. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.python.org/3/c-api/init_config.html#c.PyConfig.xoptions.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/wheel_builder.rs:35:6 [INFO] [stderr] | [INFO] [stderr] 35 | /// (https://www.python.org/dev/peps/pep-0425/) for an overview of the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.python.org/dev/peps/pep-0425/>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/wheel_builder.rs:121:42 [INFO] [stderr] | [INFO] [stderr] 121 | /// Supplementary tools like auditwheel (https://pypi.org/project/auditwheel/) can [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://pypi.org/project/auditwheel/>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: `python-packaging` (lib doc) generated 63 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "91f6edafffabf12c6c20cbccf58b17a5b5578f659f688ddc6416624502d55ea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91f6edafffabf12c6c20cbccf58b17a5b5578f659f688ddc6416624502d55ea0", kill_on_drop: false }` [INFO] [stdout] 91f6edafffabf12c6c20cbccf58b17a5b5578f659f688ddc6416624502d55ea0