[INFO] cloning repository https://github.com/eighty4/swoon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eighty4/swoon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feighty4%2Fswoon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feighty4%2Fswoon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8950e648a8a2d2b5db0d914c8f9fdd1c9721c64 [INFO] testing eighty4/swoon against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feighty4%2Fswoon" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eighty4/swoon on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eighty4/swoon [INFO] finished tweaking git repo https://github.com/eighty4/swoon [INFO] tweaked toml for git repo https://github.com/eighty4/swoon written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/eighty4/swoon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-quote-impl v0.3.2 [INFO] [stderr] Downloaded anymap2 v0.13.0 [INFO] [stderr] Downloaded liquid-core v0.23.0 [INFO] [stderr] Downloaded dialoguer v0.9.0 [INFO] [stderr] Downloaded liquid-lib v0.23.0 [INFO] [stderr] Downloaded kstring v1.0.6 [INFO] [stderr] Downloaded proc-quote v0.4.0 [INFO] [stderr] Downloaded liquid-derive v0.23.0 [INFO] [stderr] Downloaded liquid v0.23.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f7ddcc93760c3fde43662c8f0258edc465a95217acf8fd6746521897b73e10a9 [INFO] running `Command { std: "docker" "start" "-a" "f7ddcc93760c3fde43662c8f0258edc465a95217acf8fd6746521897b73e10a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f7ddcc93760c3fde43662c8f0258edc465a95217acf8fd6746521897b73e10a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7ddcc93760c3fde43662c8f0258edc465a95217acf8fd6746521897b73e10a9", kill_on_drop: false }` [INFO] [stdout] f7ddcc93760c3fde43662c8f0258edc465a95217acf8fd6746521897b73e10a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a954f71b6e107ebc9e8cb97cbf168868ab668586efd48c608744bcbf537f2d13 [INFO] running `Command { std: "docker" "start" "-a" "a954f71b6e107ebc9e8cb97cbf168868ab668586efd48c608744bcbf537f2d13", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v4.2.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling proc-quote-impl v0.3.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling dialoguer v0.9.0 [INFO] [stderr] Compiling proc-quote v0.4.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling liquid-derive v0.23.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling kstring v1.0.6 [INFO] [stderr] Compiling liquid-core v0.23.0 [INFO] [stderr] Compiling liquid-lib v0.23.0 [INFO] [stderr] Compiling liquid v0.23.1 [INFO] [stderr] Compiling swoon v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Image` [INFO] [stdout] --> src/images/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | Image { name: String }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `bake_archetype_image` [INFO] [stdout] --> src/packer/mod.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn bake_archetype_image(ctx: &SwoonContext) -> task::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `result` [INFO] [stdout] --> src/api/command.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn result(error_str: &str) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug` [INFO] [stdout] --> src/api/context.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) debug: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SwoonOpts` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/api/context.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Clone)] [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: associated function is never used: `create_sub_dir` [INFO] [stdout] --> src/api/util.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn create_sub_dir(path: &str) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.88s [INFO] running `Command { std: "docker" "inspect" "a954f71b6e107ebc9e8cb97cbf168868ab668586efd48c608744bcbf537f2d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a954f71b6e107ebc9e8cb97cbf168868ab668586efd48c608744bcbf537f2d13", kill_on_drop: false }` [INFO] [stdout] a954f71b6e107ebc9e8cb97cbf168868ab668586efd48c608744bcbf537f2d13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bd53456eda2cbe18198bf4a2b3f9882d9f235865b87aeb95f3cb887a839061c [INFO] running `Command { std: "docker" "start" "-a" "4bd53456eda2cbe18198bf4a2b3f9882d9f235865b87aeb95f3cb887a839061c", kill_on_drop: false }` [INFO] [stderr] Compiling swoon v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Image` [INFO] [stdout] --> src/images/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | Image { name: String }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `bake_archetype_image` [INFO] [stdout] --> src/packer/mod.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn bake_archetype_image(ctx: &SwoonContext) -> task::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `result` [INFO] [stdout] --> src/api/command.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn result(error_str: &str) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `debug` [INFO] [stdout] --> src/api/context.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) debug: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SwoonOpts` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/api/context.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Clone)] [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: associated function is never used: `default` [INFO] [stdout] --> src/api/context.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn default() -> task::Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_sub_dir` [INFO] [stdout] --> src/api/util.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn create_sub_dir(path: &str) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `Command { std: "docker" "inspect" "4bd53456eda2cbe18198bf4a2b3f9882d9f235865b87aeb95f3cb887a839061c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bd53456eda2cbe18198bf4a2b3f9882d9f235865b87aeb95f3cb887a839061c", kill_on_drop: false }` [INFO] [stdout] 4bd53456eda2cbe18198bf4a2b3f9882d9f235865b87aeb95f3cb887a839061c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f4027c728bd9ab6335fb549161f58b0af2e73abb9d0621db830d6d020cc662d [INFO] running `Command { std: "docker" "start" "-a" "0f4027c728bd9ab6335fb549161f58b0af2e73abb9d0621db830d6d020cc662d", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `Image` [INFO] [stderr] --> src/images/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | Image { name: String }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `bake_archetype_image` [INFO] [stderr] --> src/packer/mod.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn bake_archetype_image(ctx: &SwoonContext) -> task::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `result` [INFO] [stderr] --> src/api/command.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn result(error_str: &str) -> Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `debug` [INFO] [stderr] --> src/api/context.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub(crate) debug: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SwoonOpts` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/api/context.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Clone)] [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: associated function is never used: `default` [INFO] [stderr] --> src/api/context.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn default() -> task::Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `create_sub_dir` [INFO] [stderr] --> src/api/util.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn create_sub_dir(path: &str) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `swoon` (bin "swoon" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/swoon-9dee67eba79c75d4) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test api::config::tests::test_parse_full_config ... ok [INFO] [stdout] test api::config::tests::test_parse_minimal_config ... ok [INFO] [stdout] test api::test::test_operating_system_from_string ... ok [INFO] [stdout] test api::test::test_operating_system_to_string ... ok [INFO] [stdout] test api::util::tests::test_split_string_with_empty_input ... ok [INFO] [stdout] test api::util::tests::test_split_string ... ok [INFO] [stdout] test api::template::tests::test_template ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0f4027c728bd9ab6335fb549161f58b0af2e73abb9d0621db830d6d020cc662d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f4027c728bd9ab6335fb549161f58b0af2e73abb9d0621db830d6d020cc662d", kill_on_drop: false }` [INFO] [stdout] 0f4027c728bd9ab6335fb549161f58b0af2e73abb9d0621db830d6d020cc662d