[INFO] fetching crate rups 0.5.2... [INFO] testing rups-0.5.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rups 0.5.2 into /workspace/builds/worker-49/source [INFO] validating manifest of crates.io crate rups 0.5.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rups 0.5.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rups 0.5.2 [INFO] tweaked toml for crates.io crate rups 0.5.2 written to /workspace/builds/worker-49/source/Cargo.toml [INFO] crate crates.io crate rups 0.5.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e69b0abed90dfef178e3378310266336ee8f79ea975197650463bfbd29b62891 [INFO] running `Command { std: "docker" "start" "-a" "e69b0abed90dfef178e3378310266336ee8f79ea975197650463bfbd29b62891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e69b0abed90dfef178e3378310266336ee8f79ea975197650463bfbd29b62891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e69b0abed90dfef178e3378310266336ee8f79ea975197650463bfbd29b62891", kill_on_drop: false }` [INFO] [stdout] e69b0abed90dfef178e3378310266336ee8f79ea975197650463bfbd29b62891 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce06544afb5ee39785f00685b2cf0d10d57f11a3b3f27212f626f6e6cfd44220 [INFO] running `Command { std: "docker" "start" "-a" "ce06544afb5ee39785f00685b2cf0d10d57f11a3b3f27212f626f6e6cfd44220", kill_on_drop: false }` [INFO] [stderr] Compiling shell-words v1.0.0 [INFO] [stderr] Compiling rups v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ClientError` [INFO] [stdout] --> src/blocking/mod.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StartTLS` [INFO] [stdout] --> src/cmd.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | StartTLS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cmd.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ssl` [INFO] [stdout] --> src/config.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | pub(crate) ssl: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ssl_insecure` [INFO] [stdout] --> src/config.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | pub(crate) ssl_insecure: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.39s [INFO] running `Command { std: "docker" "inspect" "ce06544afb5ee39785f00685b2cf0d10d57f11a3b3f27212f626f6e6cfd44220", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce06544afb5ee39785f00685b2cf0d10d57f11a3b3f27212f626f6e6cfd44220", kill_on_drop: false }` [INFO] [stdout] ce06544afb5ee39785f00685b2cf0d10d57f11a3b3f27212f626f6e6cfd44220 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a0e759b140468d6bfe8c8c1509a39b436e375f45f8a54be4e2e077aa932ce8c [INFO] running `Command { std: "docker" "start" "-a" "2a0e759b140468d6bfe8c8c1509a39b436e375f45f8a54be4e2e077aa932ce8c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rups v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ClientError` [INFO] [stdout] --> src/blocking/mod.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StartTLS` [INFO] [stdout] --> src/cmd.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | StartTLS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cmd.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ssl` [INFO] [stdout] --> src/config.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | pub(crate) ssl: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ssl_insecure` [INFO] [stdout] --> src/config.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | pub(crate) ssl_insecure: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ClientError` [INFO] [stdout] --> src/blocking/mod.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StartTLS` [INFO] [stdout] --> src/cmd.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | StartTLS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cmd.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ssl` [INFO] [stdout] --> src/config.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | pub(crate) ssl: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ssl_insecure` [INFO] [stdout] --> src/config.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | pub(crate) ssl_insecure: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.32s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rups-0aece6d0545ba1fb) [INFO] running `Command { std: "docker" "inspect" "2a0e759b140468d6bfe8c8c1509a39b436e375f45f8a54be4e2e077aa932ce8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a0e759b140468d6bfe8c8c1509a39b436e375f45f8a54be4e2e077aa932ce8c", kill_on_drop: false }` [INFO] [stdout] 2a0e759b140468d6bfe8c8c1509a39b436e375f45f8a54be4e2e077aa932ce8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bcc22cfb12cc74ee6d3f8d7304f1be27a9b811d9b5bf90d2e575361626f234d4 [INFO] running `Command { std: "docker" "start" "-a" "bcc22cfb12cc74ee6d3f8d7304f1be27a9b811d9b5bf90d2e575361626f234d4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `ClientError` [INFO] [stderr] --> src/blocking/mod.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{ClientError, Config, Host, NutError}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `StartTLS` [INFO] [stderr] --> src/cmd.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | StartTLS, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/cmd.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ssl` [INFO] [stderr] --> src/config.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub(crate) ssl: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/config.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ssl_insecure` [INFO] [stderr] --> src/config.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | pub(crate) ssl_insecure: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/config.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rups` (lib) generated 4 warnings [INFO] [stderr] warning: `rups` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rups-0aece6d0545ba1fb) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test util::tests::test_upsdname_parser_full ... ok [INFO] [stdout] test util::tests::test_upsdname_parser_no_name ... ok [INFO] [stdout] test util::tests::test_upsdname_parser_no_port ... ok [INFO] [stdout] test util::tests::test_upsdname_parser_no_port_no_hostname ... ok [INFO] [stdout] test var::tests::test_parse_variable_definition ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rups [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.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bcc22cfb12cc74ee6d3f8d7304f1be27a9b811d9b5bf90d2e575361626f234d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcc22cfb12cc74ee6d3f8d7304f1be27a9b811d9b5bf90d2e575361626f234d4", kill_on_drop: false }` [INFO] [stdout] bcc22cfb12cc74ee6d3f8d7304f1be27a9b811d9b5bf90d2e575361626f234d4