[INFO] cloning repository https://github.com/Jeremiad/mariadbcli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jeremiad/mariadbcli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJeremiad%2Fmariadbcli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJeremiad%2Fmariadbcli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 209151afaeeca68b9ad7a58956ca99ec6bd948e2 [INFO] testing Jeremiad/mariadbcli against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJeremiad%2Fmariadbcli" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Jeremiad/mariadbcli [INFO] finished tweaking git repo https://github.com/Jeremiad/mariadbcli [INFO] tweaked toml for git repo https://github.com/Jeremiad/mariadbcli written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Jeremiad/mariadbcli on toolchain 33835004928d3bf65db4d4712e1330766263b0bd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Jeremiad/mariadbcli 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c723d28a1b7a7bbf298edeecd9fa6ccf507f61c56405f0c61827eddc84ed4082 [INFO] running `Command { std: "docker" "start" "-a" "c723d28a1b7a7bbf298edeecd9fa6ccf507f61c56405f0c61827eddc84ed4082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c723d28a1b7a7bbf298edeecd9fa6ccf507f61c56405f0c61827eddc84ed4082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c723d28a1b7a7bbf298edeecd9fa6ccf507f61c56405f0c61827eddc84ed4082", kill_on_drop: false }` [INFO] [stdout] c723d28a1b7a7bbf298edeecd9fa6ccf507f61c56405f0c61827eddc84ed4082 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ca8aeb9a002e558f81f4d800253612d19e2941c00a020e73da9ffa84c99f014 [INFO] running `Command { std: "docker" "start" "-a" "9ca8aeb9a002e558f81f4d800253612d19e2941c00a020e73da9ffa84c99f014", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling openssl v0.10.71 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.106 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling mariadbcli v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `requests::get_products` [INFO] [stdout] --> src/api/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use requests::get_products; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `requests::get_product_releases` [INFO] [stdout] --> src/api/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use requests::get_product_releases; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `requests::get_list_of_point_releases` [INFO] [stdout] --> src/api/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use requests::get_list_of_point_releases; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `requests::get_list_of_files_for_release` [INFO] [stdout] --> src/api/mod.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use requests::get_list_of_files_for_release; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clicommands::list` [INFO] [stdout] --> src/clicommands/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use clicommands::list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clicommands::install` [INFO] [stdout] --> src/clicommands/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use clicommands::install; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s [INFO] running `Command { std: "docker" "inspect" "9ca8aeb9a002e558f81f4d800253612d19e2941c00a020e73da9ffa84c99f014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ca8aeb9a002e558f81f4d800253612d19e2941c00a020e73da9ffa84c99f014", kill_on_drop: false }` [INFO] [stdout] 9ca8aeb9a002e558f81f4d800253612d19e2941c00a020e73da9ffa84c99f014 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5c50ccc186f71d07643cc48a71cd9d54efc157430cf525c2e9ec606d2c47e47 [INFO] running `Command { std: "docker" "start" "-a" "a5c50ccc186f71d07643cc48a71cd9d54efc157430cf525c2e9ec606d2c47e47", kill_on_drop: false }` [INFO] [stderr] Compiling mariadbcli v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `requests::get_products` [INFO] [stdout] --> src/api/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use requests::get_products; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `requests::get_product_releases` [INFO] [stdout] --> src/api/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use requests::get_product_releases; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `requests::get_list_of_point_releases` [INFO] [stdout] --> src/api/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use requests::get_list_of_point_releases; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `requests::get_list_of_files_for_release` [INFO] [stdout] --> src/api/mod.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use requests::get_list_of_files_for_release; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clicommands::list` [INFO] [stdout] --> src/clicommands/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use clicommands::list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `clicommands::install` [INFO] [stdout] --> src/clicommands/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use clicommands::install; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "a5c50ccc186f71d07643cc48a71cd9d54efc157430cf525c2e9ec606d2c47e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5c50ccc186f71d07643cc48a71cd9d54efc157430cf525c2e9ec606d2c47e47", kill_on_drop: false }` [INFO] [stdout] a5c50ccc186f71d07643cc48a71cd9d54efc157430cf525c2e9ec606d2c47e47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fbc7a0cbb4b310769329f8f46793306b63d0fde216fb4ec2304df9346bd491b1 [INFO] running `Command { std: "docker" "start" "-a" "fbc7a0cbb4b310769329f8f46793306b63d0fde216fb4ec2304df9346bd491b1", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `requests::get_products` [INFO] [stderr] --> src/api/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use requests::get_products; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `requests::get_product_releases` [INFO] [stderr] --> src/api/mod.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use requests::get_product_releases; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `requests::get_list_of_point_releases` [INFO] [stderr] --> src/api/mod.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use requests::get_list_of_point_releases; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `requests::get_list_of_files_for_release` [INFO] [stderr] --> src/api/mod.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | pub use requests::get_list_of_files_for_release; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `clicommands::list` [INFO] [stderr] --> src/clicommands/mod.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use clicommands::list; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `clicommands::install` [INFO] [stderr] --> src/clicommands/mod.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use clicommands::install; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `mariadbcli` (bin "mariadbcli" test) generated 6 warnings (run `cargo fix --bin "mariadbcli" -p mariadbcli --tests` to apply 6 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mariadbcli-8031911e294d9a68) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mariadbcli-ba8ebdda16ed2862) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests mariadbcli [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fbc7a0cbb4b310769329f8f46793306b63d0fde216fb4ec2304df9346bd491b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbc7a0cbb4b310769329f8f46793306b63d0fde216fb4ec2304df9346bd491b1", kill_on_drop: false }` [INFO] [stdout] fbc7a0cbb4b310769329f8f46793306b63d0fde216fb4ec2304df9346bd491b1