[INFO] cloning repository https://github.com/PeopleForBikes/retrieve [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PeopleForBikes/retrieve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeopleForBikes%2Fretrieve", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeopleForBikes%2Fretrieve'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c3649df853cb9aba9adbfc54c0ac0ed5ed540c93 [INFO] checking PeopleForBikes/retrieve against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeopleForBikes%2Fretrieve" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/PeopleForBikes/retrieve [INFO] finished tweaking git repo https://github.com/PeopleForBikes/retrieve [INFO] tweaked toml for git repo https://github.com/PeopleForBikes/retrieve written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/PeopleForBikes/retrieve on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/PeopleForBikes/retrieve 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pyo3-ffi v0.16.5 [INFO] [stderr] Downloaded target-lexicon v0.12.3 [INFO] [stderr] Downloaded indoc v1.0.4 [INFO] [stderr] Downloaded os_str_bytes v6.0.0 [INFO] [stderr] Downloaded clap_derive v3.2.2 [INFO] [stderr] Downloaded owo-colors v3.3.0 [INFO] [stderr] Downloaded clap_lex v0.2.2 [INFO] [stderr] Downloaded backtrace v0.3.64 [INFO] [stderr] Downloaded eyre v0.6.7 [INFO] [stderr] Downloaded downloader v0.2.6 [INFO] [stderr] Downloaded clap v3.2.2 [INFO] [stderr] Downloaded color-spantrace v0.2.0 [INFO] [stderr] Downloaded pyo3-macros-backend v0.16.5 [INFO] [stderr] Downloaded pyo3-build-config v0.16.5 [INFO] [stderr] Downloaded pyo3-macros v0.16.5 [INFO] [stderr] Downloaded unindent v0.1.8 [INFO] [stderr] Downloaded object v0.27.1 [INFO] [stderr] Downloaded pyo3 v0.16.5 [INFO] [stderr] Downloaded gimli v0.26.1 [INFO] [stderr] Downloaded color-eyre v0.6.2 [INFO] [stderr] Downloaded openssl-src v111.22.0+1.1.1q [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9aad69776c873124667467676331dbe0f413156532e1b67001fe4f9889fb1eee [INFO] running `Command { std: "docker" "start" "-a" "9aad69776c873124667467676331dbe0f413156532e1b67001fe4f9889fb1eee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9aad69776c873124667467676331dbe0f413156532e1b67001fe4f9889fb1eee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aad69776c873124667467676331dbe0f413156532e1b67001fe4f9889fb1eee", kill_on_drop: false }` [INFO] [stdout] 9aad69776c873124667467676331dbe0f413156532e1b67001fe4f9889fb1eee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fa0238b3b1636b10c4bf39afbcd3f84144af2344a55699d595f78c02f1facda [INFO] running `Command { std: "docker" "start" "-a" "7fa0238b3b1636b10c4bf39afbcd3f84144af2344a55699d595f78c02f1facda", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling target-lexicon v0.12.3 [INFO] [stderr] Checking tracing-core v0.1.23 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Checking tracing v0.1.32 [INFO] [stderr] Compiling openssl-src v111.22.0+1.1.1q [INFO] [stderr] Compiling pyo3-build-config v0.16.5 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking mio v0.8.2 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking http v0.2.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking tokio v1.17.0 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking parking_lot_core v0.8.5 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling unindent v0.1.8 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Compiling indoc v1.0.4 [INFO] [stderr] Compiling pyo3-ffi v0.16.5 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling pyo3 v0.16.5 [INFO] [stderr] Checking tracing-subscriber v0.3.9 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Compiling eyre v0.6.7 [INFO] [stderr] Checking tracing-error v0.2.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking object v0.27.1 [INFO] [stderr] Checking console v0.15.0 [INFO] [stderr] Checking owo-colors v3.3.0 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking ipnet v2.4.0 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Compiling pyo3-macros-backend v0.16.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking color-spantrace v0.2.0 [INFO] [stderr] Checking indicatif v0.15.0 [INFO] [stderr] Checking clap_lex v0.2.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.32 [INFO] [stderr] Compiling clap_derive v3.2.2 [INFO] [stderr] Checking color-eyre v0.6.2 [INFO] [stderr] Checking thiserror v1.0.32 [INFO] [stderr] Compiling pyo3-macros v0.16.5 [INFO] [stderr] Checking clap v3.2.2 [INFO] [stderr] Checking h2 v0.3.12 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking hyper v0.14.18 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking pfbcore v0.1.0 (/opt/rustwide/workdir/pfbcore) [INFO] [stdout] warning: value assigned to `source` is never read [INFO] [stdout] --> pfbcore/src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | source: url::ParseError, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `source` is never read [INFO] [stdout] --> pfbcore/src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | source: csv::Error, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `source` is never read [INFO] [stdout] --> pfbcore/src/lib.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | source: io::Error, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> pfbcore/src/scorecard.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | #[pymethods] [INFO] [stdout] | ^----------- [INFO] [stdout] | | [INFO] [stdout] | move the `impl` block outside of this static `ITEMS` and up 3 bodies [INFO] [stdout] 59 | impl City { [INFO] [stdout] | ---- `City` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `source` is never read [INFO] [stdout] --> pfbcore/src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | source: url::ParseError, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `source` is never read [INFO] [stdout] --> pfbcore/src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | source: csv::Error, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `source` is never read [INFO] [stdout] --> pfbcore/src/lib.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | source: io::Error, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> pfbcore/src/scorecard.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | #[pymethods] [INFO] [stdout] | ^----------- [INFO] [stdout] | | [INFO] [stdout] | move the `impl` block outside of this static `ITEMS` and up 3 bodies [INFO] [stdout] 59 | impl City { [INFO] [stdout] | ---- `City` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.10 [INFO] [stderr] Checking downloader v0.2.6 [INFO] [stderr] Checking retrieve v0.1.0 (/opt/rustwide/workdir/retrieve) [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub from_csv: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub parallel_requests: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub retries: u16, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 49 | #[clap(short, long, parse(from_os_str), value_hint = ValueHint::DirPath, default_value = "output")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub dataset: CliDataset, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::validator`: Replaced with `Arg::value_parser(...)` [INFO] [stdout] --> retrieve/src/cli.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub from_csv: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::validator`: Replaced with `Arg::value_parser(...)` [INFO] [stdout] --> retrieve/src/cli.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub parallel_requests: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::validator`: Replaced with `Arg::value_parser(...)` [INFO] [stdout] --> retrieve/src/cli.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub retries: u16, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::possible_values`: Replaced with `Arg::value_parser(PossibleValuesParser::new(...)).takes_value(true)` [INFO] [stdout] --> retrieve/src/cli.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | pub dataset: CliDataset, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub from_csv: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub parallel_requests: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub retries: u16, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 49 | #[clap(short, long, parse(from_os_str), value_hint = ValueHint::DirPath, default_value = "output")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `clap::ArgAction::StoreValue`: Replaced with `ArgAction::Set` or `ArgAction::Append` [INFO] [stdout] --> retrieve/src/cli.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub dataset: CliDataset, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::validator`: Replaced with `Arg::value_parser(...)` [INFO] [stdout] --> retrieve/src/cli.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub from_csv: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::validator`: Replaced with `Arg::value_parser(...)` [INFO] [stdout] --> retrieve/src/cli.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub parallel_requests: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::validator`: Replaced with `Arg::value_parser(...)` [INFO] [stdout] --> retrieve/src/cli.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub retries: u16, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `clap::Arg::<'help>::possible_values`: Replaced with `Arg::value_parser(PossibleValuesParser::new(...)).takes_value(true)` [INFO] [stdout] --> retrieve/src/cli.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | pub dataset: CliDataset, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 16s [INFO] running `Command { std: "docker" "inspect" "7fa0238b3b1636b10c4bf39afbcd3f84144af2344a55699d595f78c02f1facda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fa0238b3b1636b10c4bf39afbcd3f84144af2344a55699d595f78c02f1facda", kill_on_drop: false }` [INFO] [stdout] 7fa0238b3b1636b10c4bf39afbcd3f84144af2344a55699d595f78c02f1facda