[INFO] fetching crate tardis 0.1.0-beta.12...
[INFO] documenting tardis-0.1.0-beta.12 against beta-2023-10-21 for beta-1.74-rustdoc-1
[INFO] extracting crate tardis 0.1.0-beta.12 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate tardis 0.1.0-beta.12 on toolchain beta-2023-10-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate tardis 0.1.0-beta.12
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tardis 0.1.0-beta.12
[INFO] tweaked toml for crates.io crate tardis 0.1.0-beta.12 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26b4dc512562253b29036b71eaa420c249bb724d867d59856e4a6f0b0d9d8796
[INFO] running `Command { std: "docker" "start" "-a" "26b4dc512562253b29036b71eaa420c249bb724d867d59856e4a6f0b0d9d8796", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26b4dc512562253b29036b71eaa420c249bb724d867d59856e4a6f0b0d9d8796", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26b4dc512562253b29036b71eaa420c249bb724d867d59856e4a6f0b0d9d8796", kill_on_drop: false }`
[INFO] [stdout] 26b4dc512562253b29036b71eaa420c249bb724d867d59856e4a6f0b0d9d8796
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b59a93ce364a2c61eaa78b51eab6beeefc80a822a443d2203e78b851fca7310
[INFO] running `Command { std: "docker" "start" "-a" "5b59a93ce364a2c61eaa78b51eab6beeefc80a822a443d2203e78b851fca7310", kill_on_drop: false }`
[INFO] [stderr] Compiling ucd-trie v0.1.6
[INFO] [stderr] Compiling libc v0.2.149
[INFO] [stderr] Compiling memchr v2.6.4
[INFO] [stderr] Checking getrandom v0.2.10
[INFO] [stderr] Compiling thiserror v1.0.50
[INFO] [stderr] Checking serde v1.0.189
[INFO] [stderr] Compiling ppv-lite86 v0.2.17
[INFO] [stderr] Compiling darling_core v0.20.3
[INFO] [stderr] Checking ahash v0.7.7
[INFO] [stderr] Checking rand_core v0.6.4
[INFO] [stderr] Compiling syn v1.0.109
[INFO] [stderr] Checking hashbrown v0.12.3
[INFO] [stderr] Checking dlv-list v0.3.0
[INFO] [stderr] Checking rand_chacha v0.3.1
[INFO] [stderr] Checking pest v2.7.4
[INFO] [stderr] Compiling async-trait v0.1.74
[INFO] [stderr] Compiling tracing-attributes v0.1.27
[INFO] [stderr] Checking overload v0.1.1
[INFO] [stderr] Checking ordered-multimap v0.4.3
[INFO] [stderr] Checking linked-hash-map v0.5.6
[INFO] [stderr] Checking allocator-api2 v0.2.16
[INFO] [stderr] Checking rust-ini v0.18.0
[INFO] [stderr] Checking yaml-rust v0.4.5
[INFO] [stderr] Checking hashbrown v0.14.2
[INFO] [stderr] Checking nom v7.1.3
[INFO] [stderr] Compiling pest_meta v2.7.4
[INFO] [stderr] Checking nu-ansi-term v0.46.0
[INFO] [stderr] Checking rand v0.8.5
[INFO] [stderr] Compiling pest_generator v2.7.4
[INFO] [stderr] Checking tracing v0.1.40
[INFO] [stderr] Checking ron v0.7.1
[INFO] [stderr] Checking serde_json v1.0.107
[INFO] [stderr] Compiling darling_macro v0.20.3
[INFO] [stderr] Compiling nanoid v0.4.0
[INFO] [stderr] Checking toml v0.5.11
[INFO] [stderr] Checking matchers v0.1.0
[INFO] [stderr] Compiling tokio-macros v2.1.0
[INFO] [stderr] Checking socket2 v0.5.5
[INFO] [stderr] Checking mio v0.8.9
[INFO] [stderr] Checking num_cpus v1.16.0
[INFO] [stderr] Checking signal-hook-registry v1.4.1
[INFO] [stderr] Compiling darling v0.20.3
[INFO] [stderr] Checking pathdiff v0.2.1
[INFO] [stderr] Compiling tardis-macros v0.1.0-rc.1
[INFO] [stderr] Checking tracing-subscriber v0.3.17
[INFO] [stderr] Checking chrono v0.4.31
[INFO] [stderr] Checking lru v0.11.1
[INFO] [stderr] Compiling pest_derive v2.7.4
[INFO] [stderr] Checking tokio v1.33.0
[INFO] [stderr] Checking json5 v0.4.1
[INFO] [stderr] Checking config v0.13.3
[INFO] [stderr] Compiling derive_more v0.99.17
[INFO] [stderr] Documenting tardis v0.1.0-beta.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `basic::config::FrameworkConfig`
[INFO] [stdout] --> src/lib.rs:228:54
[INFO] [stdout] |
[INFO] [stdout] 228 | /// Tardis configuration set see [`FrameworkConfig`](basic::config::FrameworkConfig) .
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `config` in module `basic`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `basic::config::FrameworkConfig`
[INFO] [stdout] --> src/lib.rs:230:57
[INFO] [stdout] |
[INFO] [stdout] 230 | /// 项目特殊的配置集合即为第一步定义的格式,Tardis配置集合见 [`FrameworkConfig`](basic::config::FrameworkConfig) .
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `config` in module `basic`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/basic/error.rs:93:9
[INFO] [stdout] |
[INFO] [stdout] 93 | /// https://www.andiamo.co.uk/resources/iso-language-codes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/config/config_dto.rs:98:9
[INFO] [stdout] |
[INFO] [stdout] 98 | /// https://www.andiamo.co.uk/resources/iso-language-codes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/config/config_dto.rs:715:16
[INFO] [stdout] |
[INFO] [stdout] 715 | /// . Open https://www.javainuse.com/aesgenerator and output the following:
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unclosed HTML tag `local`
[INFO] [stdout] --> src/config/config_processor.rs:27:20
[INFO] [stdout] |
[INFO] [stdout] 27 | /// 1. Local file: /conf-default.toml
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unclosed HTML tag `local`
[INFO] [stdout] --> src/config/config_processor.rs:28:20
[INFO] [stdout] |
[INFO] [stdout] 28 | /// 1. Local file: /conf-.toml
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unclosed HTML tag `profile`
[INFO] [stdout] --> src/config/config_processor.rs:28:38
[INFO] [stdout] |
[INFO] [stdout] 28 | /// 1. Local file: /conf-.toml
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unclosed HTML tag `profile`
[INFO] [stdout] --> src/config/config_processor.rs:32:33
[INFO] [stdout] |
[INFO] [stdout] 32 | /// 1. Remote file: -
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.13s
[INFO] running `Command { std: "docker" "inspect" "5b59a93ce364a2c61eaa78b51eab6beeefc80a822a443d2203e78b851fca7310", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b59a93ce364a2c61eaa78b51eab6beeefc80a822a443d2203e78b851fca7310", kill_on_drop: false }`
[INFO] [stdout] 5b59a93ce364a2c61eaa78b51eab6beeefc80a822a443d2203e78b851fca7310
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bddf71277c49056871f16dd42252f9f0197a71aaf330e43c8bf1601f39280518
[INFO] running `Command { std: "docker" "start" "-a" "bddf71277c49056871f16dd42252f9f0197a71aaf330e43c8bf1601f39280518", kill_on_drop: false }`
[INFO] [stderr] Compiling serde v1.0.189
[INFO] [stderr] Compiling cc v1.0.83
[INFO] [stderr] Compiling ahash v0.8.5
[INFO] [stderr] Compiling libm v0.2.8
[INFO] [stderr] Compiling num-traits v0.2.17
[INFO] [stderr] Checking tokio v1.33.0
[INFO] [stderr] Compiling serde_json v1.0.107
[INFO] [stderr] Checking tracing v0.1.40
[INFO] [stderr] Compiling getrandom v0.2.10
[INFO] [stderr] Compiling syn v1.0.109
[INFO] [stderr] Checking subtle v2.5.0
[INFO] [stderr] Checking equivalent v1.0.1
[INFO] [stderr] Checking crypto-common v0.1.6
[INFO] [stderr] Checking hashbrown v0.14.2
[INFO] [stderr] Compiling openssl-macros v0.1.1
[INFO] [stderr] Checking indexmap v2.0.2
[INFO] [stderr] Compiling openssl-sys v0.9.93
[INFO] [stderr] Compiling lock_api v0.4.11
[INFO] [stderr] Compiling num-integer v0.1.45
[INFO] [stderr] Checking ahash v0.7.7
[INFO] [stderr] Compiling parking_lot_core v0.9.9
[INFO] [stderr] Checking hashbrown v0.12.3
[INFO] [stderr] Checking idna v0.4.0
[INFO] [stderr] Compiling openssl v0.10.57
[INFO] [stderr] Compiling native-tls v0.2.11
[INFO] [stderr] Compiling async-trait v0.1.74
[INFO] [stderr] Checking digest v0.10.7
[INFO] [stderr] Checking url v2.4.1
[INFO] [stderr] Checking indexmap v1.9.3
[INFO] [stderr] Checking socket2 v0.4.10
[INFO] [stderr] Compiling zerocopy v0.7.11
[INFO] [stderr] Compiling allocator-api2 v0.2.16
[INFO] [stderr] Checking scopeguard v1.2.0
[INFO] [stderr] Compiling ring v0.16.20
[INFO] [stderr] Checking bitflags v2.4.1
[INFO] [stderr] Compiling rand_core v0.6.4
[INFO] [stderr] Compiling time-core v0.1.2
[INFO] [stderr] Compiling time-macros v0.2.15
[INFO] [stderr] Compiling bytes v1.5.0
[INFO] [stderr] Compiling either v1.9.0
[INFO] [stderr] Checking tokio-util v0.7.9
[INFO] [stderr] Compiling const-oid v0.9.5
[INFO] [stderr] Checking futures-executor v0.3.28
[INFO] [stderr] Compiling typenum v1.17.0
[INFO] [stderr] Checking zeroize v1.6.0
[INFO] [stderr] Checking chrono v0.4.31
[INFO] [stderr] Checking tokio-stream v0.1.14
[INFO] [stderr] Checking parking_lot v0.12.1
[INFO] [stderr] Checking h2 v0.3.21
[INFO] [stderr] Compiling generic-array v0.14.7
[INFO] [stderr] Compiling rustix v0.38.20
[INFO] [stderr] Compiling block-buffer v0.10.4
[INFO] [stderr] Compiling rustls v0.21.7
[INFO] [stderr] Checking hmac v0.12.1
[INFO] [stderr] Checking block-padding v0.3.3
[INFO] [stderr] Compiling rust_decimal v1.32.0
[INFO] [stderr] Checking inout v0.1.3
[INFO] [stderr] Checking sct v0.7.0
[INFO] [stderr] Checking rustls-webpki v0.101.6
[INFO] [stderr] Checking num-bigint v0.4.4
[INFO] [stderr] Checking sha1 v0.10.6
[INFO] [stderr] Compiling futures-core v0.3.28
[INFO] [stderr] Compiling crossbeam-queue v0.3.8
[INFO] [stderr] Checking byteorder v1.5.0
[INFO] [stderr] Checking powerfmt v0.2.0
[INFO] [stderr] Checking deranged v0.3.9
[INFO] [stderr] Checking cipher v0.4.4
[INFO] [stderr] Compiling futures-sink v0.3.28
[INFO] [stderr] Compiling pin-project-lite v0.2.13
[INFO] [stderr] Compiling heck v0.4.1
[INFO] [stderr] Compiling tinyvec_macros v0.1.1
[INFO] [stderr] Compiling itoa v1.0.9
[INFO] [stderr] Compiling spin v0.5.2
[INFO] [stderr] Compiling tinyvec v1.6.0
[INFO] [stderr] Compiling lazy_static v1.4.0
[INFO] [stderr] Compiling anyhow v1.0.75
[INFO] [stderr] Checking rustls-native-certs v0.6.3
[INFO] [stderr] Compiling itertools v0.10.5
[INFO] [stderr] Checking sha2 v0.10.8
[INFO] [stderr] Checking ordered-float v3.9.2
[INFO] [stderr] Compiling slab v0.4.9
[INFO] [stderr] Compiling unicase v2.7.0
[INFO] [stderr] Checking time v0.3.30
[INFO] [stderr] Compiling linux-raw-sys v0.4.10
[INFO] [stderr] Compiling rand_chacha v0.3.1
[INFO] [stderr] Checking tokio-native-tls v0.3.1
[INFO] [stderr] Checking spin v0.9.8
[INFO] [stderr] Compiling tracing-core v0.1.32
[INFO] [stderr] Compiling unicode-normalization v0.1.22
[INFO] [stderr] Compiling pin-project-internal v1.1.3
[INFO] [stderr] Compiling mio v0.8.9
[INFO] [stderr] Compiling signal-hook-registry v1.4.1
[INFO] [stderr] Compiling prost-derive v0.11.9
[INFO] [stderr] Compiling num_cpus v1.16.0
[INFO] [stderr] Compiling socket2 v0.5.5
[INFO] [stderr] Checking urlencoding v2.1.3
[INFO] [stderr] Checking hyper v0.14.27
[INFO] [stderr] Compiling foreign-types-shared v0.1.1
[INFO] [stderr] Compiling home v0.5.5
[INFO] [stderr] Compiling base64ct v1.6.0
[INFO] [stderr] Compiling num-bigint-dig v0.8.4
[INFO] [stderr] Compiling unicode-bidi v0.3.13
[INFO] [stderr] Compiling pem-rfc7468 v0.7.0
[INFO] [stderr] Compiling foreign-types v0.3.2
[INFO] [stderr] Checking opentelemetry_api v0.20.0
[INFO] [stderr] Checking pin-project v1.1.3
[INFO] [stderr] Compiling rand v0.8.5
[INFO] [stderr] Compiling futures-channel v0.3.28
[INFO] [stderr] Compiling futures-task v0.3.28
[INFO] [stderr] Compiling rustversion v1.0.14
[INFO] [stderr] Compiling percent-encoding v2.3.0
[INFO] [stderr] Compiling futures-io v0.3.28
[INFO] [stderr] Compiling fastrand v2.0.1
[INFO] [stderr] Compiling pin-utils v0.1.0
[INFO] [stderr] Compiling cpufeatures v0.2.10
[INFO] [stderr] Checking tower-layer v0.3.2
[INFO] [stderr] Compiling tempfile v3.8.0
[INFO] [stderr] Compiling futures-util v0.3.28
[INFO] [stderr] Compiling nom v7.1.3
[INFO] [stderr] Compiling form_urlencoded v1.2.0
[INFO] [stderr] Compiling der v0.7.8
[INFO] [stderr] Checking tokio-rustls v0.24.1
[INFO] [stderr] Compiling itertools v0.11.0
[INFO] [stderr] Checking crossbeam-channel v0.5.8
[INFO] [stderr] Compiling crossbeam-utils v0.8.16
[INFO] [stderr] Compiling libsqlite3-sys v0.26.0
[INFO] [stderr] Compiling crc-catalog v2.2.0
[INFO] [stderr] Compiling openssl-probe v0.1.5
[INFO] [stderr] Compiling unicode_categories v0.1.1
[INFO] [stderr] Compiling ryu v1.0.15
[INFO] [stderr] Compiling iana-time-zone v0.1.58
[INFO] [stderr] Compiling arrayvec v0.7.4
[INFO] [stderr] Compiling toml_edit v0.19.15
[INFO] [stderr] Compiling sqlformat v0.2.2
[INFO] [stderr] Compiling crc v3.0.1
[INFO] [stderr] Compiling bigdecimal v0.3.1
[INFO] [stderr] Checking opentelemetry_sdk v0.20.0
[INFO] [stderr] Compiling spki v0.7.2
[INFO] [stderr] Compiling mime_guess v2.0.4
[INFO] [stderr] Compiling futures-intrusive v0.5.0
[INFO] [stderr] Compiling atoi v2.0.0
[INFO] [stderr] Checking rustls-webpki v0.100.3
[INFO] [stderr] Checking hkdf v0.12.3
[INFO] [stderr] Compiling uuid v1.5.0
[INFO] [stderr] Compiling hashlink v0.8.4
[INFO] [stderr] Compiling aho-corasick v1.1.2
[INFO] [stderr] Checking universal-hash v0.4.0
[INFO] [stderr] Checking cipher v0.3.0
[INFO] [stderr] Compiling event-listener v2.5.3
[INFO] [stderr] Compiling regex-syntax v0.8.2
[INFO] [stderr] Compiling dotenvy v0.15.7
[INFO] [stderr] Checking webpki-roots v0.23.1
[INFO] [stderr] Compiling pkcs8 v0.10.2
[INFO] [stderr] Compiling proc-macro-crate v1.3.1
[INFO] [stderr] Compiling sqlx-core v0.7.2
[INFO] [stderr] Compiling num-iter v0.1.43
[INFO] [stderr] Compiling finl_unicode v1.2.0
[INFO] [stderr] Compiling stringprep v0.1.4
[INFO] [stderr] Compiling regex-automata v0.4.3
[INFO] [stderr] Compiling pkcs1 v0.7.5
[INFO] [stderr] Checking hyper-rustls v0.24.1
[INFO] [stderr] Checking hyper-tls v0.5.0
[INFO] [stderr] Checking tower v0.4.13
[INFO] [stderr] Compiling md-5 v0.10.6
[INFO] [stderr] Compiling signature v2.1.0
[INFO] [stderr] Checking tokio-io-timeout v1.2.0
[INFO] [stderr] Checking serde_urlencoded v0.7.1
[INFO] [stderr] Checking universal-hash v0.5.1
[INFO] [stderr] Compiling prettyplease v0.1.25
[INFO] [stderr] Checking unsafe-libyaml v0.2.9
[INFO] [stderr] Compiling protobuf v2.28.0
[INFO] [stderr] Compiling base64 v0.21.5
[INFO] [stderr] Compiling whoami v1.4.1
[INFO] [stderr] Checking reqwest v0.11.22
[INFO] [stderr] Checking polyval v0.6.1
[INFO] [stderr] Checking hyper-timeout v0.4.1
[INFO] [stderr] Compiling rsa v0.9.2
[INFO] [stderr] Compiling regex v1.10.2
[INFO] [stderr] Checking serde_yaml v0.9.25
[INFO] [stderr] Compiling flume v0.11.0
[INFO] [stderr] Checking io-lifetimes v1.0.11
[INFO] [stderr] Checking polyval v0.5.3
[INFO] [stderr] Compiling axum-core v0.3.4
[INFO] [stderr] Checking opentelemetry v0.20.0
[INFO] [stderr] Compiling prost v0.11.9
[INFO] [stderr] Checking yasna v0.5.2
[INFO] [stderr] Compiling darling_core v0.13.4
[INFO] [stderr] Checking futures v0.3.28
[INFO] [stderr] Checking ordered-float v2.10.1
[INFO] [stderr] Checking digest v0.9.0
[INFO] [stderr] Checking aead v0.4.3
[INFO] [stderr] Compiling async-stream-impl v0.3.5
[INFO] [stderr] Compiling k8s-openapi v0.19.0
[INFO] [stderr] Checking cpufeatures v0.1.5
[INFO] [stderr] Compiling prettyplease v0.2.15
[INFO] [stderr] Compiling tokio-openssl v0.6.3
[INFO] [stderr] Compiling prometheus v0.13.3
[INFO] [stderr] Compiling petgraph v0.6.4
[INFO] [stderr] Checking serde-value v0.7.0
[INFO] [stderr] Checking chacha20 v0.7.1
[INFO] [stderr] Checking rustix v0.37.26
[INFO] [stderr] Compiling prost-types v0.11.9
[INFO] [stderr] Compiling sqlx-sqlite v0.7.2
[INFO] [stderr] Checking async-stream v0.3.5
[INFO] [stderr] Checking ghash v0.4.4
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling sqlx-mysql v0.7.2
[INFO] [stderr] Checking ghash v0.5.0
[INFO] [stderr] Checking polling v2.8.0
[INFO] [stderr] Compiling sqlx-postgres v0.7.2
[INFO] [stderr] Checking ctr v0.7.0
[INFO] [stderr] Checking aes v0.7.5
[INFO] [stderr] Checking poly1305 v0.7.2
[INFO] [stderr] Compiling darling_macro v0.13.4
[INFO] [stderr] Compiling axum v0.6.20
[INFO] [stderr] Compiling which v4.4.2
[INFO] [stderr] Compiling derivative v2.2.0
[INFO] [stderr] Checking aes v0.8.3
[INFO] [stderr] Checking ctr v0.9.2
[INFO] [stderr] Checking rc2 v0.8.1
[INFO] [stderr] Checking des v0.8.1
[INFO] [stderr] Checking cbc v0.1.2
[INFO] [stderr] Checking treediff v4.0.2
[INFO] [stderr] Checking aead v0.5.2
[INFO] [stderr] Checking crypto-mac v0.11.0
[INFO] [stderr] Checking block-buffer v0.9.0
[INFO] [stderr] Compiling smartstring v1.0.1
[INFO] [stderr] Compiling multer v2.1.0
[INFO] [stderr] Compiling cookie v0.17.0
[INFO] [stderr] Checking cookie-factory v0.3.2
[INFO] [stderr] Compiling multimap v0.8.3
[INFO] [stderr] Compiling hyper-openssl v0.9.2
[INFO] [stderr] Compiling prost-build v0.11.9
[INFO] [stderr] Checking tungstenite v0.20.1
[INFO] [stderr] Checking amq-protocol-types v7.1.2
[INFO] [stderr] Checking ordered-multimap v0.4.3
[INFO] [stderr] Checking hmac v0.11.0
[INFO] [stderr] Checking sha2 v0.9.9
[INFO] [stderr] Checking aes-gcm v0.10.3
[INFO] [stderr] Checking json-patch v1.2.0
[INFO] [stderr] Compiling sqlx-macros-core v0.7.2
[INFO] [stderr] Checking p12 v0.6.3
[INFO] [stderr] Compiling darling v0.13.4
[INFO] [stderr] Checking aes-gcm v0.9.2
[INFO] [stderr] Checking chacha20poly1305 v0.8.0
[INFO] [stderr] Checking async-io v1.13.0
[INFO] [stderr] Checking opentelemetry-semantic-conventions v0.12.0
[INFO] [stderr] Checking opentelemetry-http v0.9.0
[INFO] [stderr] Checking linked_hash_set v0.1.4
[INFO] [stderr] Checking rustls-connector v0.18.3
[INFO] [stderr] Compiling darling_core v0.14.4
[INFO] [stderr] Checking headers-core v0.2.0
[INFO] [stderr] Checking sync_wrapper v0.1.2
[INFO] [stderr] Compiling doc-comment v0.3.3
[INFO] [stderr] Checking http-range-header v0.3.1
[INFO] [stderr] Checking matchit v0.7.3
[INFO] [stderr] Checking tower-http v0.4.4
[INFO] [stderr] Compiling poem-grpc-build v0.2.22
[INFO] [stderr] Checking headers v0.3.9
[INFO] [stderr] Checking tcp-stream v0.26.1
[INFO] [stderr] Checking blocking v1.4.1
[INFO] [stderr] Checking csrf v0.4.1
[INFO] [stderr] Compiling serde_with_macros v1.5.2
[INFO] [stderr] Checking opentelemetry-prometheus v0.13.0
[INFO] [stderr] Checking rust-ini v0.18.0
[INFO] [stderr] Compiling sqlx-macros v0.7.2
[INFO] [stderr] Checking tokio-tungstenite v0.20.1
[INFO] [stderr] Checking amq-protocol-uri v7.1.2
[INFO] [stderr] Compiling darling_macro v0.14.4
[INFO] [stderr] Compiling poem-derive v1.3.58
[INFO] [stderr] Checking secrecy v0.8.0
[INFO] [stderr] Checking jsonpath_lib v0.3.0
[INFO] [stderr] Checking quick-xml v0.30.0
[INFO] [stderr] Checking quick-xml v0.26.0
[INFO] [stderr] Compiling inherent v1.0.10
[INFO] [stderr] Checking dirs-sys v0.3.7
[INFO] [stderr] Compiling amq-protocol v7.1.2
[INFO] [stderr] Compiling gcc v0.3.55
[INFO] [stderr] Checking rxml_validation v0.9.1
[INFO] [stderr] Checking base64 v0.20.0
[INFO] [stderr] Checking rxml v0.9.1
[INFO] [stderr] Checking sea-query v0.30.2
[INFO] [stderr] Checking poem v1.3.58
[INFO] [stderr] Compiling rust-crypto v0.2.36
[INFO] [stderr] Checking backoff v0.4.0
[INFO] [stderr] Checking dirs v4.0.0
[INFO] [stderr] Compiling darling v0.14.4
[INFO] [stderr] Checking serde_with v1.14.0
[INFO] [stderr] Checking async-global-executor v2.3.1
[INFO] [stderr] Checking amq-protocol-tcp v7.1.2
[INFO] [stderr] Compiling poem-grpc v0.2.24
[INFO] [stderr] Checking tonic v0.9.2
[INFO] [stderr] Compiling ouroboros_macro v0.17.2
[INFO] [stderr] Compiling sea-bae v0.2.0
[INFO] [stderr] Checking sqlx v0.7.2
[INFO] [stderr] Checking flume v0.10.14
[INFO] [stderr] Compiling http v0.2.9
[INFO] [stderr] Checking attohttpc v0.22.0
[INFO] [stderr] Checking combine v4.6.6
[INFO] [stderr] Checking sharded-slab v0.1.7
[INFO] [stderr] Checking deadpool-runtime v0.1.3
[INFO] [stderr] Checking reactor-trait v1.1.0
[INFO] [stderr] Checking executor-trait v2.1.0
[INFO] [stderr] Checking rand v0.4.6
[INFO] [stderr] Checking aliasable v0.1.3
[INFO] [stderr] Checking match_cfg v0.1.0
[INFO] [stderr] Compiling mime v0.3.17
[INFO] [stderr] Checking sha1_smol v1.0.0
[INFO] [stderr] Compiling lapin v2.3.1
[INFO] [stderr] Checking deadpool v0.9.5
[INFO] [stderr] Checking hostname v0.3.1
[INFO] [stderr] Checking ouroboros v0.17.2
[INFO] [stderr] Compiling derive_more v0.99.17
[INFO] [stderr] Checking rand v0.3.23
[INFO] [stderr] Checking tracing-subscriber v0.3.17
[INFO] [stderr] Checking async-global-executor-trait v2.1.0
[INFO] [stderr] Checking async-reactor-trait v1.1.0
[INFO] [stderr] Checking aws-creds v0.34.1
[INFO] [stderr] Checking pinky-swear v6.1.0
[INFO] [stderr] Compiling poem-openapi-derive v2.0.27
[INFO] [stderr] Compiling sea-orm-macros v0.12.5
[INFO] [stderr] Checking opentelemetry-proto v0.3.0
[INFO] [stderr] Checking sea-query-binder v0.5.0
[INFO] [stderr] Checking bollard-stubs v1.41.0
[INFO] [stderr] Checking flate2 v1.0.28
[INFO] [stderr] Checking json5 v0.4.1
[INFO] [stderr] Checking minidom v0.15.2
[INFO] [stderr] Checking ron v0.7.1
[INFO] [stderr] Compiling nanoid v0.4.0
[INFO] [stderr] Compiling maybe-async v0.2.7
[INFO] [stderr] Checking toml v0.5.11
[INFO] [stderr] Checking email-encoding v0.2.0
[INFO] [stderr] Checking aws-region v0.25.4
[INFO] [stderr] Checking time v0.1.45
[INFO] [stderr] Checking email_address v0.2.4
[INFO] [stderr] Checking quoted_printable v0.4.8
[INFO] [stderr] Checking strum v0.25.0
[INFO] [stderr] Checking md5 v0.7.0
[INFO] [stderr] Checking lettre v0.10.4
[INFO] [stderr] Checking sea-orm v0.12.4
[INFO] [stderr] Checking rust-s3 v0.33.0
[INFO] [stderr] Checking redis v0.23.3
[INFO] [stderr] Checking config v0.13.3
[INFO] [stderr] Checking kube-core v0.85.0
[INFO] [stderr] Compiling tardis-macros v0.1.0-rc.1
[INFO] [stderr] Checking kube-client v0.85.0
[INFO] [stderr] Checking poem-openapi v2.0.27
[INFO] [stderr] Checking tracing-opentelemetry v0.21.0
[INFO] [stderr] Checking opentelemetry-otlp v0.13.0
[INFO] [stderr] Checking libsm v0.5.1
[INFO] [stderr] Checking deadpool-redis v0.12.0
[INFO] [stderr] Checking lru v0.11.1
[INFO] [stderr] Checking sqlparser v0.36.1
[INFO] [stderr] Checking kube-runtime v0.85.0
[INFO] [stderr] Checking testcontainers v0.14.0
[INFO] [stderr] Checking kube v0.85.0
[INFO] [stderr] Documenting tardis v0.1.0-beta.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::basic::config::CacheConfig`
[INFO] [stdout] --> src/cache/cache_client.rs:20:68
[INFO] [stdout] |
[INFO] [stdout] 20 | /// 1. Create the cache configuration / 创建缓存配置, @see [CacheConfig](crate::basic::config::CacheConfig)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `config` in module `basic`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `crate::basic::config::DBConfig`
[INFO] [stdout] --> src/db/reldb_client.rs:42:69
[INFO] [stdout] |
[INFO] [stdout] 42 | /// 1. Create the database configuration / 创建数据库配置, @see [DBConfig](crate::basic::config::DBConfig)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `config` in module `basic`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `crate::basic::config::SearchConfig`
[INFO] [stdout] --> src/search/search_client.rs:20:70
[INFO] [stdout] |
[INFO] [stdout] 20 | /// 1. Create the search configuration / 创建搜索配置, @see [SearchConfig](crate::basic::config::SearchConfig)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `config` in module `basic`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `basic::config::FrameworkConfig`
[INFO] [stdout] --> src/lib.rs:228:54
[INFO] [stdout] |
[INFO] [stdout] 228 | /// Tardis configuration set see [`FrameworkConfig`](basic::config::FrameworkConfig) .
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `config` in module `basic`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `basic::config::FrameworkConfig`
[INFO] [stdout] --> src/lib.rs:230:57
[INFO] [stdout] |
[INFO] [stdout] 230 | /// 项目特殊的配置集合即为第一步定义的格式,Tardis配置集合见 [`FrameworkConfig`](basic::config::FrameworkConfig) .
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `config` in module `basic`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/basic/error.rs:93:9
[INFO] [stdout] |
[INFO] [stdout] 93 | /// https://www.andiamo.co.uk/resources/iso-language-codes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/config/config_dto.rs:98:9
[INFO] [stdout] |
[INFO] [stdout] 98 | /// https://www.andiamo.co.uk/resources/iso-language-codes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/config/config_dto.rs:715:16
[INFO] [stdout] |
[INFO] [stdout] 715 | /// . Open https://www.javainuse.com/aesgenerator and output the following:
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/config/config_nacos/nacos_client.rs:28:36
[INFO] [stdout] |
[INFO] [stdout] 28 | /// for request nacos openapi, see https://nacos.io/zh-cn/docs/open-api.html
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/config/config_nacos/nacos_client.rs:270:16
[INFO] [stdout] |
[INFO] [stdout] 270 | /// refer: https://nacos.io/zh-cn/docs/open-api.html
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout] --> src/db/reldb_client.rs:102:63
[INFO] [stdout] |
[INFO] [stdout] 102 | /// 3. Create TardisContext / 创建TardisContext [TardisContext](crate::basic::dto::TardisContext)
[INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout] | |
[INFO] [stdout] | because label contains path that resolves to same destination
[INFO] [stdout] |
[INFO] [stdout] = note: when a link's destination is not specified,
[INFO] [stdout] the label is used to resolve intra-doc links
[INFO] [stdout] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout] |
[INFO] [stdout] 102 | /// 3. Create TardisContext / 创建TardisContext [TardisContext]
[INFO] [stdout] | ~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: Rust code block is empty
[INFO] [stdout] --> src/db/reldb_client.rs:807:9
[INFO] [stdout] |
[INFO] [stdout] 807 | /// ```
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stdout] help: mark blocks that do not contain Rust code as text
[INFO] [stdout] |
[INFO] [stdout] 807 | /// ```text
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: Rust code block is empty
[INFO] [stdout] --> src/db/reldb_client.rs:909:9
[INFO] [stdout] |
[INFO] [stdout] 909 | /// ```
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] help: mark blocks that do not contain Rust code as text
[INFO] [stdout] |
[INFO] [stdout] 909 | /// ```text
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: Rust code block is empty
[INFO] [stdout] --> src/db/reldb_client.rs:955:9
[INFO] [stdout] |
[INFO] [stdout] 955 | /// ```
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] help: mark blocks that do not contain Rust code as text
[INFO] [stdout] |
[INFO] [stdout] 955 | /// ```text
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: Rust code block is empty
[INFO] [stdout] --> src/db/reldb_client.rs:1379:5
[INFO] [stdout] |
[INFO] [stdout] 1379 | / /// Create table and index / 创建表和索引
[INFO] [stdout] 1380 | | ///
[INFO] [stdout] 1381 | | /// # Arguments
[INFO] [stdout] 1382 | | ///
[INFO] [stdout] 1383 | | /// * `db` - database instance type / 数据库实例类型
[INFO] [stdout] 1384 | | /// * `update_time_field` - update time field / 更新字段
[INFO] [stdout] 1385 | | /// ```
[INFO] [stdout] | |___________^
[INFO] [stdout] |
[INFO] [stdout] = help: mark blocks that do not contain Rust code as text: ```text
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "bddf71277c49056871f16dd42252f9f0197a71aaf330e43c8bf1601f39280518", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bddf71277c49056871f16dd42252f9f0197a71aaf330e43c8bf1601f39280518", kill_on_drop: false }`
[INFO] [stdout] bddf71277c49056871f16dd42252f9f0197a71aaf330e43c8bf1601f39280518