[INFO] cloning repository https://github.com/teiesti/fussel [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/teiesti/fussel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteiesti%2Ffussel", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteiesti%2Ffussel'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0b82120db60f8ebd37cc4276ee20cf89b912099 [INFO] testing teiesti/fussel against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteiesti%2Ffussel" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/teiesti/fussel 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/teiesti/fussel [INFO] finished tweaking git repo https://github.com/teiesti/fussel [INFO] tweaked toml for git repo https://github.com/teiesti/fussel written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/teiesti/fussel 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] 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-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] 9687f8c6c1d362b8b8a3b022078b8982e4307d664da08ead6d312f0405475308 [INFO] running `Command { std: "docker" "start" "-a" "9687f8c6c1d362b8b8a3b022078b8982e4307d664da08ead6d312f0405475308", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9687f8c6c1d362b8b8a3b022078b8982e4307d664da08ead6d312f0405475308", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9687f8c6c1d362b8b8a3b022078b8982e4307d664da08ead6d312f0405475308", kill_on_drop: false }` [INFO] [stdout] 9687f8c6c1d362b8b8a3b022078b8982e4307d664da08ead6d312f0405475308 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] 820f0aa1b56797c7fb6c7c727b671e78688dcd318dc901dc870b21a1a07f53c2 [INFO] running `Command { std: "docker" "start" "-a" "820f0aa1b56797c7fb6c7c727b671e78688dcd318dc901dc870b21a1a07f53c2", kill_on_drop: false }` [INFO] [stderr] Compiling fussel v0.1.0-dev (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/tree/mod.rs:81:44 [INFO] [stdout] | [INFO] [stdout] 81 | pub(crate) fn discover>(path: P) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `content` [INFO] [stdout] --> src/tree/print.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | Node::Content(content) => println!("Content") // TODO [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `discover` [INFO] [stdout] --> src/tree/mod.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | pub(crate) fn discover>(path: P) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `metadata` [INFO] [stdout] --> src/tree/mod.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | metadata: Metadata, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Directory` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tree/mod.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug)] [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: associated function is never used: `metadata` [INFO] [stdout] --> src/tree/mod.rs:98:19 [INFO] [stdout] | [INFO] [stdout] 98 | pub(crate) fn metadata(&self) -> &Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `metadata` [INFO] [stdout] --> src/tree/mod.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | metadata: Metadata, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `File` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tree/mod.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [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: associated function is never used: `metadata` [INFO] [stdout] --> src/tree/mod.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | pub(crate) fn metadata(&self) -> &Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "820f0aa1b56797c7fb6c7c727b671e78688dcd318dc901dc870b21a1a07f53c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "820f0aa1b56797c7fb6c7c727b671e78688dcd318dc901dc870b21a1a07f53c2", kill_on_drop: false }` [INFO] [stdout] 820f0aa1b56797c7fb6c7c727b671e78688dcd318dc901dc870b21a1a07f53c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] 447dc029d087ccfe610cf035f029d7767f8ec9a695ce240bf0e1e89b9d55c3bb [INFO] running `Command { std: "docker" "start" "-a" "447dc029d087ccfe610cf035f029d7767f8ec9a695ce240bf0e1e89b9d55c3bb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fussel v0.1.0-dev (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/tree/mod.rs:81:44 [INFO] [stdout] | [INFO] [stdout] 81 | pub(crate) fn discover>(path: P) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `content` [INFO] [stdout] --> src/tree/print.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | Node::Content(content) => println!("Content") // TODO [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `discover` [INFO] [stdout] --> src/tree/mod.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | pub(crate) fn discover>(path: P) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `metadata` [INFO] [stdout] --> src/tree/mod.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | metadata: Metadata, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Directory` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tree/mod.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug)] [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: associated function is never used: `metadata` [INFO] [stdout] --> src/tree/mod.rs:98:19 [INFO] [stdout] | [INFO] [stdout] 98 | pub(crate) fn metadata(&self) -> &Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `metadata` [INFO] [stdout] --> src/tree/mod.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | metadata: Metadata, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `File` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tree/mod.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [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: associated function is never used: `metadata` [INFO] [stdout] --> src/tree/mod.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | pub(crate) fn metadata(&self) -> &Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "447dc029d087ccfe610cf035f029d7767f8ec9a695ce240bf0e1e89b9d55c3bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "447dc029d087ccfe610cf035f029d7767f8ec9a695ce240bf0e1e89b9d55c3bb", kill_on_drop: false }` [INFO] [stdout] 447dc029d087ccfe610cf035f029d7767f8ec9a695ce240bf0e1e89b9d55c3bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] f0a48b0988a27d3e0d20cd96acb741650229899ad67349d624f198f3013b3d7f [INFO] running `Command { std: "docker" "start" "-a" "f0a48b0988a27d3e0d20cd96acb741650229899ad67349d624f198f3013b3d7f", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/tree/mod.rs:81:44 [INFO] [stderr] | [INFO] [stderr] 81 | pub(crate) fn discover>(path: P) -> Result { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `content` [INFO] [stderr] --> src/tree/print.rs:30:27 [INFO] [stderr] | [INFO] [stderr] 30 | Node::Content(content) => println!("Content") // TODO [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `discover` [INFO] [stderr] --> src/tree/mod.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | pub(crate) fn discover>(path: P) -> Result { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `metadata` [INFO] [stderr] --> src/tree/mod.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | metadata: Metadata, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Directory` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/tree/mod.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Debug)] [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: associated function is never used: `metadata` [INFO] [stderr] --> src/tree/mod.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 98 | pub(crate) fn metadata(&self) -> &Metadata { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `metadata` [INFO] [stderr] --> src/tree/mod.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | metadata: Metadata, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `File` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/tree/mod.rs:109:10 [INFO] [stderr] | [INFO] [stderr] 109 | #[derive(Debug)] [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: associated function is never used: `metadata` [INFO] [stderr] --> src/tree/mod.rs:121:19 [INFO] [stderr] | [INFO] [stderr] 121 | pub(crate) fn metadata(&self) -> &Metadata { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `fussel` (bin "fussel" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fussel-0236669dc0009316) [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" "f0a48b0988a27d3e0d20cd96acb741650229899ad67349d624f198f3013b3d7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0a48b0988a27d3e0d20cd96acb741650229899ad67349d624f198f3013b3d7f", kill_on_drop: false }` [INFO] [stdout] f0a48b0988a27d3e0d20cd96acb741650229899ad67349d624f198f3013b3d7f