[INFO] cloning repository https://github.com/seu-mirrors/mirror-clone [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/seu-mirrors/mirror-clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseu-mirrors%2Fmirror-clone", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseu-mirrors%2Fmirror-clone'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 010d88abe26c7b99942446bb92d0a019e93f30a8 [INFO] testing seu-mirrors/mirror-clone against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseu-mirrors%2Fmirror-clone" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/seu-mirrors/mirror-clone [INFO] finished tweaking git repo https://github.com/seu-mirrors/mirror-clone [INFO] tweaked toml for git repo https://github.com/seu-mirrors/mirror-clone written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/seu-mirrors/mirror-clone on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/seu-mirrors/mirror-clone already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a50fd93086caf90c3f6dd6a43536dd57d5f20503f4448cb7c37d8d6d211fab8 [INFO] running `Command { std: "docker" "start" "-a" "8a50fd93086caf90c3f6dd6a43536dd57d5f20503f4448cb7c37d8d6d211fab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a50fd93086caf90c3f6dd6a43536dd57d5f20503f4448cb7c37d8d6d211fab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a50fd93086caf90c3f6dd6a43536dd57d5f20503f4448cb7c37d8d6d211fab8", kill_on_drop: false }` [INFO] [stdout] 8a50fd93086caf90c3f6dd6a43536dd57d5f20503f4448cb7c37d8d6d211fab8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44d3c696d3b2a94613cc7113376febd915f90282c453d68286b2a755f5185e44 [INFO] running `Command { std: "docker" "start" "-a" "44d3c696d3b2a94613cc7113376febd915f90282c453d68286b2a755f5185e44", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling slog v2.8.2 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling arc-swap v1.8.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling seahash v4.1.0 [INFO] [stderr] Compiling slog-async v2.8.0 [INFO] [stderr] Compiling rusoto_core v0.48.0 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling xml-rs v0.8.28 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling term v1.2.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling console v0.16.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling utf8-width v0.1.8 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling html-escape v0.2.13 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling filetime v0.2.27 [INFO] [stderr] Compiling iter-set v2.0.2 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling parse_link_header v0.2.2 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling serde_with_macros v2.3.3 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling erased-serde v0.3.31 [INFO] [stderr] Compiling serde_with v2.3.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling slog-scope v4.4.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling slog-stdlog v4.1.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling slog-term v2.9.2 [INFO] [stderr] Compiling slog-envlogger v2.2.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-io-compat v0.1.1 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling rusoto_credential v0.48.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling hyper-proxy v0.9.1 [INFO] [stderr] Compiling reqwest v0.12.4 [INFO] [stderr] Compiling yup-oauth2 v8.3.1 [INFO] [stderr] Compiling rusoto_signature v0.48.0 [INFO] [stderr] Compiling google-apis-common v6.0.3 [INFO] [stderr] Compiling google-bigquery2 v5.0.3+20230114 [INFO] [stderr] Compiling rusoto_s3 v0.48.0 [INFO] [stderr] Compiling mirror-clone v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `FilterPipe` is never constructed [INFO] [stdout] --> src/filter_pipe.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct FilterPipe { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/filter_pipe.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl FilterPipe { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] 16 | pub fn new(source: Source, exclude_patterns: RegexSet) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `additional_yaml` is never read [INFO] [stdout] --> src/ghcup/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct Ghcup { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 51 | pub additional_yaml: CommaSplitVecString, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Ghcup` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dl_hash` is never read [INFO] [stdout] --> src/ghcup/parser.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct DownloadSource { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 12 | pub dl_uri: String, [INFO] [stdout] 13 | pub dl_hash: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DownloadSource` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `url` is never read [INFO] [stdout] --> src/ghcup/utils.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 66 | pub struct FileMeta { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 70 | url: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FileMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `path`, `is_sig`, and `version` are never read [INFO] [stdout] --> src/ghcup/utils.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 89 | pub struct ObjectInfoWithUrl { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 90 | pub name: String, [INFO] [stdout] 91 | pub path: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 92 | pub is_sig: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 93 | pub version: Version, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ObjectInfoWithUrl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `url`, `id`, `name`, `content_type`, and `created_at` are never read [INFO] [stdout] --> src/github_release.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct GitHubReleaseAsset { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 21 | url: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 22 | id: u64, [INFO] [stdout] | ^^ [INFO] [stdout] 23 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 24 | content_type: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 25 | size: u64, [INFO] [stdout] 26 | created_at: DateTime, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitHubReleaseAsset` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HtmlScanner` is never constructed [INFO] [stdout] --> src/html_scanner.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct HtmlScanner { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MetaAsPath` is never constructed [INFO] [stdout] --> src/metadata.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct MetaAsPath + std::fmt::Debug + std::marker::Send> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `buffer_path` is never read [INFO] [stdout] --> src/rewrite_pipe.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct RewritePipe [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | pub buffer_path: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `Command { std: "docker" "inspect" "44d3c696d3b2a94613cc7113376febd915f90282c453d68286b2a755f5185e44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44d3c696d3b2a94613cc7113376febd915f90282c453d68286b2a755f5185e44", kill_on_drop: false }` [INFO] [stdout] 44d3c696d3b2a94613cc7113376febd915f90282c453d68286b2a755f5185e44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db27faa02f5a47a5926503e32d2a15373c2e94c03519cacd288a7953e9491459 [INFO] running `Command { std: "docker" "start" "-a" "db27faa02f5a47a5926503e32d2a15373c2e94c03519cacd288a7953e9491459", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling rstest_macros v0.17.0 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling tempfile v3.26.0 [INFO] [stderr] Compiling insta v1.46.3 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.4 [INFO] [stderr] Compiling rusoto_core v0.48.0 [INFO] [stderr] Compiling hyper-proxy v0.9.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rusoto_s3 v0.48.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling rstest v0.17.0 [INFO] [stderr] Compiling mirror-clone v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `FilterPipe` is never constructed [INFO] [stdout] --> src/filter_pipe.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct FilterPipe { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/filter_pipe.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl FilterPipe { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] 16 | pub fn new(source: Source, exclude_patterns: RegexSet) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `additional_yaml` is never read [INFO] [stdout] --> src/ghcup/mod.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct Ghcup { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 51 | pub additional_yaml: CommaSplitVecString, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Ghcup` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dl_hash` is never read [INFO] [stdout] --> src/ghcup/parser.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct DownloadSource { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 12 | pub dl_uri: String, [INFO] [stdout] 13 | pub dl_hash: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DownloadSource` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `url` is never read [INFO] [stdout] --> src/ghcup/utils.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 66 | pub struct FileMeta { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 70 | url: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FileMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `path`, `is_sig`, and `version` are never read [INFO] [stdout] --> src/ghcup/utils.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 89 | pub struct ObjectInfoWithUrl { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 90 | pub name: String, [INFO] [stdout] 91 | pub path: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 92 | pub is_sig: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 93 | pub version: Version, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ObjectInfoWithUrl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `url`, `id`, `name`, `content_type`, and `created_at` are never read [INFO] [stdout] --> src/github_release.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct GitHubReleaseAsset { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 21 | url: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 22 | id: u64, [INFO] [stdout] | ^^ [INFO] [stdout] 23 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 24 | content_type: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 25 | size: u64, [INFO] [stdout] 26 | created_at: DateTime, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitHubReleaseAsset` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HtmlScanner` is never constructed [INFO] [stdout] --> src/html_scanner.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct HtmlScanner { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MetaAsPath` is never constructed [INFO] [stdout] --> src/metadata.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct MetaAsPath + std::fmt::Debug + std::marker::Send> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `buffer_path` is never read [INFO] [stdout] --> src/rewrite_pipe.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct RewritePipe [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | pub buffer_path: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 32.06s [INFO] running `Command { std: "docker" "inspect" "db27faa02f5a47a5926503e32d2a15373c2e94c03519cacd288a7953e9491459", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db27faa02f5a47a5926503e32d2a15373c2e94c03519cacd288a7953e9491459", kill_on_drop: false }` [INFO] [stdout] db27faa02f5a47a5926503e32d2a15373c2e94c03519cacd288a7953e9491459 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 65a5e52767f05262fdacce4176ca6c9e7264a733557eb36b99c7ae4718a6be35 [INFO] running `Command { std: "docker" "start" "-a" "65a5e52767f05262fdacce4176ca6c9e7264a733557eb36b99c7ae4718a6be35", kill_on_drop: false }` [INFO] [stderr] warning: struct `FilterPipe` is never constructed [INFO] [stderr] --> src/filter_pipe.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct FilterPipe { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> src/filter_pipe.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 15 | impl FilterPipe { [INFO] [stderr] | ------------------------------- associated function in this implementation [INFO] [stderr] 16 | pub fn new(source: Source, exclude_patterns: RegexSet) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field `additional_yaml` is never read [INFO] [stderr] --> src/ghcup/mod.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub struct Ghcup { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] ... [INFO] [stderr] 51 | pub additional_yaml: CommaSplitVecString, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Ghcup` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `dl_hash` is never read [INFO] [stderr] --> src/ghcup/parser.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct DownloadSource { [INFO] [stderr] | -------------- field in this struct [INFO] [stderr] 12 | pub dl_uri: String, [INFO] [stderr] 13 | pub dl_hash: String, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `DownloadSource` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `url` is never read [INFO] [stderr] --> src/ghcup/utils.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 66 | pub struct FileMeta { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 70 | url: String, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `FileMeta` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `path`, `is_sig`, and `version` are never read [INFO] [stderr] --> src/ghcup/utils.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 89 | pub struct ObjectInfoWithUrl { [INFO] [stderr] | ----------------- fields in this struct [INFO] [stderr] 90 | pub name: String, [INFO] [stderr] 91 | pub path: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 92 | pub is_sig: bool, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 93 | pub version: Version, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ObjectInfoWithUrl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `url`, `id`, `name`, `content_type`, and `created_at` are never read [INFO] [stderr] --> src/github_release.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct GitHubReleaseAsset { [INFO] [stderr] | ------------------ fields in this struct [INFO] [stderr] 21 | url: String, [INFO] [stderr] | ^^^ [INFO] [stderr] 22 | id: u64, [INFO] [stderr] | ^^ [INFO] [stderr] 23 | name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 24 | content_type: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 25 | size: u64, [INFO] [stderr] 26 | created_at: DateTime, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GitHubReleaseAsset` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `HtmlScanner` is never constructed [INFO] [stderr] --> src/html_scanner.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct HtmlScanner { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `MetaAsPath` is never constructed [INFO] [stderr] --> src/metadata.rs:42:12 [INFO] [stderr] | [INFO] [stderr] 42 | pub struct MetaAsPath + std::fmt::Debug + std::marker::Send> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `buffer_path` is never read [INFO] [stderr] --> src/rewrite_pipe.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 22 | pub struct RewritePipe [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 27 | pub buffer_path: String, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `mirror-clone` (bin "mirror-clone" test) generated 10 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mirror_clone-d31e61b67591548f) [INFO] [stdout] [INFO] [stdout] running 63 tests [INFO] [stdout] test index_pipe::tests::test_dir_more ... ok [INFO] [stdout] test index_pipe::tests::test_dir_more_depth ... ok [INFO] [stdout] test index_pipe::tests::test_simple ... ok [INFO] [stdout] test index_pipe::tests::test_dir ... ok [INFO] [stdout] test python_version::tests::test_parse::case_01 ... ok [INFO] [stdout] test python_version::tests::test_ord ... ok [INFO] [stdout] test python_version::tests::test_parse::case_16 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_05 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_06 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_07 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_11 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_15 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_08 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_09 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_04 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_10 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_12 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_14 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_13 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_02 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_03 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_17 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_18 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_19 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_21 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_26 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_27 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_30 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_28 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_22 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_31 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_33 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_32 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_38 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_34 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_23 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_37 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_36 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_24 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_39 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_29 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_42 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_46 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_43 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_47 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_41 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_44 ... ok [INFO] [stdout] test python_version::tests::test_stable::case_5 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_45 ... ok [INFO] [stdout] test python_version::tests::test_stable::case_1 ... ok [INFO] [stdout] test python_version::tests::test_stable::case_6 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_49 ... ok [INFO] [stdout] test python_version::tests::test_stable::case_7 ... ok [INFO] [stdout] test python_version::tests::test_stable::case_2 ... ok [INFO] [stdout] test python_version::tests::test_stable::case_3 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_51 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_50 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_48 ... ok [INFO] [stdout] test python_version::tests::test_stable::case_4 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_25 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_35 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_40 ... ok [INFO] [stdout] test python_version::tests::test_parse::case_20 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "65a5e52767f05262fdacce4176ca6c9e7264a733557eb36b99c7ae4718a6be35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65a5e52767f05262fdacce4176ca6c9e7264a733557eb36b99c7ae4718a6be35", kill_on_drop: false }` [INFO] [stdout] 65a5e52767f05262fdacce4176ca6c9e7264a733557eb36b99c7ae4718a6be35